Skip to main content
GET
/
datastores
Get list of datastores
curl --request GET \
  --url https://api.chift.eu/datastores \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "definition": {
      "columns": [
        {
          "name": "<string>",
          "title": "<string>",
          "type": "<string>",
          "optional": false
        }
      ],
      "search_column": "<string>"
    },
    "status": "active"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.chift.eu/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

This access token needs to be included in each of your request to the Chift API.

Query Parameters

status
enum<string> | null
Available options:
active,
inactive

Response

Successful Response

id
string
required
name
string
required
definition
DatastoreDef · object
required
status
enum<string> | null
default:active
Available options:
active,
inactive