| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Limit |
double | ➖ | Number of items to return per page | 10 |
Offset |
double | ➖ | Number of items to skip before starting to return results | 0 |
OrderDirection |
DirectionEnum | ➖ | Direction of sorting | |
OrderBy |
WorkflowResponseDtoSortField | ➖ | Field to sort the results by | |
Query |
string | ➖ | Search query to filter workflows | |
Tags |
List<string> | ➖ | Filter workflows by tags | |
Status |
List<WorkflowStatusEnum> | ➖ | Filter workflows by status | |
IdempotencyKey |
string | ➖ | A header for idempotency purposes |