---
title: "Fetch the Comment context"
method: GET
path: "/v1/comments/{uuid}/context"
tags: ["comments"]
---

# Fetch the Comment context

`GET /v1/comments/{uuid}/context`

## Path parameters

- `uuid` string, uuid, required

## Response `200`

The Comment context

- object
  - `data` CommentContextRead, required
    - `uuid` string, uuid, required
    - `type` 'request', required — The kind of object this comment is attached to.
    - `_links` CommentContextReadLinks, required
      - `context_object` HalLink, required
        - `href` string, uri, required
        - `title` string — A human-readable title for the link
        - `type` string, required — The content-type

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden (requires scopes `comments:read`)
- `404` — Resource not found
- `429` — Too many requests

---

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