398aef013538

latestOpenAPI 3.0.12026-08-11241391711.5 KB
Shared reports

Show shared report

Returns the report's data. This operation is unauthenticated and keyed by the share token from the report's public 'url' — not by the 'id' UUID that GET /shared-report returns. The report definition (including the columns and time range the token was shared with) comes from GET /shared-report/{id}.

get/shared-report/report/{id}

Path parameters

idstring required

Share token for the report — the 'report' query-parameter value from the shared report's public 'url' (returned by GET /shared-report and GET /shared-report/{id}). Only the token is accepted here; the report's 'id' UUID is rejected with 404 or 500.

Query parameters

offsetinteger

Page offset

columnsstring[]

Columns visible in report

limitinteger

Page limit

sortstring

Sort column

direction'ASC' | 'DESC'

Sort direction

Response

Standard report data.