Update to python SDK docs: 14206153422

This commit is contained in:
developer-relations-sp
2025-04-01 21:14:08 +00:00
parent e0cd17773e
commit b3d4b9a599
20 changed files with 61 additions and 51 deletions

View File

@@ -21,7 +21,7 @@ Name | Type | Description | Notes
**request_id** | **str** | Backend ID that tracks a workflow request in the system. Provide this ID in a customer support ticket for debugging purposes. | [optional]
**start_time** | **datetime** | Date/time when the workflow started. | [optional]
**close_time** | **datetime** | Date/time when the workflow ended. | [optional]
**status** | **Enum** [ 'Completed', 'Failed', 'Canceled', 'Running' ] | Workflow execution status. | [optional]
**status** | **Enum** [ 'Completed', 'Failed', 'Canceled', 'Queued', 'Running' ] | Workflow execution status. | [optional]
}
## Example