v1

latestOpenAPI 3.0.12026-07-244011,5573.5 MB
Event Streams

List event streams

Returns all event-stream subscriptions configured for the client. Event streams push a filtered view of client-event activity to a downstream consumer such as a webhook or Kafka topic. Use GET /v6/event-streams/built to retrieve evaluated runtime configs.

get/v6/event-streams

Query parameters

include_archivedboolean
limitinteger
offsetinteger

Response

Successful response

component_idsstring[] required
created_datestring required

RFC 3339 UTC date-time with a Z suffix. Precision up to milliseconds.

idstring required
stop_atstring required

RFC 3339 UTC date-time with a Z suffix. Precision up to milliseconds.

tagsstring[] required
updated_datestring required

RFC 3339 UTC date-time with a Z suffix. Precision up to milliseconds.

Example response

[
  {
    "created_date": "2025-10-24T09:00:00.000Z",
    "description": "handlebars@buildtime:{{description}}",
    "name": "handlebars@buildtime:{{name}}",
    "stop_at": "2025-10-24T09:00:00.000Z",
    "updated_date": "2025-10-24T09:00:00.000Z"
  }
]