Skip to main content

ActivityEventsPageResponse

history_started_atstringrequired
items object[]required
  • Array [
  • event_codestringrequired
    event_idstring<uuid>required
    idempotency_keystring | nullnullable
    payload_availabilityActivityPayloadAvailabilityrequired

    Possible values: [Available, Unavailable]

    received_atstringrequired
    rejection_reason object
    oneOf
    null
    result object
    oneOf
    null
    stateActivityEventStaterequired

    Possible values: [Received, Translating, Settled]

    transportActivityTransportrequired

    Possible values: [Http, Nats, Redis]

    trigger_namestring | nullnullable
    workflow_id(string | null)<uuid>nullable
  • ]
  • matching_countinteger<int64>required
    next_cursorstring | nullnullable
    ActivityEventsPageResponse
    {
    "history_started_at": "string",
    "items": [
    {
    "event_code": "string",
    "event_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
    "idempotency_key": "string",
    "payload_availability": "Available",
    "received_at": "string",
    "rejection_reason": "null",
    "result": "null",
    "state": "Received",
    "transport": "Http",
    "trigger_name": "string",
    "workflow_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
    }
    ],
    "matching_count": 0,
    "next_cursor": "string"
    }