---
title: "List provider resources"
method: GET
path: "/provider/{provider}/resources"
tags: ["providers"]
---

# List provider resources

`GET /provider/{provider}/resources`

Get a list of resources available in a specific provider

## Path parameters

- `provider` string, required

## Query parameters

- `q` string

## Response `200`

Provider resources

- ModelsProviderResourcesResponse
  - `provider` string
  - `resources` object[]
    - `_id` string
    - `_reason` string
    - `_score` number
    - `_source` GithubComThandIoAgentInternalModelsProviderResource
      - `description` string
      - `id` string
      - `metadata` object — Store additional metadata if needed
      - `name` string
      - `tenant` string
      - `type` string
  - `version` VersionVersion

## Other responses

- `404` — Provider not found
- `500` — Internal server error

---

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