Skip to main content
Signal Agents are always-on discovery setups created in the dashboard. Each agent has a product type and belongs to a dashboard sheet.

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your API key.

Body

cursor.limitinteger

Number of Signal Agents to return. Maximum value is 100.

Example: 50

cursor.afterstring

Opaque cursor returned as cursor.next from the previous response.

statusesstring[]

Filter by agent status, such as active or paused.

agent_idsstring[]

Return specific Signal Agents by ID.

Use POST /v1/signals/leads with sheet_ids and signals to read leads from a specific sheet or buying signal.