Skip to main content
GET
cURL

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Path Parameters

catalogId
string<uuid>
required

The unique identifier of the catalog. The catalog must belong to the authenticated account. Malformed (non-uuid) values are rejected with 400.

Query Parameters

limit
integer
default:30

Maximum number of valuation rows to return, latest first (default 30, max 100). limit=1 returns the current value. Invalid values are rejected with 400.

Required range: 1 <= x <= 100

Response

The catalog's persisted valuation rows, latest first. Empty when no valuation has been persisted yet.

status
string
required
Example:

"success"

valuations
object[]
required

Persisted valuation rows, latest first.