cURL
curl --request POST \ --url https://api.stably.ai/v1/projects/{projectId}/runs \ --header 'Content-Type: application/json' \ --header 'authorization: <api-key>' \ --data '{ "runGroupName": "<string>", "envOverrides": {} }'
{ "runId": "<string>" }
Start a test run created by the codegen agent
Show child attributes
Default Response
ID to use for polling the run status and results
Was this page helpful?