---
title: "Fetch Resources"
method: POST
path: "/v2/mcp/chatgpt/fetch"
tags: ["external", "external-v2"]
---

# Fetch Resources

`POST /v2/mcp/chatgpt/fetch`

## Request body

- FetchChatGPTRequestSchema
  - `items` FetchChatGPTItemRequestSchema[], required — Collection of resources to fetch in batch.
    - `id` string, uuid, required — Primary identifier for the resource.
    - `kind` string, required — Resource kind identifier (e.g. note).

## Response `200`

OK

- FetchChatGPTResponseSchema
  - `items` FetchChatGPTItemResponseSchema[], required
    - `error` string, nullable — Error message if the resource could not be retrieved.
    - `id` string, uuid, required — Primary identifier for the resource.
    - `kind` string, required — Resource kind identifier.
    - `payload` FetchChatGPTItemPayloadSchema
      - `created_at` string, date-time, nullable
      - `markdown_content` string, nullable
      - `primary_label` string, required
      - `secondary_label` string, nullable
      - `updated_at` string, date-time, nullable

---

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