AACsearch
Api reference

List search indexes

GET
/projects/{projectId}/indexes

Authorization

BearerAuth
AuthorizationBearer <token>

Search API key (ss_search_*) from the dashboard or keys API. Scopes (search, ingest, admin) are stored on the key; each route requires the matching scope.

In: header

Path Parameters

projectId*string

Response Body

application/json

curl -X GET "https://loading/api/v1/projects/string/indexes"
[
  {
    "id": "string",
    "slug": "string",
    "displayName": "string",
    "version": 0,
    "enabled": true,
    "apiKeysCount": 0,
    "createdAt": "2019-08-24T14:15:22Z",
    "updatedAt": "2019-08-24T14:15:22Z"
  }
]