폴더 조회
- MCP 도구
- get_folderGet Folder
- 요청 제한
- Default
- API 권한
- 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