Get workflows
GET /workflows
GET
/workflows
Fetch a list of workflows for the given workspace and organization.
Parameters
Query Parameters
from
integer
The starting point for pagination (offset).
size
integer
The number of workflows to return per request.
type
string
Filter workflows by type, ROADMAP (default) or TASK_LIST
Responses
200
A list of workflows
object
data
Array<object>
object
type
string
id
string
attributes
object
name
Name of the matter
string
description
Description of the matter
string
types
A list of matter type identifiers for this matter
Array<string>
jurisdictions
A list of Jurisdictions this matter is associated with
Array<string>
meta
object
total
Total number of workflows
integer
100 showing
Total number of workflows returned
integer
10 from
Current starting index for pagination
integer
0 500
Internal Server Error
object
errors
Array<object>
object
status
string
500 title
string
Internal Server Error detail
string
An unexpected error occurred.