Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/app/v1/organizations/{organizationId}/projects/{projectId}/folders/{id}
Retrieve a specific folder by ID
{ "id": "folder123", "name": "Marketing Content Searches", "parentId": null, "type": "content", "order": 1.0, "createdAt": "2024-03-20T10:00:00Z", "updatedAt": "2024-03-20T10:00:00Z" }
{ "error": { "code": "NOT_FOUND", "message": "Folder not found" } }
curl -X GET "https://api.metabind.ai/app/v1/organizations/org123/projects/proj456/folders/folder123" \ -H "Authorization: Bearer YOUR_JWT"