# WorkflowRunRecord
## Properties
**completed_at** | Option<**String**> | ISO 8601 timestamp when the run completed (null if still running). | [optional]
**id** | **String** | Run UUID. |
**project_id** | **String** | Project where the run executed. |
**started_at** | **String** | ISO 8601 timestamp when the run started. |
**status** | **String** | Run status: `running`, `completed`, `failed`. |
**workflow_id** | **String** | Workflow UUID that was executed. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)