---
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

---

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