Encrypted Index
List IDs
POST
List IDs
List all item IDs currently stored in the encrypted index.
You can get an API key from the CyborgDB Admin Dashboard. For more info, follow this guide.
With jq processing:
Check if specific ID exists:
Authentication
Required - API key viaX-API-Key header:
Request Body
Response
Exceptions
401: Authentication failed (invalid API key) or wrongindex_keyon SDK-supplied indexes — see error model404: Index not found422: Invalid request parameters500: Internal server error
Example Usage
Basic List IDs:This endpoint is useful for auditing index contents, verifying data integrity, and implementing custom batch processing workflows.