v1

latestOpenAPI 3.0.12026-07-244011,5573.5 MB
Event Streams

List built event streams

Returns the evaluated runtime configuration for all event-stream subscriptions of the client. Built representations reflect component inheritance and dynamic overrides applied at runtime.

get/v6/event-streams/built

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.

descriptionstring required
idstring required
namestring 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",
    "stop_at": "2025-10-24T09:00:00.000Z",
    "updated_date": "2025-10-24T09:00:00.000Z"
  }
]