フォルダー取得
- MCPツール
- get_folderGet Folder
- レート制限
- Default
- スコープ
- folders:read
フォルダーを取得します。
例
bash
curl 'https://api.youvico.com/api/folders/DX1234567890ABCD' \
-H 'Authorization: Bearer YOUR_API_KEY'json
{
"data": {
"id": "DX1234567890ABCD",
"name": "Renders",
"parent": null
}
}リクエスト
パス
idstringrequired フォルダーID
レスポンス
200 OK を返します。
dataobject フォルダー
data.idstring フォルダーID
Example: DX1234567890ABCD
data.namestring フォルダー名
Example: Renders
data.parentobject? 親フォルダー。プロジェクトルートでは null
Example: null
data.parent.idstring 親フォルダーID