Get Folder
- MCP tool
- get_folderGet Folder
- Rate limit
- Default
- Scope
- folders:read
Returns a folder.
Example
bash
curl 'https://api.youvico.com/api/folders/DX1234567890ABCD' \
-H 'Authorization: Bearer YOUR_API_KEY'json
{
"data": {
"id": "DX1234567890ABCD",
"name": "Renders",
"parent": null
}
}Request
Path
idstringrequired Folder ID
Response
Returns 200 OK.
dataobject Folder
data.idstring Folder ID
Example: DX1234567890ABCD
data.namestring Folder name
Example: Renders
data.parentobject? Parent folder. Null at the project root
Example: null
data.parent.idstring Parent folder ID