Folder Management
Get Folder Details with Flows
Retrieve the details of a specific folder, including its associated flows, by its folderId.
GET
Path Parameters
The unique identifier of the folder whose details are being requested.
Response 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 objects associated with the folder. Each flow object contains details such as its ID, name, and other relevant information.
Timestamp when the folder was created (ISO 8601 format).
Timestamp when the folder was last updated (ISO 8601 format).