Skip to main content
GET

Authorizations

Authorization
string
header
required

Personal Access Token (PAT) is a Bearer token used for secure API calls. For direct API calls, the PAT is used in the Authorization header as 'Bearer {PAT}'. For MCP usage, configure your PAT in your MCP client settings (e.g., in your IDE's MCP server configuration) - authentication will be handled automatically.

Query Parameters

ids
string

Comma-separated list of group IDs to retrieve (max 50). When provided, other filters are ignored

group
string

Search term to filter groups

offset
integer
default:0

Offset for pagination

limit
integer
default:50

Limit for pagination (max 50)

Required range: x <= 50
shared
boolean
default:false

If true, return shared/corporate groups. If false, return personal groups

Response

Response containing a list of groups

records
object[]

List of groups

total_count
integer

Total number of groups matching the query