---
title: "GET /publications/{id}"
method: GET
path: "/publications/{id}"
tags: ["publications"]
---

# GET /publications/{id}

`GET /publications/{id}`

Returns publication details

## Path parameters

- `id` string, required

## Response `200`

Success

- Publication
  - `id` string, required — ID of the publication
  - `url` string, required
  - `source` Source, required
    - `id` string, required
    - `name` string, required
    - `source_url` string — URL to source's website
    - `terms_and_conditions_url` string
    - `type` 'register' | 'journal' | 'other'
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `source_url` string, required
  - `title` string, required
  - `abstract` string, required
  - `authors` string[]
  - `journal` string
  - `date` string, date-time
  - `slug` string

## Other responses

- `404` — Publication not found
- `default` — Error

---

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