cURL
curl --request GET \ --url https://autonoma.app/api/run/{run_id}/status \ --header 'autonoma-client-id: <api-key>' \ --header 'autonoma-client-secret: <api-key>'
{ "status": "running", "url": "https://autonoma.app/run/cmbjp2vva000u0j01vtfu5kdj" }
Check the current status of a specific test run.
Client ID for authentication
Client secret for authentication
The ID of the run
"cmbjp2vva000u0j01vtfu5kdj"
Run status
"running"
"https://autonoma.app/run/cmbjp2vva000u0j01vtfu5kdj"
Was this page helpful?