API 1
cURL
curl --request GET \ --url https://external.pleo.io/v3/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 by a specific export job ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Enter the specific export job ID that you are looking for.
Export job found.
Show child attributes
Was this page helpful?