Skip to main content
GET
Get tree generation progress

Authorizations

Authorization
string
header
required

API Key or JWT User Token. If using an API Key, set the X-As-User header to act as a specific user. A JWT User Token is always scoped to a specific user.

Path Parameters

tree_id
string
required

Response

Successful Response

Response shape for GET /context-documents/tree/{tree_id}/progress.

tree_id
string
required
status
string
required
phase
string | null

Workflow phase. Values: discover, search, select, synthesize, finalize, personal, done. Null for terminal trees and trees whose workflow is no longer queryable.

completed_docs
integer | null
total_docs
integer | null
failed_docs
integer | null
failed_keys
string[] | null