GET
/
report-executions
/
{report_execution_id}

This endpoint requires the reports.read scope.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

report_execution_id
string
required

The unique ID for a report execution.

Response

200 - application/json

A report execution.

context
object

Contains the context values used to compute the value of date-time placeholders such as month_start and month_end if present in the report's specification. Date-time placeholders are dynamic timestamps that change with every report execution.

created_at
string

The date and time this report execution was created in our system.

id
string

The unique identifier for this report execution.

report
object

The report associated with this report execution.

status
enum<string>

The status of this report execution.

Available options:
dispatched,
failed,
pending,
processing,
succeeded
type
enum<string>

The type of this resource. Is always report-execution.

Available options:
report-execution
updated_at
string

The date and time this report execution was last updated.