Retrieve context artifact status
Context
Retrieve context artifact status and results
Retrieve the results of a previously submitted ProcessText request using the artifact ID returned from the POST /v1/context/text endpoint.
GET
Retrieve context artifact status
Authorizations
API key for authentication (format: "Bearer YOUR_API_KEY")
Path Parameters
Artifact ID returned from ProcessText
Response
Artifact details with processing results
Unique identifier for the processing operation
Current operation status
Available options:
unknown, pending, processing, completed, failed Processing results (when status is 'completed')
Error message if status is 'failed'
Operation creation timestamp
Operation completion timestamp