> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Teams

Retrieve a list of all teams in your account.

<Note>
  External Documentation

  To learn more, visit the [Aikido documentation](https://apidocs.aikido.dev/reference/listteams).
</Note>

## Parameters

<div className="integrations-table">
  | 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.                               |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"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](https://library.blinkops.com/workflows/list-teams-with-aikido-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-teams-with-aikido-and-send-results-via-email/canvas" />
</div>
