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.app.shinzo.ai/v1/agent/{agentId}/filesystem/metadata/{path} \ --header 'Authorization: Bearer <token>'
Get metadata about a file or directory in an agent’s workspace.
curl -X GET "https://api.app.shinzo.ai/v1/agent/agt_abc123/filesystem/metadata/workspace/src/index.js" \ -H "Authorization: Bearer <jwt_token>"
{ "path": "/workspace/src/index.js", "type": "file", "size": 1024, "permissions": "644", "created_at": "2025-01-15T10:00:00Z", "modified_at": "2025-01-20T12:30:00Z" }
path
type
file
directory
size
permissions
created_at
modified_at
200
401
403
404