> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getkato.io/llms.txt
> Use this file to discover all available pages before exploring further.

# List record files

> List record files using an authenticated developer access key.

Required scopes: `records:read`.

Returns `{ "data": { "files": [], "nextCursor": null } }`. Optional `parentId` selects a folder; omit it for the root. Pass the returned `nextCursor` as `cursor` for the next page (up to 100 children per page). Access is restricted to the authenticated workspace and any pinned record. Missing/deleted records or inaccessible folders return 404.

See [authentication and rate limits](/api-reference/authentication).
