---
title: "Get list of datastores"
method: GET
path: "/datastores"
tags: ["Datastores"]
---

# Get list of datastores

`GET /datastores`

Returns a list of datastores (active and inactive) available for your account

## Query parameters

- `status` 'active' | 'inactive'

## Response `200`

Successful Response

- DataStoreItem[]
  - `id` string, required
  - `name` string, required
  - `status` 'active' | 'inactive'
  - `definition` DatastoreDef, required
    - `columns` DatastoreColumn[], required
      - `name` string, required
      - `title` string, required
      - `type` string, required
      - `optional` boolean, nullable
    - `search_column` string, nullable — Column name that will be indexed and used in search if any.

## Other responses

- `422` — Validation Error

---

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