My App
APIEndpoints

GET /v1/exports/{jobId}

Get export job status and metadata.

GET/v1/exports/{jobId}

Path Parameters

jobId*string

Response Body

application/json

curl -X GET "https://api.hyrelog.com/v1/exports/string"
{
  "id": "string",
  "status": "string",
  "source": "string",
  "format": "string",
  "rowLimit": "string",
  "rowsExported": "string",
  "createdAt": "2019-08-24T14:15:22Z",
  "startedAt": null,
  "finishedAt": null,
  "errorCode": null,
  "errorMessage": null
}