List Signal Agents
Signal Agents
List Signal Agents
Retrieves your Signal Agents (watch lists) with pagination and optional filtering by signal type and status.
GET
List Signal Agents
Results are paginated. Use
type and status to narrow the list — both accept a comma-separated list of values. By default every status except delete is returned.Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Query Parameters
Page number to retrieve
Required range:
x >= 1Number of records to retrieve. Maximum value: 100
Required range:
1 <= x <= 100Filter by signal type(s). Comma-separated list of signal types.
Filter by lifecycle status(es). Comma-separated list. Defaults to every status except delete.