List project signals
Returns a cursor-paginated page of signals in the project. Each item includes lifecycle states plus time-window stats: firstSeenAt, lastSeenAt, occurrences, affectedSessionsPercent, trend, and tags.
Path parameters
Project slug (human-readable identifier)
Project slug (human-readable identifier)
Query parameters
Opaque cursor returned in a previous response's nextCursor. Omit on the first page.
Opaque cursor returned in a previous response's nextCursor. Omit on the first page.
Page size. Defaults to 50; max 200.
Page size. Defaults to 50; max 200.
Free-text semantic search across the signals' names and descriptions.
Free-text semantic search across the signals' names and descriptions.
"active" for signals that are neither resolved nor ignored; "archived" for resolved or ignored signals. Omit to include both.
"active" for signals that are neither resolved nor ignored; "archived" for resolved or ignored signals. Omit to include both.
Sort field. lastSeen orders by most recent occurrence; occurrences by total count in the time window; state by lifecycle priority.
Sort field. lastSeen orders by most recent occurrence; occurrences by total count in the time window; state by lifecycle priority.
Sort direction. Defaults to desc.
Sort direction. Defaults to desc.
Lower bound (inclusive) of the time window. Defaults to ~6 days ago.
Lower bound (inclusive) of the time window. Defaults to ~6 days ago.
Upper bound (inclusive) of the time window. Defaults to now.
Upper bound (inclusive) of the time window. Defaults to now.
Response
Page of signals