Skip to content

Get PDF generation job

Request

Retrieves a PDF generation job by its id, including its current status and the file URL once the report has finished generating.

Path
idany, (int64)required
curl -i -X GET \
  'https://uberall.com/api/dashboard/pdf/{id}'

Responses

PDF generation job with status and file URL

Body*/*
statusanyrequired

Response status

Example:"SUCCESS"
responseobjectrequired

Response payload

Response
{
  "status": "SUCCESS",
  "response": {
    "id": null,
    "status": "PENDING",
    "fileUrl": null,
    "createdAt": null,
    "updatedAt": null
  }
}