Skip to main content
GET
Retrieve context artifact status

Authorizations

Authorization
string
header
required

API key for authentication (format: "Bearer YOUR_API_KEY")

Path Parameters

artifact_id
string
required

Artifact ID returned from ProcessText

Response

Artifact details with processing results

operation_id
integer

Unique identifier for the processing operation

status
enum<string>

Current operation status

Available options:
unknown,
pending,
processing,
completed,
failed
result
object

Processing results (when status is 'completed')

error
string

Error message if status is 'failed'

created_at
string

Operation creation timestamp

completed_at
string

Operation completion timestamp