Skip to main content
GET
Get KAG (knowledge graph) summary for a file

Authorizations

x-access-token
string
header
required

JWT token passed in x-access-token header

Path Parameters

uploadId
string
required

The upload ID

Response

KAG summary (may be {exists:false} or {notReady:true})

success
boolean
Example:

true

exists
boolean

false when no knowledge_graph_job has been enqueued yet

notReady
boolean

true when the embeddings DB connection is still opening; client should re-poll

job
object

Only present when exists=true