Skip to main content
GET
Get runs

Authorizations

x-api-key
string
header
required

Your Recoup API key. Learn more.

Query Parameters

kind
enum<string>
required

Required. The run type to list. Unknown kinds are rejected with 400.

Available options:
valuation
limit
integer
default:1

Optional. Maximum runs to return, newest first. Defaults to 1 (the latest run).

Required range: 1 <= x <= 20

Response

The calling account's runs of the requested kind, newest first. Empty when the account has never run one.

The calling account's runs of the requested kind, newest first.

status
enum<string>

Status of the request

Available options:
success,
error
runs
object[]

Runs, newest first. Empty when the account has never run one of this kind.

error
string

Error message (only present if status is 'error')