---
title: "Get the Metadata for a certain page."
method: GET
path: "/api/v1/projects/{projectId}/pages/{pageId}/metadata"
tags: ["Pages Metadata"]
---

# Get the Metadata for a certain page.

`GET /api/v1/projects/{projectId}/pages/{pageId}/metadata`

Retrieve the Metadata for a page based on its unique identifier. This endpoint allows you to fetch the metadata associated with a specific page.

## Path parameters

- `projectId` integer, required
- `pageId` string, 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` — Create page metadata failed
- `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)
