Get File
ethora-files-get-v2List the authenticated user's files, or fetch one file's metadata by id (GET /v2/files). Returns an array when id is omitted, a single record when given.
Auth: user-auth mode with an active user session. Errors: 401 not logged in; 404 unknown id or not owned by the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | File id to fetch a single record. Omit to list all files owned by the logged-in user. |