Authorization: Bearer ********************
curl --location --request GET 'https://api.openai.com/v1/threads//runs?limit&order=&after&before'
{ "object": "string", "data": [ { "id": "string", "object": "string", "created_at": 0, "assistant_id": "string", "thread_id": "string", "status": "string", "started_at": 0, "expires_at": null, "cancelled_at": null, "failed_at": null, "completed_at": 0, "last_error": null, "model": "string", "instructions": null, "tools": [ { "type": "string" } ], "file_ids": [ "string" ], "metadata": {} } ], "first_id": "string", "last_id": "string", "has_more": true }