GET
/
v1
/
test-runs
curl --request GET \
  --url https://api.getmaxim.ai/v1/test-runs \
  --header 'x-maxim-api-key: <api-key>'
{
  "data": {
    "runs": [
      {}
    ],
    "total": 123
  }
}

Authorizations

x-maxim-api-key
string
header
required

API key for authentication

Query Parameters

workspaceId
string
required

Unique identifier for the workspace

id
string

Test run ID to fetch specific run

cursor
string | null

Cursor for pagination

isRunReport
boolean | null
default:false

Whether this is a run report

limit
number | null
default:20

Maximum number of records to return (max: 100)

Required range: x <= 100
filters
object[]

Additional filters for the query

Response

200
application/json

Successfully retrieved test runs

The response is of type object.