in_progress
。curl --location --request POST 'https://api.openai.com/v1/threads//runs//cancel'
{
"id": "string",
"object": "string",
"created_at": 0,
"assistant_id": "string",
"thread_id": "string",
"status": "string",
"started_at": 0,
"expires_at": 0,
"cancelled_at": null,
"failed_at": null,
"completed_at": null,
"last_error": null,
"model": "string",
"instructions": "string",
"tools": [
{
"type": "string"
}
],
"file_ids": [
"string"
],
"metadata": {}
}