Response Fields
| Field | Type | Description |
|---|---|---|
in_progress | boolean | true if the session is still running, false when complete |
success | boolean | null | null while the session is in progress, true if the session completed successfully, false if the session failed |
paused | boolean | true if the session is currently paused and waiting to be resumed, false otherwise |
paused_key | string | The pause key identifier if the session is paused, empty string otherwise |
workflow_metadata | object | null | Metadata set in the workflow definition |
session_metadata | object | null | Custom metadata you provided when starting the session |
file_metadata | array | null | Metadata for files downloaded during the session |
structured_output | object | null | Structured output fields from workflow execution. null while the session is in progress, populated at session close |
