Retrieves export details, including a short-lived download link, using the export ID.
curl --request GET \
--url https://api.staging.layer1.com/trade/v1/exports/{id}{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"status": "PROCESSING",
"type": "transaction",
"inputParameters": {
"from": "2020-01-01T00:00:00Z",
"to": "2020-01-31T23:59:59Z"
},
"filename": "transaction_2024_04_19T11_20_11_901Z.csv",
"url": "<string>",
"createdAt": "2020-01-01T00:00:00Z",
"updatedAt": "2020-01-02T12:34:56Z"
}Documentation Index
Fetch the complete documentation index at: https://exness-preview.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Unique identifier of the export to retrieve.
Export details
Unique identifier of the export
"3fa85f64-5717-4562-b3fc-2c963f66afa6"
Current status of the export job
PROCESSING, COMPLETED, FAILED "PROCESSING"
Export type name
"transaction"
JSON string containing input parameters for the job
Show child attributes
{
"from": "2020-01-01T00:00:00Z",
"to": "2020-01-31T23:59:59Z"
}Filename of the resulting export
"transaction_2024_04_19T11_20_11_901Z.csv"
URL for file download
Timestamp when the export was created
"2020-01-01T00:00:00Z"
Timestamp when the export was last updated
"2020-01-02T12:34:56Z"
curl --request GET \
--url https://api.staging.layer1.com/trade/v1/exports/{id}{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"status": "PROCESSING",
"type": "transaction",
"inputParameters": {
"from": "2020-01-01T00:00:00Z",
"to": "2020-01-31T23:59:59Z"
},
"filename": "transaction_2024_04_19T11_20_11_901Z.csv",
"url": "<string>",
"createdAt": "2020-01-01T00:00:00Z",
"updatedAt": "2020-01-02T12:34:56Z"
}