curl --request GET \
--url https://api.skyvern.com/v1/folders[
{
"title": "<string>",
"folder_id": "<string>",
"organization_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"workflow_count": 0
}
]Get all folders for the organization
curl --request GET \
--url https://api.skyvern.com/v1/folders[
{
"title": "<string>",
"folder_id": "<string>",
"organization_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"modified_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"workflow_count": 0
}
]Skyvern API key for authentication. API key can be found at https://app.skyvern.com/settings.
Page number
x >= 1Number of folders per page
1 <= x <= 500Search folders by title or description
Successfully retrieved folders