Workflow Session
List Workflow Sessions
Returns the list of all Workflow Sessions in your organization. You can limit the number of items returned by using filters and pagination.
get/workflow_sessions
Response
OK
Example response
{
"data": [
{
"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
}
}
]
}
]
}
]
}
]
}