Skip to main content

Get Report Events

GET 

/api/v1/reports/:report_id/events

Get all historical events for a report.

Request

Path Parameters

    report_id uuidrequired

Query Parameters

    last_sequence any
    project_id any
    organization_id any

Cookie Parameters

    session any

Responses

Successful Response

Schema

  • Array [

  • id uuidrequired

    The id of the event

    report_id uuidrequired

    The id of the report

    event_type Event Type (string)required

    The type of the event

    event_data

    object

    required

    The data for the event

    anyOf

    Event for tracking progress of operations in workflows.

    timestamp date-time
    id uuid

    The ID of the event

    group_id uuidrequired

    The ID of the group this event belongs to

    type Type (string)
    Default value: progress
    variant ReportEventType (string)required

    Possible values: [load_template, extract_plan, summarize, file_processing, generate_block, editing]

    msg Msg (string)required

    The message to display to the user

    progress

    object

    Progress value between 0-1 if available

    anyOf

    number

    Possible values: <= 1

    status Status (string)

    Current status of the operation

    Possible values: [pending, in_progress, completed, error]

    Default value: pending

    extra_detail

    object

    Any extra details to display to the user

    anyOf

    object

    timestamp date-timerequired

    The timestamp for the event

  • ]