v2
latestOpenAPI 3.0.1private2026-07-2667209320.4 KBOrganization Teams
Find Teams for Organization
List Teams
Get the Teams that belong to this StackHawk organization.
Returns a paginated list of Teams.
| Parameter | Default | Description |
|---|---|---|
| teams | [] | found list of teams. |
| nextPageToken | "" | pageToken to provide for the next page of results. |
| totalCount | 0 | total number of results. |
All users that belong to this organization can call this endpoint.
Requires read:team permission.
get/api/v1/org/{orgId}/teams
Path parameters
orgIdstring uuid required
UUID identifier for this StackHawk Organization.
Query parameters
pageTokeninteger
Pagination request page increment.
pageSizeinteger
Pagination response size limit.
searchstring
Filter teams by name pattern.
Response
Paginated response of teams.