All Products
Search
Document Center

Direct Mail:GetValidateFile

Last Updated:Nov 17, 2025

Retrieves the result file of a batch validation task.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

GET  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

FileId

string

No

The file ID returned for the submitted task.

xxxx-xxxx-xxxx-xxxx

Response elements

Element

Type

Description

Example

object

Schema of Response

RequestId

string

The request ID.

yyyy-yyyy-yyyy-yyyy

FileUrl

string

The download URL of the result file.

https://xxxxxx/yyy

Examples

Success response

JSON format

{
  "RequestId": "yyyy-yyyy-yyyy-yyyy",
  "FileUrl": "https://xxxxxx/yyy"
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.