Path parameters
-
id
integer(int64) Required Numeric ID of the instance
Minimum value is
1
.
GET
/data-exports/{id}.json
curl \
--request GET 'http://api.example.com/v1/data-exports/{id}.json' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"adminNotes": "string",
"completedAt": "2025-05-04T09:42:00Z",
"createdAt": "2025-05-04T09:42:00Z",
"dropshipProviderId": 42,
"exportType": "adjustments",
"fileUri": "string",
"id": 42,
"intercomMessageId": "string",
"inventoryExportId": 42,
"inventoryFeedId": 42,
"muteError": false,
"queueName": "string",
"queuedAt": "2025-05-04T09:42:00Z",
"read": false,
"retries": 42,
"startedAt": "2025-05-04T09:42:00Z",
"status": "pending",
"statusProblem": {},
"stockTakeId": 42,
"templateId": 42,
"updatedAt": "2025-05-04T09:42:00Z",
"userId": 42
}