GET
/
workflows
[
  {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "name": "<string>",
    "description": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "workspace_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "created_by": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "enable_popup_handling": true,
    "enable_xpath_recovery": true,
    "enable_error_code_generation": true,
    "enable_service_unavailable_recovery": true,
    "enable_action_timing_recovery": true
  }
]

Response

Successful operation

id
string<uuid>
required

Unique identifier for the workflow

name
string
required

Name of the workflow

created_at
string<date-time>
required

Timestamp when the workflow was created

updated_at
string<date-time>
required

Timestamp when the workflow was last updated

workspace_id
string<uuid>
required

ID of the workspace this workflow belongs to

created_by
string<uuid>
required

ID of the user who created the workflow

enable_popup_handling
boolean
required

Whether popup handling is enabled for this workflow

enable_xpath_recovery
boolean
required

Whether XPath recovery is enabled for this workflow

enable_error_code_generation
boolean
required

Whether error code generation is enabled for this workflow

enable_service_unavailable_recovery
boolean
required

Whether service unavailable recovery is enabled for this workflow

enable_action_timing_recovery
boolean
required

Whether action timing recovery is enabled for this workflow

description
string | null

Description of the workflow