List signals
GET /signals
List signals with optional filtering by team, data type, or linked executions.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ”Comma-separated list of signal IDs to filter by
Comma-separated list of signal IDs to filter by
Comma-separated list of team IDs to filter by
Comma-separated list of team IDs to filter by
Comma-separated list of pipeline execution IDs to filter by
Comma-separated list of pipeline execution IDs to filter by
Comma-separated list of data types to filter by (comment, rating, evaluation)
Comma-separated list of data types to filter by (comment, rating, evaluation)
Page number for pagination (1-indexed)
Page number for pagination (1-indexed)
Number of results per page (1-100, default: 50)
Number of results per page (1-100, default: 50)
Sort direction: ascending or descending (default: desc)
Sort direction: ascending or descending (default: desc)
Responses
Section titled “ Responses ”Signals retrieved successfully
object
Array of signals matching the query
object
Unique identifier for the signal (nanoid format)
ID of the team that owns this signal
Type of signal data
object
Signal type identifier
The comment text content
object
Signal type identifier
Rating score between 0 and 1
object
Signal type identifier
Link to the evaluation result that generated this signal
Evaluation score (copy from evaluation result)
Evaluator feedback (copy from evaluation result)
IDs of pipeline executions this signal is linked to
ISO 8601 timestamp when the signal was created
Total number of signals matching the query (before pagination)
Current page number
Number of results per page
Bad Request - Validation error or invalid input
object
Unauthorized - Authentication required or invalid token
object
Forbidden - Insufficient permissions