Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Files query.
files
files(limit: Int, cursor: String, filter: FilterParams): FilesConnection
query Files($limit: Int, $cursor: String, $filter: FilterParams) { files(limit: $limit, cursor: $cursor, filter: $filter) { data { id createdAt updatedAt checksum path size } } }
{}