Skip to main content
GET

Authorizations

Authorization
string
header
required

Organization API key passed as a Bearer token. This is the scheme used by the public SDK surface.

Path Parameters

worksheet_query_id
string<uuid>
required

Query Parameters

organization_id
string<uuid>

Organization ID. This is required for access control. It can be provided via query or request body depending on the endpoint.

Response

worksheet_query_id
string<uuid>
required

The query task UUID.

status
string
required

The status of the query task.

error
string | null

An error message if the query failed.

created_at
string<date-time>

When the query was created.

finished_at
string<date-time> | null

When the query finished.