Skip to main content
GET
List signal leads

Authorizations

Authorization
string
header
required

A SuperX API key ("sxk_..."), created in the SuperX app under Account > API / MCP / CLI. Keys are server-side secrets.

Query Parameters

account_id
string

Account to act on, from GET /v1/accounts. Defaults to your main account. An id outside your accounts returns 404 account_not_found.

agent_id
integer

Narrow to one agent by its numeric id (from GET /v1/signals/agents). An unknown or foreign id returns 404 agent_not_found.

deposited
boolean

true returns only leads already saved to the agent's contact list; false returns only new ones. Omit for both.

since
string<date-time>

UTC ISO-8601 lower bound (explicit Z or offset required).

until
string<date-time>

UTC ISO-8601 upper bound (explicit Z or offset required).

limit
integer
default:50

Items per page, up to 100. Default 50.

Required range: 1 <= x <= 100
page
integer
default:1

1-based page number.

Required range: x >= 1

Response

A page of leads, discovered_at descending.

data
object[]
pagination
object