v2

latestOpenAPI 3.1.02026-07-2681948.3 KB
Signals V1

Retrieve signal executions

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

get/v1/signals/{promptId}/executions

Path parameters

promptIdinteger required

The ID of the signal prompt 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.

includeCustomInstructionsboolean

Whether to include custom instruction outputs (follow-up prompts) in the response. Defaults to false.

Response

A paginated list of signal executions.

pageCountinteger required

Total number of pages available for the current query.