List groups
Groups
List groups
List all groups for your organization.
GET
List groups
Returns a paginated list of all groups in the organization. UseDocumentation Index
Fetch the complete documentation index at: https://docs.scrip.dev/llms.txt
Use this file to discover all available pages before exploring further.
search to find groups by name, and sort_by / sort_dir to control ordering.
Archived groups are excluded by default. Groups exist at the organization level and are not scoped to a single program, so this endpoint returns all groups regardless of which programs they participate in.
For usage patterns and examples, see the Groups guide.
Authorizations
API key passed in the X-API-Key header.
Query Parameters
Maximum number of results (default 50, max 200)
Required range:
x >= 1Pagination cursor from previous response
Include archived groups
Search by group name (partial match)
Sort field
Available options:
created_at, name Sort direction
Available options:
asc, desc