mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-05-03 16:09:37 -05:00
feat: events list filtering by status (#232)
This commit is contained in:
@@ -43,6 +43,12 @@ withTenant:
|
||||
type: array
|
||||
items:
|
||||
$ref: "../../components/schemas/_index.yaml#/WorkflowID"
|
||||
- description: A list of workflow run statuses to filter by
|
||||
in: query
|
||||
name: statuses
|
||||
required: false
|
||||
schema:
|
||||
$ref: "../../components/schemas/_index.yaml#/WorkflowRunStatusList"
|
||||
- description: The search query to filter for
|
||||
in: query
|
||||
name: search
|
||||
|
||||
Reference in New Issue
Block a user