cURL
curl --request GET \ --url https://autonoma.app/api/folder \ --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 a list of all test folders in your Autonoma account.
Client ID for authentication
Client secret for authentication
Maximum number of folders to return
1 <= x <= 100
20
Number of folders to skip for pagination
x >= 0
0
List of Folders
"cmbsgljfr00fd060153r9x8ek"
"Draft Folder"
"2025-06-11T21:25:47.559Z"
"0 0 * * *"
Show child attributes
Was this page helpful?