Skip to main content
GET
/
v2
/
export-jobs
/
{jobId}
Get an Export Job
curl --request GET \
  --url https://external.pleo.io/v2/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"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

jobId
string<uuid>
required

Enter the specific export job ID that you are looking for.

Response

Export job found.

data
object
required