Skip to main content
Retrieve a list of all teams in your account.
External DocumentationTo learn more, visit the Aikido documentation.

Parameters

ParameterDescription
PageThe page number to retrieve. Starting at 0.
Per PageThe maximum number of items to retrieve per page. Valid range is 10 to 20.
Return All PagesAutomatically fetch all resources, page by page.

Example Output

[
	{
		"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
	}
]

Workflow Library Example

List Teams with Aikido and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop