Skip to main content
GET
Get Brand Bulk Load Run

Authorizations

Authorization
string
header
required

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

Path Parameters

run_id
string<uuid>
required

Query Parameters

item_limit
integer
default:100

Maximum per-URL rows returned; aggregates always cover the full run.

Required range: 1 <= x <= 500
item_offset
integer
default:0
Required range: x >= 0
item_state
string | null

Optionally return only per-URL rows in this item state.

all_items
boolean
default:false

Explicitly return every matching per-URL row (ignores item_limit).

include_observed_platform_cost
boolean
default:false

Also return PLATFORM-WIDE logged spend across the run's window. Advisory only — it includes every unrelated job in that window and is NOT per-run attribution.

Response

Successful Response