Skip to main content
POST
Get multiple runs by IDs

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your key from the API Keys page.

Body

application/json

Array of run IDs to fetch

Batch runs request

run_ids
string[]
required

Array of run IDs (1-100)

Required array length: 1 - 100 elements
Example:

Response

Request succeeded. Returns found runs in data and any missing IDs in not_found.

Batch get runs response

data
object[]
required

Found runs

not_found
string[] | null
required

Run IDs that were not found or not owned. Null if all found.