Skip to main content
GET
/
admin
/
index
/
details
cURL
curl '{backend_url}/admin/index/details' \
-H 'Authorization: Bearer {access_token}'
{
  "metadata": [
    {
      "id": "<string>",
      "entity": "<string>",
      "status": "pending",
      "fields": [
        "<string>"
      ],
      "updated_at": "2023-11-07T05:31:56Z",
      "last_synced_key": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

OK

The index's metadata details.

metadata
object[]
required

The index's metadata.