GET
List folders
/foldersReturns a list of folders in the knowledge base.
Parameters
Query Parameters
| Name | Type | Description |
|---|---|---|
parent_id | string | Filter by parent folder ID (null for root folders) |
Code Examples
curl -X GET "https://api.qamaq.io/api/v1/folders" \
-H "Authorization: Bearer qmq_your_api_key"Responses
200List of folders
Response Body
[
{
id:stringname:stringparent_id:string| nullcreated_at:string (date-time)}
]