beta.conversations
Retrieve a conversation information.
Given a conversation_id retrieve a conversation entity with its attributes.
get/v1/conversations/{conversation_id}
Path parameters
conversation_idstring required
ID of the conversation from which we are fetching metadata.
ID of the conversation from which we are fetching metadata.
Response
Successful Response
Example response
{
"completion_args": {
"response_format": {
"type": "text"
}
}
}Changes
No recorded changes to this endpoint across all 3 revisions of this API.