Get File Metadata
Agent Filesystem
Get File Metadata
Get metadata about a file or directory in an agent’s workspace.
GET
Get File Metadata
Documentation Index
Fetch the complete documentation index at: https://docs.shinzo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Requires JWT token or Platform API key.Agent UUID
File or directory path within the agent workspace (wildcard segment)
Example Request
Response
Response Fields
| Field | Type | Description |
|---|---|---|
path | string | Absolute path of the file or directory |
type | string | Entry type (file or directory) |
size | number | Size in bytes |
permissions | string | File permissions in octal format |
created_at | string | Creation timestamp (ISO 8601) |
modified_at | string | Last modified timestamp (ISO 8601) |
Status Codes
| Code | Description |
|---|---|
200 | Metadata returned successfully |
401 | Invalid authentication |
403 | Access denied |
404 | Agent or path not found |

