{
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"created_at": "2024-01-15T10:30:00Z",
"status": "completed",
"archived": false,
"user": { "email": "client@example.com", "given_name": "John", "family_name": "Doe" },
"external_args": { "crm_id": "12345" },
"flow": { "slug": "client-onboarding" },
"owner": null,
"active_from": "2024-01-15T10:30:00Z",
"active_until": null,
"archived_at": null,
"processed_at": null,
"workspace": { "id": "...", "slug": "acme-corp" },
"links": { "fill": "https://...", "app": "https://..." },
"responses": [
{ "id": "...", "completed_at": "2024-01-16T09:00:00Z", "user": {}, "attachments": [] }
],
"notifications": []
}