in_progress
。Authorization: Bearer ********************
curl --location --request POST 'https://oapi.czl.net/v1/threads//runs//cancel'
{
"id": "run_BeRGmpGt2wb1VI22ZRniOkrR",
"object": "thread.run",
"created_at": 1699076126,
"assistant_id": "asst_IgmpQTah3ZfPHCVZjTqAY8Kv",
"thread_id": "thread_1cjnJPXj8MFiqTx58jU9TivC",
"status": "cancelling",
"started_at": 1699076126,
"expires_at": 1699076726,
"cancelled_at": null,
"failed_at": null,
"completed_at": null,
"last_error": null,
"model": "gpt-4",
"instructions": "You summarize books.",
"tools": [
{
"type": "retrieval"
}
],
"file_ids": [],
"metadata": {}
}