Skip to main content
POST
List IDs
List all item IDs currently stored in the encrypted index.

Authentication

Required - API key via X-API-Key header:
You can get an API key from the CyborgDB Admin Dashboard. For more info, follow this guide.

Request Body

Response

Exceptions

  • 401: Authentication failed (invalid API key) or wrong index_key on SDK-supplied indexes — see error model
  • 404: Index not found
  • 422: Invalid request parameters
  • 500: Internal server error

Example Usage

Basic List IDs:
With jq processing:
Check if specific ID exists:
This endpoint is useful for auditing index contents, verifying data integrity, and implementing custom batch processing workflows.
For large indexes with many items, consider implementing pagination on the client side by processing the returned IDs in batches.