v1
latestOpenAPI 3.1.02026-07-261690320.7 KBList teams
Returns a list of all the teams in your account
get/teams
Query parameters
pageinteger
Pagination parameter, starts at 0.
per_pageinteger
Amount of items returned
Response
A list of teams in your account
Example response
[
{
"id": 1,
"name": "Frontend developers",
"external_source": "github",
"external_source_id": "387505",
"responsibilities": [
{
"type": "code_repository",
"id": 5,
"included_paths": [
"/client",
"/tests/client"
],
"excluded_paths": null
},
{
"type": "container_repository",
"id": 8
}
],
"active": true
}
]