Status of the run.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/RunStatus", "title": "RunStatus", "type": "string", "enum": [ "created", "running", "completed", "failed", "cancelled" ], "description": "Status of the run." }