---
title: "List available Studio templates"
method: GET
path: "/studios/templates"
tags: ["studios"]
---

# List available Studio templates

`GET /studios/templates`

Returns the list of available, configured Studio templates.

## Query parameters

- `workspaceId` integer
- `max` integer
- `offset` integer

## Response `200`

Ok - paginated list of available Studio templates.

- DataStudioTemplatesListResponse
  - `templates` DataStudioTemplate[], required
    - `icon` string
    - `repository` string
    - `status` 'recommended' | 'deprecated' | 'experimental' | 'unsupported'
    - `tool` string
  - `totalSize` integer, required

## Other responses

- `400` — BadRequest
- `403` — Operation not allowed.
- `404` — NotFound, when the API is disabled for the workspace.

---

[API](https://skmtc.net/seqeralabs/apis/seqera-api.md) · [All operations](https://skmtc.net/seqeralabs/apis/seqera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/seqeralabs/seqera-api/versions/13316c9fe5ff/schema)
