curl --location --request GET 'https://api.openai.com/v1/threads//messages//files _?limit&order&after&before'
{
"object": "string",
"data": [
{
"id": "string",
"object": "string",
"created_at": 0,
"message_id": "string"
}
],
"first_id": "string",
"last_id": "string",
"has_more": true
}