Skip to main content
GET
List teams

Authorizations

Authorization
string
header
required

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

Query Parameters

filter[organization_id]
object

Allows filtering by organization_id using one or more operators.

filter[id]
object

Allows filtering by id using one or more operators.

filter[updated_at]
object

Allows filtering by updated_at using one or more operators.

page[size]
integer

Determines the number of items to show.

Required range: 1 <= x <= 100
page[before]
string

Pagination cursor. This is automatically generated as necessary and provided in HAL links (_links); it should not be constructed externally.

page[after]
string

Pagination cursor. This is automatically generated as necessary and provided in HAL links (_links); it should not be constructed externally.

sort
enum<string>

Allows sorting by a single field.
Use a dash ("-") to sort descending.

Available options:
label,
-label,
created_at,
-created_at,
updated_at,
-updated_at

Response

OK

items
object[]
count
integer

Total count of all the teams.

Last modified on June 16, 2026