Skip to main content
GET
/
api
/
data-readiness
/
glossary
/
terms
/
index
Get alphabet index with term counts
curl --request GET \
  --url https://api.example.com/api/data-readiness/glossary/terms/index \
  --header 'Authorization: Bearer <token>'
{
  "index": [
    {
      "letter": "<string>",
      "count": 123
    }
  ],
  "total_terms": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.emergence.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT Bearer token authentication. Include the token in the Authorization header as: Authorization: Bearer <token>. The JWT must contain valid client_id, and project_id claims for tenant isolation and SDK routing.

Response

Successful Response

Alphabet index with term counts per letter.

index
AlphabetIndexEntry · object[]
required

Counts per letter

total_terms
integer
required

Total glossary terms across all letters