Skip to main content

Get Report Metadata

GET 

/api/v1/reports/:report_id/metadata

Get metadata for a report.

Request

Path Parameters

    report_id uuidrequired

Query Parameters

    project_id any
    organization_id any

Cookie Parameters

    session any

Responses

Successful Response

Schema

    id uuidrequired

    The id of the report

    name Name (string)required

    The name of the report

    report_metadata objectrequired

    The metadata for the report

    state ReportState (string)required

    The state of the report

    Possible values: [pending, planning, waiting_approval, generating, completed, error]