v1

latestOpenAPI 3.0.12026-07-244011,5573.5 MB
Event Streams

Get a built event stream

Returns the evaluated runtime configuration for the specified event-stream subscription. The built representation reflects component inheritance and dynamic overrides applied at runtime.

get/v6/event-streams/{eventStreamId}/built

Path parameters

eventStreamIdstring required

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"
}