---
title: "GET /teams/{teamId}/profile/prompt"
method: GET
path: "/teams/{teamId}/profile/prompt"
tags: ["teams"]
---

# GET /teams/{teamId}/profile/prompt

`GET /teams/{teamId}/profile/prompt`

Requires the privilege [`MINIMUM_COMPANY_PRIVILEGES`](https://www.gremlin.com/docs/user-management/access-control/#privileges)

## Path parameters

- `teamId` string, required

## Response `default`

default response

- TeamProfilePrompt
  - `updated_by` string
  - `updated_at` string, date-time
  - `created_at` string, date-time
  - `fields` Field[]
    - `field` string
    - `presets` string[]
    - `multiple` boolean
    - `answer` string[]
    - `prompt` Prompt
      - `prefix` string
      - `suffix` string
  - `completedByUsers` string[]
  - `skippedByUsers` string[]

## Other responses

- `401` — Authorization header missing or malformed. Please provide proper credentials in the authorization header.
- `403` — User requires privilege: MINIMUM_COMPANY_PRIVILEGES

---

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