Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response ID

Query Parameters

provider
string

Provider override for native cancellation

Response

OK

created_at
integer
error
object
id
string
incomplete_details
object

IncompleteDetails explains a status of "incomplete": the model hit max_output_tokens, was stopped by a content filter, or the upstream stream was interrupted.

model
string
object
string

"response"

output
object[]
previous_response_id
string

PreviousResponseID names the response this one was chained from, as OpenAI echoes it; stored snapshots follow it to rebuild the history.

provider
string
status
string

"completed", "incomplete", "failed", "in_progress"

usage
object
Last modified on September 14, 2026