---
title: "Fetch resources"
method: GET
path: "/v3/connections/{connectionId}/resources"
tags: ["Connections"]
---

# Fetch resources

`GET /v3/connections/{connectionId}/resources`

Fetch resources for a connection (supported providers: GitHub for now)

## Path parameters

- `connectionId` string, required

## Query parameters

- `page` number
- `parent_id` string
- `per_page` number

## Response `200`

List of accessible resources

- object
  - `resources` object[], required
  - `total_count` number

## Other responses

- `400` — Connection missing refresh token
- `401` — Unauthorized
- `404` — Connection not found
- `501` — Provider does not support resource fetching

## Changes

- **2026-04-16** `5d883c307659` — 1 info
  - added the new optional `query` request parameter `parent_id`
- **2026-01-28** `228aa031e151` — 1 info
  - api operation id `getV3Connections:connectionIdResources` removed and replaced with `getV3ConnectionsByConnectionIdResources`

[Change history](https://skmtc.dev/supermemoryai/apis/supermemory-api/changes/v3/connections/:connectionId/resources/get.md)

---

[API](https://skmtc.dev/supermemoryai/apis/supermemory-api.md) · [All operations](https://skmtc.dev/supermemoryai/apis/supermemory-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/supermemoryai/supermemory-api/revisions/f979eba02e97/schema)
