List signals
Signals
List signals
Retrieve all signals for a project with optional filtering.
Access Control:
- Admins see all signals in the project
- Regular users see only signals they submitted
Sorting:
- Results are ordered by most recently updated first (
updated_atfield)
Note: For grouped views by conversation, use /projects/{project_id}/signals/grouped_by_conversation/
GET
List signals
Authorizations
Use Authorization: Bearer
Path Parameters
UUID of the project
Query Parameters
Filter by signal status
to_review: Signal pending review (default)reviewed: Signal has been reviewed
Available options:
to_review, reviewed Filter by sentiment
Search in signal text or user email (case-insensitive)
Maximum number of results per page
Required range:
1 <= x <= 1000Number of results to skip for pagination
Required range:
x >= 0