Skip to main content

List Report Requests

GET 

/report/

Request

Query Parameters

    length integer

    Number of results to return per page.

    ordering string

    Which field to use when ordering the results.

    page integer

    A page number within the paginated result set.

    search string

    A search term.

Responses

Schema

    count integer

    Total number of results.

    page_total integer

    Total number of pages.

    page integer

    Number of the current page.
    The first page is 1.
    Defaults to 1 if no specific page is requested.

    length integer

    Number of results returned per page.

    results

    object[]

  • Array [

  • 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...