curl --location --request GET 'https://api.openai.com/v1/threads//runs//steps?limit=&order=&after=&before'
{ "object": "string", "data": [ { "id": "string", "object": "string", "created_at": 0, "run_id": "string", "assistant_id": "string", "thread_id": "string", "type": "string", "status": "string", "cancelled_at": null, "completed_at": 0, "expired_at": null, "failed_at": null, "last_error": null, "step_details": { "type": "string", "message_creation": { "message_id": "string" } } } ], "first_id": "string", "last_id": "string", "has_more": true }