Skip to main content
GET
List a brand's scans

Authorizations

Authorization
string
header
required

An API key from the Account tab, sent as Authorization: Bearer agl_live_.... Keys are secret; store them server-side.

Path Parameters

id
string<uuid>
required

Brand id (UUID). A value that is not a UUID returns 404.

Query Parameters

limit
integer
default:90

Page size, 1–200. Defaults to 90 for this endpoint.

Required range: 1 <= x <= 200
offset
integer
default:0

Rows to skip (0 or more).

Required range: x >= 0

Response

A page of scan runs.

scans
object[]
required
pagination
object
required

Offset pagination. hasMore tells you whether another page exists.