{
"assistant_id": "asst_nGl00s4xa9zmVY6Fvuvz9wwQ"
}
curl --location --request POST 'https://api.openai.com/v1/threads//runs' \
--header 'Content-Type: application/json' \
--data-raw '{
"assistant_id": "asst_nGl00s4xa9zmVY6Fvuvz9wwQ"
}'
{
"id": "string",
"object": "string",
"created_at": 0,
"assistant_id": "string",
"thread_id": "string",
"status": "string",
"started_at": 0,
"expires_at": null,
"cancelled_at": null,
"failed_at": null,
"completed_at": 0,
"last_error": null,
"model": "string",
"instructions": null,
"tools": [
{
"type": "string"
}
],
"file_ids": [
"string"
],
"metadata": {}
}