1. Tasks
  2. Browse Files

Tasks

Browse Files

Browse and search files using pagination and filters.

Basic usage

Browse the first 20 files.

loading...

Search by filename

Find all PDF files containing "invoice" in the filename.

loading...

Advanced usage

Browse archived public images uploaded during January 2024.

loading...

Parameters

page
number

The page of results to return.

Default: 1


limit
number

The maximum number of files to return.

Default: 20


filters
object

Optional filters to apply when browsing files.

Show child attributes
search
string

Search by filename.

content_type
string

Filter by MIME type. Partial matches such as image/ are supported.

size_min
string

Minimum file size.

size_max
string

Maximum file size.

upload_date
object

Filter by upload date.

Show child attributes
from
string

Start date for filtering by upload date.

to
string

End date for filtering by upload date.

access_date
object

Filter by last access date.

Show child attributes
from
string

Start date for filtering by last access date.

to
string

End date for filtering by last access date.

visibility
string

Filter by file visibility.

Options: private public

archived
boolean

Only return archived files.

deleted
boolean

Only return deleted files.

Properties

items
array

The items matching the supplied filters.


paging
object

Pagination information for the current set of results.

Show child attributes
page
number

The current page of results.

limit
number

The maximum number of results per page.

total
number

The total number of results matching the supplied filters.

total_pages
number

The total number of pages of results matching the supplied filters.