Get Report Status
Supporting APIs
Get Report Status
Retrieves the current status of a previously triggered report using its unique ID. Poll this endpoint until the status is Completed, Exported, or No Data Found.
Possible status values:
CompletedProcessingQueuedDelayedExportedNo Data Found
GET
Get Report Status
Documentation Index
Fetch the complete documentation index at: https://docs.wokelo.ai/llms.txt
Use this file to discover all available pages before exploring further.
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
JWT token obtained from the Authentication request
URL Parameters
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:- Completed
- Processing
- Queued
- Delayed
- Exported
- No Data Found
Authorizations
JWT token obtained from the /auth/token/ endpoint.
Query Parameters
The ID returned in the response to the start report request.
Response
Report status returned successfully.