cURL
curl '{backend_url}/admin/index/details' \ -H 'Authorization: Bearer {access_token}'
200
Example
{ "metadata": [ { "id": "<string>", "entity": "<string>", "status": "pending", "fields": [ "<string>" ], "updated_at": "2023-11-07T05:31:56Z", "last_synced_key": "<string>" } ] }
Retrieve index metadata, including entity type, status, last synced key, and last updated timestamp.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The index's metadata details.
The index's metadata.
Show child attributes