Authorization: Bearer ********************curl --location '/conversations//items?limit=&order=&after=&include=' \
--header 'Authorization: Bearer <token>'{
"object": "list",
"data": [
{
"type": "message",
"id": "string",
"status": "in_progress",
"role": "unknown",
"content": [
{
"type": "input_text",
"text": "string",
"prompt_cache_breakpoint": {
"mode": "explicit"
}
}
],
"phase": "commentary"
}
],
"has_more": true,
"first_id": "string",
"last_id": "string"
}