Error
A valid request URL is required to generate request examples{
"teams": [
{
"id": "<string>",
"name": "<string>",
"member_count": 123,
"virtual_key_count": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"total": 123,
"page": 123,
"limit": 123,
"total_pages": 123,
"has_more": true
}Teams
List teams
Returns a paginated list of teams with optional search.
GET
/
api
/
teams
Error
A valid request URL is required to generate request examples{
"teams": [
{
"id": "<string>",
"name": "<string>",
"member_count": 123,
"virtual_key_count": 123,
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"total": 123,
"page": 123,
"limit": 123,
"total_pages": 123,
"has_more": true
}Documentation Index
Fetch the complete documentation index at: https://docs.getbifrost.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
BearerAuthBasicAuthApiKeyAuth
Bearer token authentication. Use your provider API key or Bifrost authentication token.
Virtual keys (prefixed with sk-bf-) can also be passed here.
Query Parameters
Page number (1-based)
Required range:
x >= 1Number of teams per page (max 100)
Required range:
1 <= x <= 100Search by team name
Was this page helpful?
⌘I

