Skip to main content
GET
/
api
/
user
/
institution
/
{id}
/
kag
/
backfill
/
status
Aggregate status of a Digital Twin's KAG jobs
curl --request GET \
  --url https://pria.praxislxp.com/api/user/institution/{id}/kag/backfill/status \
  --header 'x-access-token: <api-key>'
{
  "processedChunks": 123,
  "totalChunks": 123,
  "tokensIn": 123,
  "tokensOut": 123,
  "error": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt

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

Authorizations

x-access-token
string
header
required

JWT token passed in x-access-token header

Path Parameters

id
string
required

Institution (Digital Twin) id

Response

Aggregated status

state
enum<string>
Available options:
idle,
queued,
running,
error,
done
processedChunks
integer
totalChunks
integer
tokensIn
integer
tokensOut
integer
error
string | null