feat: events list filtering by status (#232)

This commit is contained in:
abelanger5
2024-03-04 14:10:44 -08:00
committed by GitHub
parent 043f23e2a3
commit c4fc355805
16 changed files with 261 additions and 120 deletions
@@ -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