Skip to main content
GET
C#
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.

Headers

x-gr4vy-merchant-account-id
string

The ID of the merchant account to use for this request.

Example:

"default"

Path Parameters

report_execution_id
string<uuid>
required

The ID of the execution of a report to retrieve details for.

Example:

"003bc416-f32a-420c-8eb2-062a386e1fb0"

Response

Successful Response

id
string<uuid>
required

The unique ID for the report execution.

Example:

"a1b2c3d4-5678-90ab-cdef-1234567890ab"

created_at
string<date-time>
required

The date this report execution was created at.

Example:

"2024-05-30T12:34:56.000Z"

updated_at
string<date-time>
required

The date this report execution was last updated.

Example:

"2024-05-30T13:00:00.000Z"

status
enum<string>
required

The status of the report execution.

Available options:
dispatched,
failed,
pending,
processing,
succeeded
Example:

"succeeded"

context
ReportExecutionContext · object
required

The context for the report execution.

report
ReportSummary · object
required

The report this execution belongs to.

type
string
default:report-execution

Always report-execution.

Allowed value: "report-execution"
Example:

"report-execution"