QamaqQamaq
GET

フォルダー一覧

/folders

ナレッジベースのフォルダーのリストを返します。

パラメーター

クエリパラメーター

名前タイプ説明
parent_id
string

Filter by parent folder ID (null for root folders)

コード例

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

レスポンス

200List of folders

Response Body

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