---
title: "Get Resource"
method: GET
path: "/data_stores/{data_store_id}/resources"
tags: ["RESOURCES"]
deprecated: true
---

# Get Resource

`GET /data_stores/{data_store_id}/resources`

> **Deprecated.**

Get resources given data store id from the database.
:param db: The database session for accessing the database.

## Path parameters

- `data_store_id` integer, required

## Response `200`

Successful Response

- ResourceFetchResponse
  - `resources` ResourceResponse[], required
    - `id` integer, required
    - `identifier` string, required
    - `options` object, nullable

## Other responses

- `400` — Not supported for public user
- `403` — Not supported for public user
- `422` — Validation Error

---

[API](https://skmtc.dev/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.dev/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myaltimate/fastapi/revisions/82206441f16e/schema)
