OPENAPI / COMPONENTS / SCHEMAS

Run Step Object data structure

RunStepObject

Structural definition for Run Step Object in the OpenAI API contract.

object16properties
assistant_idstringrequired

assistant id value in the OpenAI API contract.

cancelled_atstringrequired

cancelled at value in the OpenAI API contract.

completed_atstringrequired

completed at value in the OpenAI API contract.

created_atintegerrequired

created at value in the OpenAI API contract.

expired_atstringrequired

expired at value in the OpenAI API contract.

failed_atstringrequired

failed at value in the OpenAI API contract.

idstringrequired

id value in the OpenAI API contract.

last_errorstringrequired

last error value in the OpenAI API contract.

metadataMetadatarequired

metadata value in the OpenAI API contract.

objectstringrequired

object value in the OpenAI API contract.

run_idstringrequired

run id value in the OpenAI API contract.

statusstringrequired

status value in the OpenAI API contract.

step_detailsobjectrequired

step details value in the OpenAI API contract.

thread_idstringrequired

thread id value in the OpenAI API contract.

typestringrequired

type value in the OpenAI API contract.

usageRunStepCompletionUsagerequired

usage value in the OpenAI API contract.