External DocumentationTo learn more, visit the Aikido documentation.
Actions
List Teams
Retrieve a list of all teams in your account.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Page | The page number to retrieve. Starting at 0. |
| Per Page | The maximum number of items to retrieve per page. Valid range is 10 to 20. |
| Return All Pages | Automatically fetch all resources, page by page. |
[
{
"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
}
]
Was this page helpful?