Returns metadata for a path (size, mode, human-readable permissions such asDocumentation Index
Fetch the complete documentation index at: https://docs.gravixlayer.ai/llms.txt
Use this file to discover all available pages before exploring further.
rw-r--r--, modification time when available).
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
path | string | Yes | Path to stat |
Response (FileGetInfoResponse)
| Field | Type | Description |
|---|---|---|
exists | boolean | Whether the path exists |
info | FileInfo or None | Metadata when exists is true |
FileInfo includes name, path, size, is_dir, mode (octal string), permissions (e.g. rw-r--r--), and modified_at.