Skip to main content
GET
List Containers

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

per_page
integer
default:25
cursor
string
parent_id
string

Filter by parent container ID. Omit to list root containers.

level
integer

Filter by hierarchy level.

include_pinned
boolean
default:false

Whether to include the 'pinned' collection in the response.

sort_by
enum<string>
Available options:
default,
name,
priority,
users,
containers
sort_dir
enum<string>
Available options:
asc,
desc

Response

200 - application/json

List of containers.

data
object[]
pinned
object[]
pagination
object