Skip to main content

Report Generation Status

GET 

/report/:id/status/

Returns 200 if report generation is complete or 202 if report generation is still in progress.

Request

Path Parameters

    id stringrequired

Responses

Schema

    id stringrequired

    A unique Base58 value identifying this object.

    user stringrequired

    A unique Base58 value identifying this object.

    submitted_at date-timerequired

    Date and time of the report submission date, in ISO 8601 UTC format.
    For example, '2023-08-09T13:27.43.8208302'

    generated_at date-timenullablerequired

    Date and time when the report file was generated, in ISO 8601 UTC format.
    For example, '2023-08-09T13:27.43.8208302'

    is_email_notification_enabled boolean

    If true, email notifications are enabled, and the report will be sent to the user via email. If false, email notifications are disabled. Defaults to false.

    filters stringrequired

    A unique Base58 value identifying this object.

    ttl stringrequired

    The time-to-live (TTL) for the report file, indicating how long it remains available.

    timezone string

    Possible values: <= 64 characters

    Time zone name according to the IANA standard (e.g., 'America/New_York', 'Europe/London').

Loading...