v1

latestOpenAPI 3.1.0Payrails GmbH2026-07-2614905.7 MB
ReportRuns

Create a report run

Create a report run for the provided report.

post/analytics/reportRuns

Request body

reportCodestring required

The unique code of the report.

workspaceIdstring uuid nullable

Unique identifier of a workspace in Payrails.

Response

Accepted.

idstring uuid required

The unique identifier of the report run.

workspaceIdstring uuid

Unique identifier of a workspace in Payrails.

createdAtstring date-time required

Time at which the reportRun was created.

status'pending' | 'successful' | 'failed' required

The status of the report run.

errorstring nullable

If the report run fails (i.e. status=failed), a message about the failure.

completedAtstring date-time nullable

The time at which the report run completes.