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>"
}
]
}Retrieve index metadata, including entity type, status, last synced key, and last updated timestamp.
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>"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK
The index's metadata details.
The index's metadata.
Show child attributes
The index's ID.
The index's entity.
The index's syncing or ingesting status.
pending, error, done, processing The index's fields.
The index's fields.
The date the index was last updated.
The key of the last index sync.