cURL
curl --request GET \ --url https://autonoma.app/api/test/{test_id} \ --header 'autonoma-client-id: <api-key>' \ --header 'autonoma-client-secret: <api-key>'
{ "id": "cmbsgljfr00fd060153r9x8ek", "name": "New Test 2025-06-11T21:25:47.442Z", "created_at": "2025-06-11T21:25:47.559Z", "folder": { "id": "cm7t223mk00154mzy2jwk2pqy", "name": "private-listing-hub" }, "application_version": { "name": "STG", "path": "https://autonoma.app", "customID": "build-123" }, "steps": [ { "id": "cmbs5deso0001ps016az80n89", "instruction": "insert {{variable:QA_ADMIN_USER}} into log in input", "interaction": "input-text", "output": "input-text on element with text [email protected]", "status": "passed", "url": "https://login.autonoma.app/login", "element": { "html": "<input class=\"input c2053dbb5 c10f8401f\" inputmode=\"email\" name=\"username\" id=\"username\" type=\"text\" value=\"\" required=\"\" autocomplete=\"email\" autocapitalize=\"none\" spellcheck=\"false\" autofocus=\"\"", "selector": "input#username" }, "image": "https://storage.googleapis.com/autonoma-media/screenshots/d8e41de595af.jpeg" } ] }
Retrieve details of a specific test by its ID.
Client ID for authentication
Client secret for authentication
The ID of the test
"cmbjp2vva000u0j01vtfu5kdj"
Include step details in response
true
Test details
"cmbsgljfr00fd060153r9x8ek"
"New Test 2025-06-11T21:25:47.442Z"
"2025-06-11T21:25:47.559Z"
Show child attributes
Was this page helpful?