QamaqQamaq
GET

Ordner auflisten

/folders

Gibt eine Liste von Ordnern in der Wissensdatenbank zurück.

Parameter

Abfrageparameter

NameTypBeschreibung
parent_id
string

Filter by parent folder ID (null for root folders)

Code-Beispiele

curl -X GET "https://api.qamaq.io/api/v1/folders" \
  -H "Authorization: Bearer qmq_your_api_key"

Antworten

200List of folders

Response Body

[
{
id:string
name:string
parent_id:string| null
created_at:string (date-time)
}
]