Authorization: Bearer ********************
curl --location --request GET 'https://oapi.czl.net/v1/threads//runs?limit&order=&after&before'
{ "object": "list", "data": [ { "id": "run_5pyUEwhaPk11vCKiDneUWXXY", "object": "thread.run", "created_at": 1699075072, "assistant_id": "asst_nGl00s4xa9zmVY6Fvuvz9wwQ", "thread_id": "thread_BDDwIqM4KgHibXX3mqmN3Lgs", "status": "completed", "started_at": 1699075072, "expires_at": null, "cancelled_at": null, "failed_at": null, "completed_at": 1699075073, "last_error": null, "model": "gpt-3.5-turbo", "instructions": null, "tools": [ { "type": "code_interpreter" } ], "file_ids": [ "file-9F1ex49ipEnKzyLUNnCA0Yzx", "file-dEWwUbt2UGHp3v0e0DpCzemP" ], "metadata": {} }, { "id": "run_UWvV94U0FQYiT2rlbBrdEVmC", "object": "thread.run", "created_at": 1699063290, "assistant_id": "asst_nGl00s4xa9zmVY6Fvuvz9wwQ", "thread_id": "thread_BDDwIqM4KgHibXX3mqmN3Lgs", "status": "completed", "started_at": 1699063290, "expires_at": null, "cancelled_at": null, "failed_at": null, "completed_at": 1699063291, "last_error": null, "model": "gpt-3.5-turbo", "instructions": null, "tools": [ { "type": "code_interpreter" } ], "file_ids": [ "file-9F1ex49ipEnKzyLUNnCA0Yzx", "file-dEWwUbt2UGHp3v0e0DpCzemP" ], "metadata": {} } ], "first_id": "run_5pyUEwhaPk11vCKiDneUWXXY", "last_id": "run_UWvV94U0FQYiT2rlbBrdEVmC", "has_more": false }