Check download status

Returns the current state of an asynchronous download job. Poll this endpoint with the UUID returned when you start the download.

  • downloading: The report is still being generated. Continue polling with the same UUID. Download links are not available yet.
  • completed: The report is ready. Download the CSV from csv_file.link or the JSON file from json_file.link. These are temporary signed URLs.
  • error: The report could not be generated. Start a new download job before retrying.
  • 404 Not Found: No download job exists for the supplied UUID.

Path Params
uuid
required

The download-job UUID returned when the asynchronous report download starts.

Headers
string
required
Responses

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json