List files in hub (flat, paginated)

Returns a flat, paginated list of files in the hub, filtered by the given parameters.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required
uuid
required
Body Params

Hubs.ListHubFilesRequest

string | null

A base64 encoded value representing a cursor, or an element ID if applicable

string | null

A base64 encoded value representing a cursor, or an element ID if applicable

file_ids
array of objects | null

Filter by file IDs (Files context IDs)

file_ids
integer | null

The number of records to return after the provided cursor; used in combination with after

string | null

Filter by full_path prefix (e.g. /docs or /docs/report)

full_paths
array of strings | null

Filter by exact full file paths (e.g. /docs/report.pdf)

full_paths
ids
array of objects | null

Filter by hub file IDs (hub_files primary IDs)

ids
boolean | null

Filter by whether the linked file has a non-nil source_updated_at timestamp.

integer | null

The number of records to return for before the provided cursor; used in combination with before

integer | null
≥ 0

The maximum number of records to return when using offset pagination

integer | null
≥ 0

The offset to use when paginating records

order_by
array of strings | null
Hubs.ListHubFilesOrderBy
order_directions
array of strings | null

List of order directions for the fields in order_by

Pagination.OrderDirections
parent_paths
array of strings | null

Filter by parent folder paths - returns only direct children of the given folders (e.g. ["/docs", "/reports"]). Use "/" for root-level items.

parent_paths
string | null
enum

Filter by type: 'file' or 'folder'

Allowed:
Responses

Callback
Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json