Retrieves a paginated list of signal executions (triggered signals) for a specific prompt within a given time range.
API key for authenticating requests
The ID of the signal prompt to retrieve executions for.
x >= 1Filter executions starting from this date-time (ISO 8601 format). Required.
Filter executions up to this date-time (ISO 8601 format). Defaults to current time if not specified.
The page number to retrieve (1-based indexing). Defaults to 1 if not specified.
x >= 1The maximum number of executions to return per page. Must be between 1 and 50. Defaults to 10 if not specified.
1 <= x <= 50Whether to include custom instruction outputs (follow-up prompts) in the response. Defaults to false.