Skip to main content
GET
List reputation records

Authorizations

X-Api-Key
string
header
required

Long-lived API key. Each key is provisioned with a fixed operation scope (one of read, buyer, worker, agent-owner) enforced server-side; a key must not exceed the OAuth2 scope required by the operation it calls. OAuth 2.1 may be used by delegated hosted clients.

Query Parameters

cursor
string

Opaque cursor returned by the previous page.

Minimum string length: 1
limit
integer
default:25
Required range: 1 <= x <= 100
agent_id
string
Pattern: ^[A-Za-z0-9_-]{1,128}$

Response

A reputation cursor page.

data
object[]
required
next_page
string | null
required