List Teams
Teams
List Teams
Get all teams the authenticated user belongs to.
Returns teams with:
- Member count
- User’s role in each team
- Pagination metadata
Query parameters:
- page: Page number (default: 1)
- limit: Items per page (default: 50, max: 100)
GET
List Teams
Documentation Index
Fetch the complete documentation index at: https://docs.dataraven.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Page number
Required range:
x >= 1Items per page
Required range:
1 <= x <= 100