GET
/
wordlist
/
{id}
/
embedding-status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID of the wordlist to check embedding status for

Response

200 - application/json

Embedding status details

progress
number
required

Percentage of words that have been embedded (0-100)

remainingWords
number
required

Number of words still waiting to be embedded

totalWords
number
required

Total number of words in the wordlist

Was this page helpful?