# Get list of workspaces (/docs/management-api/endpoints/workspaces/get-workspaces)

Location: Management API > Endpoints > Workspaces > Get list of workspaces

Returns the list of workspaces the current token can access.

## API reference

### Get list of workspaces

`GET /v1/workspaces`

Returns the list of workspaces the current token can access.

#### Parameters

- `cursor` (query, string | null, optional): Cursor for pagination
- `limit` (query, number, optional): Limit for pagination

#### Responses

- `200`: Returns the list of workspaces the current token can access.
- `401`: Missing or invalid authorization token.

## Related pages

- [`Get workspace`](https://www.prisma.io/docs/management-api/endpoints/workspaces/get-workspaces-by-id): Returns the workspace with the given ID.