> For the complete documentation index, see [llms.txt](https://docs.drivequant.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.drivequant.com/enterprise/teams/list-of-teams.md).

# List of teams

This service can be used to get the list of all the teams belonging to your organisation.

{% hint style="info" %}
If you have your **enterprise API key**, you can try the API via this [**link**](https://drivequant.stoplight.io/docs/drivequant-public/8ade356c398fa-get-all-teams)**.**
{% endhint %}

{% openapi src="/files/QrSUgdcQKHBox7TTfgGW" path="/teams" method="get" %}
[Enterprise.yaml](https://2525923625-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LXYIG5U3AO65YYFWJRK%2Fuploads%2FTTiLeuGg8U59w9k5PwxD%2FEnterprise.yaml?alt=media\&token=068f1889-59e6-4bc6-8b74-7a985dfce3cb)
{% endopenapi %}

### Response

The service returns an array of elements, whose structure is defined in the table below.

<table><thead><tr><th width="197">Name</th><th width="131.66666666666666">Type</th><th>Description</th></tr></thead><tbody><tr><td><code>teamId</code></td><td><code>string</code></td><td>Unique identifier of the team</td></tr><tr><td><code>creationDate</code></td><td><code>date</code></td><td>Creation date<br><em>Date format: <code>YYYY-MM-dd’T’HH:mm:ss.SSSZ</code></em></td></tr><tr><td><code>status</code></td><td><code>string</code></td><td>Current status of the team<br><em>Allowed values: <code>ENABLED</code>, <code>DISABLED</code></em></td></tr></tbody></table>
