---
title: "Get the Open Graph data for a citation."
method: GET
path: "/api/v1/projects/{projectId}/citations/{citationId}"
tags: ["Citations"]
---

# Get the Open Graph data for a citation.

`GET /api/v1/projects/{projectId}/citations/{citationId}`

Retrieve the Open Graph data for a citation based on its unique identifier. This endpoint allows you to fetch the Open Graph metadata associated with a specific citation.
Here is an example to get citation detail: [API](https://github.com/Poll-The-People/customgpt-cookbook/blob/main/examples/Get_citation_details.ipynb) [SDK](https://github.com/Poll-The-People/customgpt-cookbook/blob/main/examples/SDK_Get_Citation_Details.ipynb).

## Path parameters

- `projectId` integer, required
- `citationId` integer, required

## Response `200`

Get the document metadata data for a citation

- object
  - `status` 'error' | 'success' — The status of the response
  - `data` PageMetadata
    - `id` integer — The unique identifier of the document
    - `url` string, nullable — The URL of the document
    - `title` string, nullable — The title of the document
    - `description` string, nullable — The description of the document
    - `image` string, nullable — The image of the document

## Other responses

- `400` — Bad Argument
- `401` — API Token is either missing or invalid
- `404` — Page not found

---

[API](https://skmtc.net/poll-the-people/apis/customgpt-ai.md) · [All operations](https://skmtc.net/poll-the-people/apis/customgpt-ai/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/poll-the-people/customgpt-ai/revisions/b80e6dfcf78d/schema)
