Skip to main content
GET
Get Report Status

Overview

Retrieves the current status of a previously triggered report using its unique ID.

Endpoint Details

  • Method: GET
  • Endpoint: api/assets/get_notebook_status/

Authentication requirements

  • Include a valid JWT token in your request header
  • If you don’t have a token yet, you can get one from the /auth/token/ endpoint first.

Request

Request Parameters

Header Parameters

Authorization
string
required
JWT token obtained from the Authentication request

URL Parameters

report_id
integer
required
The id returned in response to the start report request

Response

Successful response will return the status along with report_id and title. List of status codes:
  1. Completed
  2. Processing
  3. Queued
  4. Delayed
  5. Exported
  6. No Data Found

Authorizations

Authorization
string
header
required

JWT token obtained from the /auth/token/ endpoint.

Query Parameters

report_id
integer
required

The ID returned in the response to the start report request.

Response

Report status returned successfully.

report_id
integer

The unique report identifier.

Example:

98564

status
enum<string>

Current status of the report.

Available options:
Completed,
Processing,
Queued,
Delayed,
Exported,
No Data Found
Example:

"Delayed"

title
string

Title of the report.

Example:

"One Signal"