Skip to main content
GET
/
v1
/
messages
/
async
/
{message_id}
/
stream
Observe Async Chat Stream Events
curl --request GET \
  --url https://{base_url}/gpt/v1/messages/async/{message_id}/stream
{
  "detail": "Stream with message_id msg_nonexistent not found"
}

Path Parameters

message_id
string
required

Message ID of the asynchronous chat stream to observe.

Response

Server-sent events stream with chat completion data