curl --request GET \
--url https://external.pleo.io/v1/export-jobs/{jobId} \
--header 'Authorization: Bearer <token>'{
"data": {
"companyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z",
"expiresIn": 123,
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"isInteractive": true,
"numberOfItems": 123,
"status": "pending",
"vendorBasedBookkeeping": true,
"completedAt": "2023-11-07T05:31:56Z",
"createdBy": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"expiredAt": "2023-11-07T05:31:56Z",
"failureReason": "<string>",
"failureReasonType": "invalid_configuration",
"lastUpdatedAt": "2023-11-07T05:31:56Z",
"startedAt": "2023-11-07T05:31:56Z"
}
}Retrieve an export job for a given export job ID
curl --request GET \
--url https://external.pleo.io/v1/export-jobs/{jobId} \
--header 'Authorization: Bearer <token>'{
"data": {
"companyId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"createdAt": "2023-11-07T05:31:56Z",
"expiresIn": 123,
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"isInteractive": true,
"numberOfItems": 123,
"status": "pending",
"vendorBasedBookkeeping": true,
"completedAt": "2023-11-07T05:31:56Z",
"createdBy": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"expiredAt": "2023-11-07T05:31:56Z",
"failureReason": "<string>",
"failureReasonType": "invalid_configuration",
"lastUpdatedAt": "2023-11-07T05:31:56Z",
"startedAt": "2023-11-07T05:31:56Z"
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Export Job ID to fetch
default response
Show child attributes
Was this page helpful?