curl --location --request GET 'https://api.openai.com/v1/threads//messages/'
{
"id": "string",
"object": "string",
"created_at": 0,
"thread_id": "string",
"role": "string",
"content": [
{
"type": "string",
"text": {
"value": "string",
"annotations": [
"string"
]
}
}
],
"file_ids": [
"string"
],
"assistant_id": null,
"run_id": null,
"metadata": {}
}