---
title: "show team role"
method: GET
path: "/api/v0/team/roles/{id}/"
tags: ["Accounts"]
---

# show team role

`GET /api/v0/team/roles/{id}/`

Retrieve details of a specific team role by its name.

CLI Usage: `vastai show team-role <name>`

## Path parameters

- `id` string, required

## Response `200`

Success response

- object
  - `id` integer — Role ID
  - `name` string — Name of the role
  - `permissions` string[] — Permissions associated with the role

## Other responses

- `404` — Role not found

---

[API](https://skmtc.net/vast/apis/vast-ai-api.md) · [All operations](https://skmtc.net/vast/apis/vast-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vast/vast-ai-api/revisions/4ed14f79f796/schema)
