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