Folders
The ID of the project.
JSON-encoded filter object. Supported fields — parentFolderId, name, tags (array of tag names), excludeFolderIdAndDescendants.
{"parentFolderId":"abc123","name":"My Folder"}JSON-encoded array of fields to include. Valid fields — id, name, createdAt, updatedAt, project, tags, parentFolder, workflowCount, subFolderCount, path.
["id","name","tags","workflowCount"]Sort order for results.
Number of items to skip for pagination. Defaults to 0.
Number of items to return. Defaults to 10.
Operation successful.
Total number of folders matching the query.
The request is invalid or provides malformed data.
Unauthorized
Forbidden
The specified resource was not found.
The ID of the project.
My Folderabc123Operation successful.
My FolderThe request is invalid or provides malformed data.
Unauthorized
Forbidden
The specified resource was not found.
The ID of the project.
The ID of the folder.
Operation successful.
Total number of sub-folders (recursive).
Total number of workflows (recursive).
Unauthorized
Forbidden
The specified resource was not found.
The ID of the project.
The ID of the folder.
Optional target folder ID to move workflows and sub-folders into before deleting.
Operation successful.
No content
The request is invalid or provides malformed data.
Unauthorized
Forbidden
The specified resource was not found.
No content
The ID of the project.
The ID of the folder.
Renamed Folderabc123Operation successful.
My FolderThe request is invalid or provides malformed data.
Unauthorized
Forbidden
The specified resource was not found.
Last updated
Was this helpful?