---
title: "Retrieve study"
method: GET
path: "/v1/studies/{id}"
tags: ["Studies"]
---

# Retrieve study

`GET /v1/studies/{id}`

Retrieves a study

## Path parameters

- `id` string, required

## Response `200`

study found

- object
  - `data` Study, required
    - `id` string
    - `type` 'study'
    - `attributes` object
      - `id` integer
      - `type` 'study'
      - `title` string
      - `research_goal` string, nullable
      - `created_at` string, date-time
      - `updated_at` string, date-time
      - `last_activity_at` string, date-time, nullable
      - `slug` string
      - `status` string
      - `language` string
      - `style` string
      - `style_label` string
      - `has_screener` boolean
      - `live_stream_enabled` boolean
      - `completed_participations_count` integer
      - `booked_participations_count` integer
      - `started_participations_count` integer
      - `duration` string
      - `duration_in_minutes` integer
      - `maximum_slots` integer
      - `focus_group` boolean
      - `external_url` string
      - `continuous` boolean
      - `currency` string
      - `incentive` integer
      - `incentive_method` string
      - `incentive_title` string, nullable
      - `incentive_instructions` string, nullable
      - `tags` string[]

## Other responses

- `401` — unauthorized
- `404` — study not found

---

[API](https://skmtc.dev/greatquestion/apis/api-reference-v1.md) · [All operations](https://skmtc.dev/greatquestion/apis/api-reference-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/greatquestion/api-reference-v1/revisions/f263ec4858a6/schema)
