{
"executions": [
{
"id": "exec-002",
"schedule_id": "sched-001",
"created_at": "2026-04-07T13:00:00Z",
"invocation_target_type": "workflow",
"invocation_target": {
"org_id": "org-123",
"blob_id": "blob-456",
"revision_id": "rev-789",
"session_id": "sess-abc",
"workflow_alias": "daily-report",
"input_data": []
},
"status": "success",
"result": {
"execution": {
"id": "exec-wf-789"
}
}
},
{
"id": "exec-001",
"schedule_id": "sched-001",
"created_at": "2026-04-06T13:00:00Z",
"invocation_target_type": "workflow",
"invocation_target": {
"org_id": "org-123",
"blob_id": "blob-456",
"revision_id": "rev-789",
"session_id": "sess-abc",
"workflow_alias": "daily-report",
"input_data": []
},
"status": "access_error",
"result": {
"error": "The schedule's auth entity no longer has access to the target blob."
}
}
],
"last_execution_id": null
}