Skip to main content
GET
List demand signals routed to a storefront

Authorizations

Authorization
string
header
required

API key or access token

Path Parameters

storefrontId
integer
required
Required range: 1 <= x <= 9007199254740991

Query Parameters

status
enum<string>

Lifecycle of a demand signal. SEARCHING on create; QUOTED when at least one seller responds; BOOKED when at least one target converts to a deal; ABANDONED after idle; DECLINED if every target declined.

Available options:
SEARCHING,
QUOTED,
BOOKED,
ABANDONED,
DECLINED
dispatchStatus
enum<string>

Per-target dispatch state. ACKNOWLEDGED means the seller agent confirmed receipt; status transitions to DECLINED if the agent rejects the brief.

Available options:
QUEUED,
DISPATCHED,
ACKNOWLEDGED,
ON_HOLD,
FAILED,
DECLINED
channel
enum<string>

Channel the buyer wants to reach. Maps to ADCP MediaType. Lower-case to match the AdCP wire format; only Postgres-enum types use UPPERCASE.

Available options:
display,
native,
video,
audio,
ctv,
dooh,
newsletter,
podcast
minMatchPct
integer
Required range: 0 <= x <= 100
limit
integer
Required range: 1 <= x <= 100
offset
integer
Required range: 0 <= x <= 9007199254740991

Response

List demand signals routed to a storefront

Paginated list of demand signals routed to a storefront.

items
object[]
required
total
integer
required
Required range: 0 <= x <= 9007199254740991
hasMore
boolean
required
nextOffset
integer | null
required
Required range: 0 <= x <= 9007199254740991