responses
Cancel a response
GoModel API reference for POST /v1/responses//cancel: Cancel a response.
POST
Error
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response ID
Query Parameters
Provider override for native cancellation
Response
OK
IncompleteDetails explains a status of "incomplete": the model hit max_output_tokens, was stopped by a content filter, or the upstream stream was interrupted.
"response"
PreviousResponseID names the response this one was chained from, as OpenAI echoes it; stored snapshots follow it to rebuild the history.
"completed", "incomplete", "failed", "in_progress"
Last modified on September 14, 2026