v2

latestOpenAPI 3.1.02026-07-2681948.3 KB
Signals V2

Retrieve signal v2 executions

Retrieves a paginated list of signal executions (triggered signals) for a specific signal definition within a given time range.

get/v2/signals/{definitionId}/executions

Path parameters

definitionIdinteger required

The ID of the signal definition to retrieve executions for.

Query parameters

executionFromstring date-time required

Filter executions starting from this date-time (ISO 8601 format). Required.

executionTostring date-time

Filter executions up to this date-time (ISO 8601 format). Defaults to current time if not specified.

pageNumberinteger

The page number to retrieve (1-based indexing). Defaults to 1 if not specified.

pageSizeinteger

The maximum number of executions to return per page. Must be between 1 and 50. Defaults to 10 if not specified.

includeFollowUpPromptsboolean

Whether to include follow-up prompt outputs in the response. Defaults to false.

Response

A paginated list of signal executions.

pageCountinteger required

Total number of pages available for the current query.