Authorization: Bearer ********************
curl --location --request GET 'https://oapi.czl.net/v1/threads//runs//steps?limit=&order=&after=&before'
{ "object": "list", "data": [ { "id": "step_QyjyrsVsysd7F4K894BZHG97", "object": "thread.run.step", "created_at": 1699063291, "run_id": "run_UWvV94U0FQYiT2rlbBrdEVmC", "assistant_id": "asst_nGl00s4xa9zmVY6Fvuvz9wwQ", "thread_id": "thread_BDDwIqM4KgHibXX3mqmN3Lgs", "type": "message_creation", "status": "completed", "cancelled_at": null, "completed_at": 1699063291, "expired_at": null, "failed_at": null, "last_error": null, "step_details": { "type": "message_creation", "message_creation": { "message_id": "msg_6YmiCRmMbbE6FALYNePPHqwm" } } } ], "first_id": "step_QyjyrsVsysd7F4K894BZHG97", "last_id": "step_QyjyrsVsysd7F4K894BZHG97", "has_more": false }