curl --request GET \
--url https://api.skyvern.com/v1/folders/{folder_id}{
"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 a specific folder by ID
curl --request GET \
--url https://api.skyvern.com/v1/folders/{folder_id}{
"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.
Folder ID
"fld_123"
Successfully retrieved folder
Response model for a folder