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