For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Open sourceSupportFAQsDocs Home
DocumentationAPI ReferenceRelease notes
DocumentationAPI ReferenceRelease notes
  • Introduction
    • Overview
    • Authentication
  • Guides
    • Integration API routes
    • Operations Manager search APIs
    • Search API
    • URL query parameters
    • Use query parameters in API requests
  • Reference
        • POSTCreate a collection's indexes in mongo
        • GETGet collection index status
        • GETGet index status for all collections
        • GETList all pre-defined indexes
LogoLogo
Open sourceSupportFAQsDocs Home
ReferenceIndexes

Get index status for all collections

GET
http://localhost:3000/indexes/status
GET
/indexes/status
$curl http://localhost:3000/indexes/status \
> -u "<username>:<password>"
1{}

Checks the status of pre-defined indexes for multiple collections.

Was this page helpful?
Previous

List all pre-defined indexes

Next
Built with

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Query parameters

collectionslist of strings or stringOptional
collections

Response

The current statuses of the indexes on the specified collections.

Errors

500
Internal Server Error