cURL
curl --request GET \ --url https://autonoma.app/api/folder/{folder_id} \ --header 'autonoma-client-id: <api-key>' \ --header 'autonoma-client-secret: <api-key>'
{ "id": "cmbsgljfr00fd060153r9x8ek", "name": "Draft Folder", "created_at": "2025-06-11T21:25:47.559Z", "updated_at": "2025-06-11T21:25:47.559Z", "crontab": "0 0 * * *", "tests": [ { "id": "cmbsgljfr00fd060153r9x8ek", "name": "New Test 2025-06-11T21:25:47.442Z" } ] }
Retrieve details of a specific test folder by its ID.
Client ID for authentication
Client secret for authentication
The ID of the folder
"cmbjp2vva000u0j01vtfu5kdj"
Folder details
"cmbsgljfr00fd060153r9x8ek"
"Draft Folder"
"2025-06-11T21:25:47.559Z"
"0 0 * * *"
Show child attributes
Was this page helpful?