Workflow Session
Get a Workflow Session
Retrieves a given Workflow Session.
get/workflow_sessions/{workflowSessionId}
Path parameters
workflowSessionIdstring uuid required
The unique identifier for a resource.
Example:9a93d3b5-fb3b-4abf-9e70-26315b33506c
Workflow Session Id
Response
OK
Example response
{
"id": "0ef334d2-7f36-4643-8a2a-4283b4a3e4a4",
"created_at": "2024-01-18T22:59:00Z",
"updated_at": "2024-01-18T22:59:00Z",
"name": "Customer onboarding of John Doe",
"workflow_template_id": "0ef334d2-7f36-4643-8a2a-4283b4a3e4a4",
"workspace_id": "0ef334d2-7f36-4643-8a2a-4283b4a3e4a4",
"status": "ongoing",
"action_groups": [
{
"type": "identity_verification",
"status": "ongoing",
"actions": [
{
"resource": {
"id": "0ef334d2-7f36-4643-8a2a-4283b4a3e4a4",
"created_at": "2025-02-12T23:59:59+00:00",
"type": "identity_video_verification",
"status": "verified",
"previous_attempt_id": null
},
"resolution": {
"reason": "Manual verification.",
"resolved_at": "2024-01-18T22:59:00Z"
},
"previous_attempts": [
{
"resource": {
"id": "0ef334d2-7f36-4643-8a2a-4283b4a3e4a4",
"created_at": "2025-02-12T23:59:59+00:00",
"type": "identity_video_verification",
"status": "verified",
"previous_attempt_id": null
}
}
]
}
]
}
]
}