Skip to main content
GET
/
v1
/
test-runs
List Test Runs
curl --request GET \
  --url https://api.sigmamind.ai/v1/test-runs \
  --header 'X-API-Key: <api-key>'
{
  "error": "Bad Request",
  "message": "Invalid request parameters",
  "path": "/v1/test-runs",
  "status": 400,
  "timestamp": "2026-04-17T11:47:55.902Z"
}

Authorizations

X-API-Key
string
header
required

API Key is required in header. You can find it in the settings

Query Parameters

batchId
string
required

A unique identifier for the batch.

agentId
string
required

A unique identifier for the agent to which the batch belongs.

page
integer<int32>
default:0
size
integer<int32>
default:10

Response

OK