Folder Management
Get All Folders for Workspace
Retrieve all folders associated with a specific workspace, identified by the workspace ID in the request header.
GET
Headers
The ID of the workspace whose folders are being requested.
Response Fields
An array of folder objects, each containing the following fields:
The unique identifier of the folder.
The identifier of the workspace where the folder belongs.
The name of the folder.
The color of the folder, represented as a hex code.
The icon identifier for the folder.
The type of flow, either “call” or “message”.
The model type for flows, derived from flowType
.
An array of flow IDs associated with the folder.
Timestamp when the folder was created (ISO 8601 format).
Timestamp when the folder was last updated (ISO 8601 format).