Schemathesis 4.6.8
API Coverage Report
2025-12-05 13:37:43.790
Operations
180 / 180
API endpoints that were called during your test run
Parameters
93.98%
375 of 399 covered
Parameters tested with both valid and invalid values
Keywords
98.51%
14914 of 15140 covered
Schema validation rules tested with both valid and invalid values
Examples
100.00%
613 of 613 covered
Schema examples and default values that were actually used in your tests
Responses
161 / 358
Response status codes that your tests actually received from the API
Parameters
Keywords
Uncovered
Partial
Covered
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json4 of 4 keywords covered
1{
2 "$ref": "#/components/schemas/Body_clear_database_admin_database_clear_post",
3 "components": {
4 "schemas": {
5 "Body_clear_database_admin_database_clear_post": {
6 "properties": {
7 "confirm": {
8 "type": "boolean"
9 }
10 },
11 "type": "object"
12 }
13 }
14 }
15}
Responses
seen average

204
Successful Response
1 9.03ms
422
Validation Error
7 1.18ms
default
Default
505 2.31ms
Examples
1 of 1 covered

Body: application/json
confirm.default
 
false
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json4 of 4 keywords covered
1{
2 "$ref": "#/components/schemas/Body_create_database_admin_database_create_post",
3 "components": {
4 "schemas": {
5 "Body_create_database_admin_database_create_post": {
6 "properties": {
7 "confirm": {
8 "type": "boolean"
9 }
10 },
11 "type": "object"
12 }
13 }
14 }
15}
Responses
seen average

204
Successful Response
64 69.94ms
422
Validation Error
7 1.26ms
default
Default
442 1.51ms
Examples
1 of 1 covered

Body: application/json
confirm.default
 
false
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json4 of 4 keywords covered
1{
2 "$ref": "#/components/schemas/Body_drop_database_admin_database_drop_post",
3 "components": {
4 "schemas": {
5 "Body_drop_database_admin_database_drop_post": {
6 "properties": {
7 "confirm": {
8 "type": "boolean"
9 }
10 },
11 "type": "object"
12 }
13 }
14 }
15}
Responses
seen average

204
Successful Response
64 130.53ms
422
Validation Error
7 1.17ms
default
Default
442 1.47ms
Examples
1 of 1 covered

Body: application/json
confirm.default
 
false
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
254 2.91ms
422
Validation Error
0 -
default
Default
247 1.49ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
254 1.13ms
422
Validation Error
0 -
default
Default
247 1.50ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json27 of 28 keywords covered
1{
2 "$ref": "#/components/schemas/ArtifactCreate",
3 "components": {
4 "schemas": {
5 "ArtifactCreate": {
6 "additionalProperties": false,
7 "properties": {
8 "data": {
Negative tests not applicable
9
"anyOf": [
10 {
Negative tests not applicable
11
"additionalProperties": true,
12 "type": "object"
13 },
14 {},
15 {
16 "type": "null"
17 }
Negative tests not applicable
18
],
19 },
20 "description": {
21 "anyOf": [
22 {
23 "type": "string"
24 },
25 {
26 "type": "null"
27 }
28 ],
29 },
30 "flow_run_id": {
31 "anyOf": [
32 {
33 "format": "uuid",
34 "type": "string"
35 },
36 {
37 "type": "null"
38 }
39 ],
40 },
41 "key": {
42 "anyOf": [
43 {
44 "type": "string"
45 },
46 {
47 "type": "null"
48 }
49 ],
50 },
51 "metadata_": {
52 "anyOf": [
53 {
54 "additionalProperties": {
Missing negative tests
55
"type": "string"
56 },
57 "type": "object"
58 },
59 {
60 "type": "null"
61 }
62 ],
63 },
64 "task_run_id": {
65 "anyOf": [
66 {
67 "format": "uuid",
68 "type": "string"
69 },
70 {
71 "type": "null"
72 }
73 ],
74 },
75 "type": {
76 "anyOf": [
77 {
78 "type": "string"
79 },
80 {
81 "type": "null"
82 }
83 ],
84 }
85 },
86 "type": "object"
87 }
88 }
89 }
90}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
119 2.04ms
default
Default
492 5.00ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json530 of 530 keywords covered
1{
2 "$ref": "#/components/schemas/Body_count_artifacts_artifacts_count_post",
3 "components": {
4 "schemas": {
5 "ArtifactFilter": {
6 "additionalProperties": false,
7 "properties": {
8 "flow_run_id": {
9 "anyOf": [
10 {
11 "$ref": "#/components/schemas/ArtifactFilterFlowRunId"
12 },
13 {
14 "type": "null"
15 }
16 ],
17 },
18 "id": {
19 "anyOf": [
20 {
21 "$ref": "#/components/schemas/ArtifactFilterId"
22 },
23 {
24 "type": "null"
25 }
26 ],
27 },
28 "key": {
29 "anyOf": [
30 {
31 "$ref": "#/components/schemas/ArtifactFilterKey"
32 },
33 {
34 "type": "null"
35 }
36 ],
37 },
38 "operator": {
39 "$ref": "#/components/schemas/Operator",
40 },
41 "task_run_id": {
42 "anyOf": [
43 {
44 "$ref": "#/components/schemas/ArtifactFilterTaskRunId"
45 },
46 {
47 "type": "null"
48 }
49 ],
50 },
51 "type": {
52 "anyOf": [
53 {
54 "$ref": "#/components/schemas/ArtifactFilterType"
55 },
56 {
57 "type": "null"
58 }
59 ],
60 }
61 },
62 "type": "object"
63 },
64 "ArtifactFilterFlowRunId": {
65 "additionalProperties": false,
66 "properties": {
67 "any_": {
68 "anyOf": [
69 {
70 "items": {
71 "format": "uuid",
72 "type": "string"
73 },
74 "type": "array"
75 },
76 {
77 "type": "null"
78 }
79 ],
80 }
81 },
82 "type": "object"
83 },
84 "ArtifactFilterId": {
85 "additionalProperties": false,
86 "properties": {
87 "any_": {
88 "anyOf": [
89 {
90 "items": {
91 "format": "uuid",
92 "type": "string"
93 },
94 "type": "array"
95 },
96 {
97 "type": "null"
98 }
99 ],
100 }
101 },
102 "type": "object"
103 },
104 "ArtifactFilterKey": {
105 "additionalProperties": false,
106 "properties": {
107 "any_": {
108 "anyOf": [
109 {
110 "items": {
111 "type": "string"
112 },
113 "type": "array"
114 },
115 {
116 "type": "null"
117 }
118 ],
119 },
120 "exists_": {
121 "anyOf": [
122 {
123 "type": "boolean"
124 },
125 {
126 "type": "null"
127 }
128 ],
129 },
130 "like_": {
131 "anyOf": [
132 {
133 "type": "string"
134 },
135 {
136 "type": "null"
137 }
138 ],
139 "examples": [
140 "my-artifact-%"
141 ],
142 }
143 },
144 "type": "object"
145 },
146 "ArtifactFilterTaskRunId": {
147 "additionalProperties": false,
148 "properties": {
149 "any_": {
150 "anyOf": [
151 {
152 "items": {
153 "format": "uuid",
154 "type": "string"
155 },
156 "type": "array"
157 },
158 {
159 "type": "null"
160 }
161 ],
162 }
163 },
164 "type": "object"
165 },
166 "ArtifactFilterType": {
167 "additionalProperties": false,
168 "properties": {
169 "any_": {
170 "anyOf": [
171 {
172 "items": {
173 "type": "string"
174 },
175 "type": "array"
176 },
177 {
178 "type": "null"
179 }
180 ],
181 },
182 "not_any_": {
183 "anyOf": [
184 {
185 "items": {
186 "type": "string"
187 },
188 "type": "array"
189 },
190 {
191 "type": "null"
192 }
193 ],
194 }
195 },
196 "type": "object"
197 },
198 "Body_count_artifacts_artifacts_count_post": {
199 "properties": {
200 "artifacts": {
201 "$ref": "#/components/schemas/ArtifactFilter"
202 },
203 "deployments": {
204 "$ref": "#/components/schemas/DeploymentFilter"
205 },
206 "flow_runs": {
207 "$ref": "#/components/schemas/FlowRunFilter"
208 },
209 "flows": {
210 "$ref": "#/components/schemas/FlowFilter"
211 },
212 "task_runs": {
213 "$ref": "#/components/schemas/TaskRunFilter"
214 }
215 },
216 "type": "object"
217 },
218 "DeploymentFilter": {
219 "additionalProperties": false,
220 "properties": {
221 "concurrency_limit": {
222 "anyOf": [
223 {
224 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
225 },
226 {
227 "type": "null"
228 }
229 ],
230 "deprecated": true,
231 },
232 "flow_or_deployment_name": {
233 "anyOf": [
234 {
235 "$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
236 },
237 {
238 "type": "null"
239 }
240 ],
241 },
242 "id": {
243 "anyOf": [
244 {
245 "$ref": "#/components/schemas/DeploymentFilterId"
246 },
247 {
248 "type": "null"
249 }
250 ],
251 },
252 "name": {
253 "anyOf": [
254 {
255 "$ref": "#/components/schemas/DeploymentFilterName"
256 },
257 {
258 "type": "null"
259 }
260 ],
261 },
262 "operator": {
263 "$ref": "#/components/schemas/Operator",
264 },
265 "paused": {
266 "anyOf": [
267 {
268 "$ref": "#/components/schemas/DeploymentFilterPaused"
269 },
270 {
271 "type": "null"
272 }
273 ],
274 },
275 "tags": {
276 "anyOf": [
277 {
278 "$ref": "#/components/schemas/DeploymentFilterTags"
279 },
280 {
281 "type": "null"
282 }
283 ],
284 },
285 "work_queue_name": {
286 "anyOf": [
287 {
288 "$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
289 },
290 {
291 "type": "null"
292 }
293 ],
294 }
295 },
296 "type": "object"
297 },
298 "DeploymentFilterConcurrencyLimit": {
299 "additionalProperties": false,
300 "properties": {
301 "ge_": {
302 "anyOf": [
303 {
304 "type": "integer"
305 },
306 {
307 "type": "null"
308 }
309 ],
310 },
311 "is_null_": {
312 "anyOf": [
313 {
314 "type": "boolean"
315 },
316 {
317 "type": "null"
318 }
319 ],
320 },
321 "le_": {
322 "anyOf": [
323 {
324 "type": "integer"
325 },
326 {
327 "type": "null"
328 }
329 ],
330 }
331 },
332 "type": "object"
333 },
334 "DeploymentFilterId": {
335 "additionalProperties": false,
336 "properties": {
337 "any_": {
338 "anyOf": [
339 {
340 "items": {
341 "format": "uuid",
342 "type": "string"
343 },
344 "type": "array"
345 },
346 {
347 "type": "null"
348 }
349 ],
350 },
351 "not_any_": {
352 "anyOf": [
353 {
354 "items": {
355 "format": "uuid",
356 "type": "string"
357 },
358 "type": "array"
359 },
360 {
361 "type": "null"
362 }
363 ],
364 }
365 },
366 "type": "object"
367 },
368 "DeploymentFilterName": {
369 "additionalProperties": false,
370 "properties": {
371 "any_": {
372 "anyOf": [
373 {
374 "items": {
375 "type": "string"
376 },
377 "type": "array"
378 },
379 {
380 "type": "null"
381 }
382 ],
383 "examples": [
384 [
385 "my-deployment-1",
386 "my-deployment-2"
387 ]
388 ],
389 },
390 "like_": {
391 "anyOf": [
392 {
393 "type": "string"
394 },
395 {
396 "type": "null"
397 }
398 ],
399 "examples": [
400 "marvin"
401 ],
402 }
403 },
404 "type": "object"
405 },
406 "DeploymentFilterPaused": {
407 "additionalProperties": false,
408 "properties": {
409 "eq_": {
410 "anyOf": [
411 {
412 "type": "boolean"
413 },
414 {
415 "type": "null"
416 }
417 ],
418 }
419 },
420 "type": "object"
421 },
422 "DeploymentFilterTags": {
423 "additionalProperties": false,
424 "properties": {
425 "all_": {
426 "anyOf": [
427 {
428 "items": {
429 "type": "string"
430 },
431 "type": "array"
432 },
433 {
434 "type": "null"
435 }
436 ],
437 "examples": [
438 [
439 "tag-1",
440 "tag-2"
441 ]
442 ],
443 },
444 "any_": {
445 "anyOf": [
446 {
447 "items": {
448 "type": "string"
449 },
450 "type": "array"
451 },
452 {
453 "type": "null"
454 }
455 ],
456 "examples": [
457 [
458 "tag-1",
459 "tag-2"
460 ]
461 ],
462 },
463 "is_null_": {
464 "anyOf": [
465 {
466 "type": "boolean"
467 },
468 {
469 "type": "null"
470 }
471 ],
472 },
473 "operator": {
474 "$ref": "#/components/schemas/Operator",
475 }
476 },
477 "type": "object"
478 },
479 "DeploymentFilterWorkQueueName": {
480 "additionalProperties": false,
481 "properties": {
482 "any_": {
483 "anyOf": [
484 {
485 "items": {
486 "type": "string"
487 },
488 "type": "array"
489 },
490 {
491 "type": "null"
492 }
493 ],
494 "examples": [
495 [
496 "work_queue_1",
497 "work_queue_2"
498 ]
499 ],
500 }
501 },
502 "type": "object"
503 },
504 "DeploymentOrFlowNameFilter": {
505 "additionalProperties": false,
506 "properties": {
507 "like_": {
508 "anyOf": [
509 {
510 "type": "string"
511 },
512 {
513 "type": "null"
514 }
515 ],
516 }
517 },
518 "type": "object"
519 },
520 "FlowFilter": {
521 "additionalProperties": false,
522 "properties": {
523 "deployment": {
524 "anyOf": [
525 {
526 "$ref": "#/components/schemas/FlowFilterDeployment"
527 },
528 {
529 "type": "null"
530 }
531 ],
532 },
533 "id": {
534 "anyOf": [
535 {
536 "$ref": "#/components/schemas/FlowFilterId"
537 },
538 {
539 "type": "null"
540 }
541 ],
542 },
543 "name": {
544 "anyOf": [
545 {
546 "$ref": "#/components/schemas/FlowFilterName"
547 },
548 {
549 "type": "null"
550 }
551 ],
552 },
553 "operator": {
554 "$ref": "#/components/schemas/Operator",
555 },
556 "tags": {
557 "anyOf": [
558 {
559 "$ref": "#/components/schemas/FlowFilterTags"
560 },
561 {
562 "type": "null"
563 }
564 ],
565 }
566 },
567 "type": "object"
568 },
569 "FlowFilterDeployment": {
570 "additionalProperties": false,
571 "properties": {
572 "is_null_": {
573 "anyOf": [
574 {
575 "type": "boolean"
576 },
577 {
578 "type": "null"
579 }
580 ],
581 },
582 "operator": {
583 "$ref": "#/components/schemas/Operator",
584 }
585 },
586 "type": "object"
587 },
588 "FlowFilterId": {
589 "additionalProperties": false,
590 "properties": {
591 "any_": {
592 "anyOf": [
593 {
594 "items": {
595 "format": "uuid",
596 "type": "string"
597 },
598 "type": "array"
599 },
600 {
601 "type": "null"
602 }
603 ],
604 }
605 },
606 "type": "object"
607 },
608 "FlowFilterName": {
609 "additionalProperties": false,
610 "properties": {
611 "any_": {
612 "anyOf": [
613 {
614 "items": {
615 "type": "string"
616 },
617 "type": "array"
618 },
619 {
620 "type": "null"
621 }
622 ],
623 "examples": [
624 [
625 "my-flow-1",
626 "my-flow-2"
627 ]
628 ],
629 },
630 "like_": {
631 "anyOf": [
632 {
633 "type": "string"
634 },
635 {
636 "type": "null"
637 }
638 ],
639 "examples": [
640 "marvin"
641 ],
642 }
643 },
644 "type": "object"
645 },
646 "FlowFilterTags": {
647 "additionalProperties": false,
648 "properties": {
649 "all_": {
650 "anyOf": [
651 {
652 "items": {
653 "type": "string"
654 },
655 "type": "array"
656 },
657 {
658 "type": "null"
659 }
660 ],
661 "examples": [
662 [
663 "tag-1",
664 "tag-2"
665 ]
666 ],
667 },
668 "is_null_": {
669 "anyOf": [
670 {
671 "type": "boolean"
672 },
673 {
674 "type": "null"
675 }
676 ],
677 },
678 "operator": {
679 "$ref": "#/components/schemas/Operator",
680 }
681 },
682 "type": "object"
683 },
684 "FlowRunFilter": {
685 "additionalProperties": false,
686 "properties": {
687 "deployment_id": {
688 "anyOf": [
689 {
690 "$ref": "#/components/schemas/FlowRunFilterDeploymentId"
691 },
692 {
693 "type": "null"
694 }
695 ],
696 },
697 "end_time": {
698 "anyOf": [
699 {
700 "$ref": "#/components/schemas/FlowRunFilterEndTime"
701 },
702 {
703 "type": "null"
704 }
705 ],
706 },
707 "expected_start_time": {
708 "anyOf": [
709 {
710 "$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
711 },
712 {
713 "type": "null"
714 }
715 ],
716 },
717 "flow_version": {
718 "anyOf": [
719 {
720 "$ref": "#/components/schemas/FlowRunFilterFlowVersion"
721 },
722 {
723 "type": "null"
724 }
725 ],
726 },
727 "id": {
728 "anyOf": [
729 {
730 "$ref": "#/components/schemas/FlowRunFilterId"
731 },
732 {
733 "type": "null"
734 }
735 ],
736 },
737 "idempotency_key": {
738 "anyOf": [
739 {
740 "$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
741 },
742 {
743 "type": "null"
744 }
745 ],
746 },
747 "name": {
748 "anyOf": [
749 {
750 "$ref": "#/components/schemas/FlowRunFilterName"
751 },
752 {
753 "type": "null"
754 }
755 ],
756 },
757 "next_scheduled_start_time": {
758 "anyOf": [
759 {
760 "$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
761 },
762 {
763 "type": "null"
764 }
765 ],
766 },
767 "operator": {
768 "$ref": "#/components/schemas/Operator",
769 },
770 "parent_flow_run_id": {
771 "anyOf": [
772 {
773 "$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
774 },
775 {
776 "type": "null"
777 }
778 ],
779 },
780 "parent_task_run_id": {
781 "anyOf": [
782 {
783 "$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
784 },
785 {
786 "type": "null"
787 }
788 ],
789 },
790 "start_time": {
791 "anyOf": [
792 {
793 "$ref": "#/components/schemas/FlowRunFilterStartTime"
794 },
795 {
796 "type": "null"
797 }
798 ],
799 },
800 "state": {
801 "anyOf": [
802 {
803 "$ref": "#/components/schemas/FlowRunFilterState"
804 },
805 {
806 "type": "null"
807 }
808 ],
809 },
810 "tags": {
811 "anyOf": [
812 {
813 "$ref": "#/components/schemas/FlowRunFilterTags"
814 },
815 {
816 "type": "null"
817 }
818 ],
819 },
820 "work_queue_name": {
821 "anyOf": [
822 {
823 "$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
824 },
825 {
826 "type": "null"
827 }
828 ],
829 }
830 },
831 "type": "object"
832 },
833 "FlowRunFilterDeploymentId": {
834 "additionalProperties": false,
835 "properties": {
836 "any_": {
837 "anyOf": [
838 {
839 "items": {
840 "format": "uuid",
841 "type": "string"
842 },
843 "type": "array"
844 },
845 {
846 "type": "null"
847 }
848 ],
849 },
850 "is_null_": {
851 "anyOf": [
852 {
853 "type": "boolean"
854 },
855 {
856 "type": "null"
857 }
858 ],
859 },
860 "operator": {
861 "$ref": "#/components/schemas/Operator",
862 }
863 },
864 "type": "object"
865 },
866 "FlowRunFilterEndTime": {
867 "additionalProperties": false,
868 "properties": {
869 "after_": {
870 "anyOf": [
871 {
872 "format": "date-time",
873 "type": "string"
874 },
875 {
876 "type": "null"
877 }
878 ],
879 },
880 "before_": {
881 "anyOf": [
882 {
883 "format": "date-time",
884 "type": "string"
885 },
886 {
887 "type": "null"
888 }
889 ],
890 },
891 "is_null_": {
892 "anyOf": [
893 {
894 "type": "boolean"
895 },
896 {
897 "type": "null"
898 }
899 ],
900 }
901 },
902 "type": "object"
903 },
904 "FlowRunFilterExpectedStartTime": {
905 "additionalProperties": false,
906 "properties": {
907 "after_": {
908 "anyOf": [
909 {
910 "format": "date-time",
911 "type": "string"
912 },
913 {
914 "type": "null"
915 }
916 ],
917 },
918 "before_": {
919 "anyOf": [
920 {
921 "format": "date-time",
922 "type": "string"
923 },
924 {
925 "type": "null"
926 }
927 ],
928 }
929 },
930 "type": "object"
931 },
932 "FlowRunFilterFlowVersion": {
933 "additionalProperties": false,
934 "properties": {
935 "any_": {
936 "anyOf": [
937 {
938 "items": {
939 "type": "string"
940 },
941 "type": "array"
942 },
943 {
944 "type": "null"
945 }
946 ],
947 }
948 },
949 "type": "object"
950 },
951 "FlowRunFilterId": {
952 "additionalProperties": false,
953 "properties": {
954 "any_": {
955 "anyOf": [
956 {
957 "items": {
958 "format": "uuid",
959 "type": "string"
960 },
961 "type": "array"
962 },
963 {
964 "type": "null"
965 }
966 ],
967 },
968 "not_any_": {
969 "anyOf": [
970 {
971 "items": {
972 "format": "uuid",
973 "type": "string"
974 },
975 "type": "array"
976 },
977 {
978 "type": "null"
979 }
980 ],
981 }
982 },
983 "type": "object"
984 },
985 "FlowRunFilterIdempotencyKey": {
986 "additionalProperties": false,
987 "properties": {
988 "any_": {
989 "anyOf": [
990 {
991 "items": {
992 "type": "string"
993 },
994 "type": "array"
995 },
996 {
997 "type": "null"
998 }
999 ],
1000 },
1001 "not_any_": {
1002 "anyOf": [
1003 {
1004 "items": {
1005 "type": "string"
1006 },
1007 "type": "array"
1008 },
1009 {
1010 "type": "null"
1011 }
1012 ],
1013 }
1014 },
1015 "type": "object"
1016 },
1017 "FlowRunFilterName": {
1018 "additionalProperties": false,
1019 "properties": {
1020 "any_": {
1021 "anyOf": [
1022 {
1023 "items": {
1024 "type": "string"
1025 },
1026 "type": "array"
1027 },
1028 {
1029 "type": "null"
1030 }
1031 ],
1032 "examples": [
1033 [
1034 "my-flow-run-1",
1035 "my-flow-run-2"
1036 ]
1037 ],
1038 },
1039 "like_": {
1040 "anyOf": [
1041 {
1042 "type": "string"
1043 },
1044 {
1045 "type": "null"
1046 }
1047 ],
1048 "examples": [
1049 "marvin"
1050 ],
1051 }
1052 },
1053 "type": "object"
1054 },
1055 "FlowRunFilterNextScheduledStartTime": {
1056 "additionalProperties": false,
1057 "properties": {
1058 "after_": {
1059 "anyOf": [
1060 {
1061 "format": "date-time",
1062 "type": "string"
1063 },
1064 {
1065 "type": "null"
1066 }
1067 ],
1068 },
1069 "before_": {
1070 "anyOf": [
1071 {
1072 "format": "date-time",
1073 "type": "string"
1074 },
1075 {
1076 "type": "null"
1077 }
1078 ],
1079 }
1080 },
1081 "type": "object"
1082 },
1083 "FlowRunFilterParentFlowRunId": {
1084 "additionalProperties": false,
1085 "properties": {
1086 "any_": {
1087 "anyOf": [
1088 {
1089 "items": {
1090 "format": "uuid",
1091 "type": "string"
1092 },
1093 "type": "array"
1094 },
1095 {
1096 "type": "null"
1097 }
1098 ],
1099 },
1100 "operator": {
1101 "$ref": "#/components/schemas/Operator",
1102 }
1103 },
1104 "type": "object"
1105 },
1106 "FlowRunFilterParentTaskRunId": {
1107 "additionalProperties": false,
1108 "properties": {
1109 "any_": {
1110 "anyOf": [
1111 {
1112 "items": {
1113 "format": "uuid",
1114 "type": "string"
1115 },
1116 "type": "array"
1117 },
1118 {
1119 "type": "null"
1120 }
1121 ],
1122 },
1123 "is_null_": {
1124 "anyOf": [
1125 {
1126 "type": "boolean"
1127 },
1128 {
1129 "type": "null"
1130 }
1131 ],
1132 },
1133 "operator": {
1134 "$ref": "#/components/schemas/Operator",
1135 }
1136 },
1137 "type": "object"
1138 },
1139 "FlowRunFilterStartTime": {
1140 "additionalProperties": false,
1141 "properties": {
1142 "after_": {
1143 "anyOf": [
1144 {
1145 "format": "date-time",
1146 "type": "string"
1147 },
1148 {
1149 "type": "null"
1150 }
1151 ],
1152 },
1153 "before_": {
1154 "anyOf": [
1155 {
1156 "format": "date-time",
1157 "type": "string"
1158 },
1159 {
1160 "type": "null"
1161 }
1162 ],
1163 },
1164 "is_null_": {
1165 "anyOf": [
1166 {
1167 "type": "boolean"
1168 },
1169 {
1170 "type": "null"
1171 }
1172 ],
1173 }
1174 },
1175 "type": "object"
1176 },
1177 "FlowRunFilterState": {
1178 "additionalProperties": false,
1179 "properties": {
1180 "name": {
1181 "anyOf": [
1182 {
1183 "$ref": "#/components/schemas/FlowRunFilterStateName"
1184 },
1185 {
1186 "type": "null"
1187 }
1188 ],
1189 },
1190 "operator": {
1191 "$ref": "#/components/schemas/Operator",
1192 },
1193 "type": {
1194 "anyOf": [
1195 {
1196 "$ref": "#/components/schemas/FlowRunFilterStateType"
1197 },
1198 {
1199 "type": "null"
1200 }
1201 ],
1202 }
1203 },
1204 "type": "object"
1205 },
1206 "FlowRunFilterStateName": {
1207 "additionalProperties": false,
1208 "properties": {
1209 "any_": {
1210 "anyOf": [
1211 {
1212 "items": {
1213 "type": "string"
1214 },
1215 "type": "array"
1216 },
1217 {
1218 "type": "null"
1219 }
1220 ],
1221 },
1222 "not_any_": {
1223 "anyOf": [
1224 {
1225 "items": {
1226 "type": "string"
1227 },
1228 "type": "array"
1229 },
1230 {
1231 "type": "null"
1232 }
1233 ],
1234 }
1235 },
1236 "type": "object"
1237 },
1238 "FlowRunFilterStateType": {
1239 "additionalProperties": false,
1240 "properties": {
1241 "any_": {
1242 "anyOf": [
1243 {
1244 "items": {
1245 "$ref": "#/components/schemas/StateType"
1246 },
1247 "type": "array"
1248 },
1249 {
1250 "type": "null"
1251 }
1252 ],
1253 },
1254 "not_any_": {
1255 "anyOf": [
1256 {
1257 "items": {
1258 "$ref": "#/components/schemas/StateType"
1259 },
1260 "type": "array"
1261 },
1262 {
1263 "type": "null"
1264 }
1265 ],
1266 }
1267 },
1268 "type": "object"
1269 },
1270 "FlowRunFilterTags": {
1271 "additionalProperties": false,
1272 "properties": {
1273 "all_": {
1274 "anyOf": [
1275 {
1276 "items": {
1277 "type": "string"
1278 },
1279 "type": "array"
1280 },
1281 {
1282 "type": "null"
1283 }
1284 ],
1285 "examples": [
1286 [
1287 "tag-1",
1288 "tag-2"
1289 ]
1290 ],
1291 },
1292 "any_": {
1293 "anyOf": [
1294 {
1295 "items": {
1296 "type": "string"
1297 },
1298 "type": "array"
1299 },
1300 {
1301 "type": "null"
1302 }
1303 ],
1304 "examples": [
1305 [
1306 "tag-1",
1307 "tag-2"
1308 ]
1309 ],
1310 },
1311 "is_null_": {
1312 "anyOf": [
1313 {
1314 "type": "boolean"
1315 },
1316 {
1317 "type": "null"
1318 }
1319 ],
1320 },
1321 "operator": {
1322 "$ref": "#/components/schemas/Operator",
1323 }
1324 },
1325 "type": "object"
1326 },
1327 "FlowRunFilterWorkQueueName": {
1328 "additionalProperties": false,
1329 "properties": {
1330 "any_": {
1331 "anyOf": [
1332 {
1333 "items": {
1334 "type": "string"
1335 },
1336 "type": "array"
1337 },
1338 {
1339 "type": "null"
1340 }
1341 ],
1342 "examples": [
1343 [
1344 "work_queue_1",
1345 "work_queue_2"
1346 ]
1347 ],
1348 },
1349 "is_null_": {
1350 "anyOf": [
1351 {
1352 "type": "boolean"
1353 },
1354 {
1355 "type": "null"
1356 }
1357 ],
1358 },
1359 "operator": {
1360 "$ref": "#/components/schemas/Operator",
1361 }
1362 },
1363 "type": "object"
1364 },
1365 "Operator": {
1366 "enum": [
1367 "and_",
1368 "or_"
1369 ],
1370 "type": "string"
1371 },
1372 "StateType": {
1373 "enum": [
1374 "SCHEDULED",
1375 "PENDING",
1376 "RUNNING",
1377 "COMPLETED",
1378 "FAILED",
1379 "CANCELLED",
1380 "CRASHED",
1381 "PAUSED",
1382 "CANCELLING"
1383 ],
1384 "type": "string"
1385 },
1386 "TaskRunFilter": {
1387 "additionalProperties": false,
1388 "properties": {
1389 "expected_start_time": {
1390 "anyOf": [
1391 {
1392 "$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1393 },
1394 {
1395 "type": "null"
1396 }
1397 ],
1398 },
1399 "flow_run_id": {
1400 "anyOf": [
1401 {
1402 "$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1403 },
1404 {
1405 "type": "null"
1406 }
1407 ],
1408 },
1409 "id": {
1410 "anyOf": [
1411 {
1412 "$ref": "#/components/schemas/TaskRunFilterId"
1413 },
1414 {
1415 "type": "null"
1416 }
1417 ],
1418 },
1419 "name": {
1420 "anyOf": [
1421 {
1422 "$ref": "#/components/schemas/TaskRunFilterName"
1423 },
1424 {
1425 "type": "null"
1426 }
1427 ],
1428 },
1429 "operator": {
1430 "$ref": "#/components/schemas/Operator",
1431 },
1432 "start_time": {
1433 "anyOf": [
1434 {
1435 "$ref": "#/components/schemas/TaskRunFilterStartTime"
1436 },
1437 {
1438 "type": "null"
1439 }
1440 ],
1441 },
1442 "state": {
1443 "anyOf": [
1444 {
1445 "$ref": "#/components/schemas/TaskRunFilterState"
1446 },
1447 {
1448 "type": "null"
1449 }
1450 ],
1451 },
1452 "subflow_runs": {
1453 "anyOf": [
1454 {
1455 "$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1456 },
1457 {
1458 "type": "null"
1459 }
1460 ],
1461 },
1462 "tags": {
1463 "anyOf": [
1464 {
1465 "$ref": "#/components/schemas/TaskRunFilterTags"
1466 },
1467 {
1468 "type": "null"
1469 }
1470 ],
1471 }
1472 },
1473 "type": "object"
1474 },
1475 "TaskRunFilterExpectedStartTime": {
1476 "additionalProperties": false,
1477 "properties": {
1478 "after_": {
1479 "anyOf": [
1480 {
1481 "format": "date-time",
1482 "type": "string"
1483 },
1484 {
1485 "type": "null"
1486 }
1487 ],
1488 },
1489 "before_": {
1490 "anyOf": [
1491 {
1492 "format": "date-time",
1493 "type": "string"
1494 },
1495 {
1496 "type": "null"
1497 }
1498 ],
1499 }
1500 },
1501 "type": "object"
1502 },
1503 "TaskRunFilterFlowRunId": {
1504 "additionalProperties": false,
1505 "properties": {
1506 "any_": {
1507 "anyOf": [
1508 {
1509 "items": {
1510 "format": "uuid",
1511 "type": "string"
1512 },
1513 "type": "array"
1514 },
1515 {
1516 "type": "null"
1517 }
1518 ],
1519 },
1520 "is_null_": {
1521 "anyOf": [
1522 {
1523 "type": "boolean"
1524 },
1525 {
1526 "type": "null"
1527 }
1528 ],
1529 },
1530 "operator": {
1531 "$ref": "#/components/schemas/Operator",
1532 }
1533 },
1534 "type": "object"
1535 },
1536 "TaskRunFilterId": {
1537 "additionalProperties": false,
1538 "properties": {
1539 "any_": {
1540 "anyOf": [
1541 {
1542 "items": {
1543 "format": "uuid",
1544 "type": "string"
1545 },
1546 "type": "array"
1547 },
1548 {
1549 "type": "null"
1550 }
1551 ],
1552 }
1553 },
1554 "type": "object"
1555 },
1556 "TaskRunFilterName": {
1557 "additionalProperties": false,
1558 "properties": {
1559 "any_": {
1560 "anyOf": [
1561 {
1562 "items": {
1563 "type": "string"
1564 },
1565 "type": "array"
1566 },
1567 {
1568 "type": "null"
1569 }
1570 ],
1571 "examples": [
1572 [
1573 "my-task-run-1",
1574 "my-task-run-2"
1575 ]
1576 ],
1577 },
1578 "like_": {
1579 "anyOf": [
1580 {
1581 "type": "string"
1582 },
1583 {
1584 "type": "null"
1585 }
1586 ],
1587 "examples": [
1588 "marvin"
1589 ],
1590 }
1591 },
1592 "type": "object"
1593 },
1594 "TaskRunFilterStartTime": {
1595 "additionalProperties": false,
1596 "properties": {
1597 "after_": {
1598 "anyOf": [
1599 {
1600 "format": "date-time",
1601 "type": "string"
1602 },
1603 {
1604 "type": "null"
1605 }
1606 ],
1607 },
1608 "before_": {
1609 "anyOf": [
1610 {
1611 "format": "date-time",
1612 "type": "string"
1613 },
1614 {
1615 "type": "null"
1616 }
1617 ],
1618 },
1619 "is_null_": {
1620 "anyOf": [
1621 {
1622 "type": "boolean"
1623 },
1624 {
1625 "type": "null"
1626 }
1627 ],
1628 }
1629 },
1630 "type": "object"
1631 },
1632 "TaskRunFilterState": {
1633 "additionalProperties": false,
1634 "properties": {
1635 "name": {
1636 "anyOf": [
1637 {
1638 "$ref": "#/components/schemas/TaskRunFilterStateName"
1639 },
1640 {
1641 "type": "null"
1642 }
1643 ],
1644 },
1645 "operator": {
1646 "$ref": "#/components/schemas/Operator",
1647 },
1648 "type": {
1649 "anyOf": [
1650 {
1651 "$ref": "#/components/schemas/TaskRunFilterStateType"
1652 },
1653 {
1654 "type": "null"
1655 }
1656 ],
1657 }
1658 },
1659 "type": "object"
1660 },
1661 "TaskRunFilterStateName": {
1662 "additionalProperties": false,
1663 "properties": {
1664 "any_": {
1665 "anyOf": [
1666 {
1667 "items": {
1668 "type": "string"
1669 },
1670 "type": "array"
1671 },
1672 {
1673 "type": "null"
1674 }
1675 ],
1676 }
1677 },
1678 "type": "object"
1679 },
1680 "TaskRunFilterStateType": {
1681 "additionalProperties": false,
1682 "properties": {
1683 "any_": {
1684 "anyOf": [
1685 {
1686 "items": {
1687 "$ref": "#/components/schemas/StateType"
1688 },
1689 "type": "array"
1690 },
1691 {
1692 "type": "null"
1693 }
1694 ],
1695 }
1696 },
1697 "type": "object"
1698 },
1699 "TaskRunFilterSubFlowRuns": {
1700 "additionalProperties": false,
1701 "properties": {
1702 "exists_": {
1703 "anyOf": [
1704 {
1705 "type": "boolean"
1706 },
1707 {
1708 "type": "null"
1709 }
1710 ],
1711 }
1712 },
1713 "type": "object"
1714 },
1715 "TaskRunFilterTags": {
1716 "additionalProperties": false,
1717 "properties": {
1718 "all_": {
1719 "anyOf": [
1720 {
1721 "items": {
1722 "type": "string"
1723 },
1724 "type": "array"
1725 },
1726 {
1727 "type": "null"
1728 }
1729 ],
1730 "examples": [
1731 [
1732 "tag-1",
1733 "tag-2"
1734 ]
1735 ],
1736 },
1737 "is_null_": {
1738 "anyOf": [
1739 {
1740 "type": "boolean"
1741 },
1742 {
1743 "type": "null"
1744 }
1745 ],
1746 },
1747 "operator": {
1748 "$ref": "#/components/schemas/Operator",
1749 }
1750 },
1751 "type": "object"
1752 }
1753 }
1754 }
1755}
Responses
seen average

200
Successful Response
1 13.39ms
422
Validation Error
816 1.89ms
default
Default
763 7.32ms
Examples
18 of 18 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json536 of 536 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_artifacts_artifacts_filter_post",
3 "components": {
4 "schemas": {
5 "ArtifactFilter": {
6 "additionalProperties": false,
7 "properties": {
8 "flow_run_id": {
9 "anyOf": [
10 {
11 "$ref": "#/components/schemas/ArtifactFilterFlowRunId"
12 },
13 {
14 "type": "null"
15 }
16 ],
17 },
18 "id": {
19 "anyOf": [
20 {
21 "$ref": "#/components/schemas/ArtifactFilterId"
22 },
23 {
24 "type": "null"
25 }
26 ],
27 },
28 "key": {
29 "anyOf": [
30 {
31 "$ref": "#/components/schemas/ArtifactFilterKey"
32 },
33 {
34 "type": "null"
35 }
36 ],
37 },
38 "operator": {
39 "$ref": "#/components/schemas/Operator",
40 },
41 "task_run_id": {
42 "anyOf": [
43 {
44 "$ref": "#/components/schemas/ArtifactFilterTaskRunId"
45 },
46 {
47 "type": "null"
48 }
49 ],
50 },
51 "type": {
52 "anyOf": [
53 {
54 "$ref": "#/components/schemas/ArtifactFilterType"
55 },
56 {
57 "type": "null"
58 }
59 ],
60 }
61 },
62 "type": "object"
63 },
64 "ArtifactFilterFlowRunId": {
65 "additionalProperties": false,
66 "properties": {
67 "any_": {
68 "anyOf": [
69 {
70 "items": {
71 "format": "uuid",
72 "type": "string"
73 },
74 "type": "array"
75 },
76 {
77 "type": "null"
78 }
79 ],
80 }
81 },
82 "type": "object"
83 },
84 "ArtifactFilterId": {
85 "additionalProperties": false,
86 "properties": {
87 "any_": {
88 "anyOf": [
89 {
90 "items": {
91 "format": "uuid",
92 "type": "string"
93 },
94 "type": "array"
95 },
96 {
97 "type": "null"
98 }
99 ],
100 }
101 },
102 "type": "object"
103 },
104 "ArtifactFilterKey": {
105 "additionalProperties": false,
106 "properties": {
107 "any_": {
108 "anyOf": [
109 {
110 "items": {
111 "type": "string"
112 },
113 "type": "array"
114 },
115 {
116 "type": "null"
117 }
118 ],
119 },
120 "exists_": {
121 "anyOf": [
122 {
123 "type": "boolean"
124 },
125 {
126 "type": "null"
127 }
128 ],
129 },
130 "like_": {
131 "anyOf": [
132 {
133 "type": "string"
134 },
135 {
136 "type": "null"
137 }
138 ],
139 "examples": [
140 "my-artifact-%"
141 ],
142 }
143 },
144 "type": "object"
145 },
146 "ArtifactFilterTaskRunId": {
147 "additionalProperties": false,
148 "properties": {
149 "any_": {
150 "anyOf": [
151 {
152 "items": {
153 "format": "uuid",
154 "type": "string"
155 },
156 "type": "array"
157 },
158 {
159 "type": "null"
160 }
161 ],
162 }
163 },
164 "type": "object"
165 },
166 "ArtifactFilterType": {
167 "additionalProperties": false,
168 "properties": {
169 "any_": {
170 "anyOf": [
171 {
172 "items": {
173 "type": "string"
174 },
175 "type": "array"
176 },
177 {
178 "type": "null"
179 }
180 ],
181 },
182 "not_any_": {
183 "anyOf": [
184 {
185 "items": {
186 "type": "string"
187 },
188 "type": "array"
189 },
190 {
191 "type": "null"
192 }
193 ],
194 }
195 },
196 "type": "object"
197 },
198 "ArtifactSort": {
199 "enum": [
200 "CREATED_DESC",
201 "UPDATED_DESC",
202 "ID_DESC",
203 "KEY_DESC",
204 "KEY_ASC"
205 ],
206 "type": "string"
207 },
208 "Body_read_artifacts_artifacts_filter_post": {
209 "properties": {
210 "artifacts": {
211 "$ref": "#/components/schemas/ArtifactFilter"
212 },
213 "deployments": {
214 "$ref": "#/components/schemas/DeploymentFilter"
215 },
216 "flow_runs": {
217 "$ref": "#/components/schemas/FlowRunFilter"
218 },
219 "flows": {
220 "$ref": "#/components/schemas/FlowFilter"
221 },
222 "limit": {
223 "type": "integer"
224 },
225 "offset": {
226 "minimum": 0.0,
227 "type": "integer"
228 },
229 "sort": {
230 "$ref": "#/components/schemas/ArtifactSort",
231 },
232 "task_runs": {
233 "$ref": "#/components/schemas/TaskRunFilter"
234 }
235 },
236 "type": "object"
237 },
238 "DeploymentFilter": {
239 "additionalProperties": false,
240 "properties": {
241 "concurrency_limit": {
242 "anyOf": [
243 {
244 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
245 },
246 {
247 "type": "null"
248 }
249 ],
250 "deprecated": true,
251 },
252 "flow_or_deployment_name": {
253 "anyOf": [
254 {
255 "$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
256 },
257 {
258 "type": "null"
259 }
260 ],
261 },
262 "id": {
263 "anyOf": [
264 {
265 "$ref": "#/components/schemas/DeploymentFilterId"
266 },
267 {
268 "type": "null"
269 }
270 ],
271 },
272 "name": {
273 "anyOf": [
274 {
275 "$ref": "#/components/schemas/DeploymentFilterName"
276 },
277 {
278 "type": "null"
279 }
280 ],
281 },
282 "operator": {
283 "$ref": "#/components/schemas/Operator",
284 },
285 "paused": {
286 "anyOf": [
287 {
288 "$ref": "#/components/schemas/DeploymentFilterPaused"
289 },
290 {
291 "type": "null"
292 }
293 ],
294 },
295 "tags": {
296 "anyOf": [
297 {
298 "$ref": "#/components/schemas/DeploymentFilterTags"
299 },
300 {
301 "type": "null"
302 }
303 ],
304 },
305 "work_queue_name": {
306 "anyOf": [
307 {
308 "$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
309 },
310 {
311 "type": "null"
312 }
313 ],
314 }
315 },
316 "type": "object"
317 },
318 "DeploymentFilterConcurrencyLimit": {
319 "additionalProperties": false,
320 "properties": {
321 "ge_": {
322 "anyOf": [
323 {
324 "type": "integer"
325 },
326 {
327 "type": "null"
328 }
329 ],
330 },
331 "is_null_": {
332 "anyOf": [
333 {
334 "type": "boolean"
335 },
336 {
337 "type": "null"
338 }
339 ],
340 },
341 "le_": {
342 "anyOf": [
343 {
344 "type": "integer"
345 },
346 {
347 "type": "null"
348 }
349 ],
350 }
351 },
352 "type": "object"
353 },
354 "DeploymentFilterId": {
355 "additionalProperties": false,
356 "properties": {
357 "any_": {
358 "anyOf": [
359 {
360 "items": {
361 "format": "uuid",
362 "type": "string"
363 },
364 "type": "array"
365 },
366 {
367 "type": "null"
368 }
369 ],
370 },
371 "not_any_": {
372 "anyOf": [
373 {
374 "items": {
375 "format": "uuid",
376 "type": "string"
377 },
378 "type": "array"
379 },
380 {
381 "type": "null"
382 }
383 ],
384 }
385 },
386 "type": "object"
387 },
388 "DeploymentFilterName": {
389 "additionalProperties": false,
390 "properties": {
391 "any_": {
392 "anyOf": [
393 {
394 "items": {
395 "type": "string"
396 },
397 "type": "array"
398 },
399 {
400 "type": "null"
401 }
402 ],
403 "examples": [
404 [
405 "my-deployment-1",
406 "my-deployment-2"
407 ]
408 ],
409 },
410 "like_": {
411 "anyOf": [
412 {
413 "type": "string"
414 },
415 {
416 "type": "null"
417 }
418 ],
419 "examples": [
420 "marvin"
421 ],
422 }
423 },
424 "type": "object"
425 },
426 "DeploymentFilterPaused": {
427 "additionalProperties": false,
428 "properties": {
429 "eq_": {
430 "anyOf": [
431 {
432 "type": "boolean"
433 },
434 {
435 "type": "null"
436 }
437 ],
438 }
439 },
440 "type": "object"
441 },
442 "DeploymentFilterTags": {
443 "additionalProperties": false,
444 "properties": {
445 "all_": {
446 "anyOf": [
447 {
448 "items": {
449 "type": "string"
450 },
451 "type": "array"
452 },
453 {
454 "type": "null"
455 }
456 ],
457 "examples": [
458 [
459 "tag-1",
460 "tag-2"
461 ]
462 ],
463 },
464 "any_": {
465 "anyOf": [
466 {
467 "items": {
468 "type": "string"
469 },
470 "type": "array"
471 },
472 {
473 "type": "null"
474 }
475 ],
476 "examples": [
477 [
478 "tag-1",
479 "tag-2"
480 ]
481 ],
482 },
483 "is_null_": {
484 "anyOf": [
485 {
486 "type": "boolean"
487 },
488 {
489 "type": "null"
490 }
491 ],
492 },
493 "operator": {
494 "$ref": "#/components/schemas/Operator",
495 }
496 },
497 "type": "object"
498 },
499 "DeploymentFilterWorkQueueName": {
500 "additionalProperties": false,
501 "properties": {
502 "any_": {
503 "anyOf": [
504 {
505 "items": {
506 "type": "string"
507 },
508 "type": "array"
509 },
510 {
511 "type": "null"
512 }
513 ],
514 "examples": [
515 [
516 "work_queue_1",
517 "work_queue_2"
518 ]
519 ],
520 }
521 },
522 "type": "object"
523 },
524 "DeploymentOrFlowNameFilter": {
525 "additionalProperties": false,
526 "properties": {
527 "like_": {
528 "anyOf": [
529 {
530 "type": "string"
531 },
532 {
533 "type": "null"
534 }
535 ],
536 }
537 },
538 "type": "object"
539 },
540 "FlowFilter": {
541 "additionalProperties": false,
542 "properties": {
543 "deployment": {
544 "anyOf": [
545 {
546 "$ref": "#/components/schemas/FlowFilterDeployment"
547 },
548 {
549 "type": "null"
550 }
551 ],
552 },
553 "id": {
554 "anyOf": [
555 {
556 "$ref": "#/components/schemas/FlowFilterId"
557 },
558 {
559 "type": "null"
560 }
561 ],
562 },
563 "name": {
564 "anyOf": [
565 {
566 "$ref": "#/components/schemas/FlowFilterName"
567 },
568 {
569 "type": "null"
570 }
571 ],
572 },
573 "operator": {
574 "$ref": "#/components/schemas/Operator",
575 },
576 "tags": {
577 "anyOf": [
578 {
579 "$ref": "#/components/schemas/FlowFilterTags"
580 },
581 {
582 "type": "null"
583 }
584 ],
585 }
586 },
587 "type": "object"
588 },
589 "FlowFilterDeployment": {
590 "additionalProperties": false,
591 "properties": {
592 "is_null_": {
593 "anyOf": [
594 {
595 "type": "boolean"
596 },
597 {
598 "type": "null"
599 }
600 ],
601 },
602 "operator": {
603 "$ref": "#/components/schemas/Operator",
604 }
605 },
606 "type": "object"
607 },
608 "FlowFilterId": {
609 "additionalProperties": false,
610 "properties": {
611 "any_": {
612 "anyOf": [
613 {
614 "items": {
615 "format": "uuid",
616 "type": "string"
617 },
618 "type": "array"
619 },
620 {
621 "type": "null"
622 }
623 ],
624 }
625 },
626 "type": "object"
627 },
628 "FlowFilterName": {
629 "additionalProperties": false,
630 "properties": {
631 "any_": {
632 "anyOf": [
633 {
634 "items": {
635 "type": "string"
636 },
637 "type": "array"
638 },
639 {
640 "type": "null"
641 }
642 ],
643 "examples": [
644 [
645 "my-flow-1",
646 "my-flow-2"
647 ]
648 ],
649 },
650 "like_": {
651 "anyOf": [
652 {
653 "type": "string"
654 },
655 {
656 "type": "null"
657 }
658 ],
659 "examples": [
660 "marvin"
661 ],
662 }
663 },
664 "type": "object"
665 },
666 "FlowFilterTags": {
667 "additionalProperties": false,
668 "properties": {
669 "all_": {
670 "anyOf": [
671 {
672 "items": {
673 "type": "string"
674 },
675 "type": "array"
676 },
677 {
678 "type": "null"
679 }
680 ],
681 "examples": [
682 [
683 "tag-1",
684 "tag-2"
685 ]
686 ],
687 },
688 "is_null_": {
689 "anyOf": [
690 {
691 "type": "boolean"
692 },
693 {
694 "type": "null"
695 }
696 ],
697 },
698 "operator": {
699 "$ref": "#/components/schemas/Operator",
700 }
701 },
702 "type": "object"
703 },
704 "FlowRunFilter": {
705 "additionalProperties": false,
706 "properties": {
707 "deployment_id": {
708 "anyOf": [
709 {
710 "$ref": "#/components/schemas/FlowRunFilterDeploymentId"
711 },
712 {
713 "type": "null"
714 }
715 ],
716 },
717 "end_time": {
718 "anyOf": [
719 {
720 "$ref": "#/components/schemas/FlowRunFilterEndTime"
721 },
722 {
723 "type": "null"
724 }
725 ],
726 },
727 "expected_start_time": {
728 "anyOf": [
729 {
730 "$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
731 },
732 {
733 "type": "null"
734 }
735 ],
736 },
737 "flow_version": {
738 "anyOf": [
739 {
740 "$ref": "#/components/schemas/FlowRunFilterFlowVersion"
741 },
742 {
743 "type": "null"
744 }
745 ],
746 },
747 "id": {
748 "anyOf": [
749 {
750 "$ref": "#/components/schemas/FlowRunFilterId"
751 },
752 {
753 "type": "null"
754 }
755 ],
756 },
757 "idempotency_key": {
758 "anyOf": [
759 {
760 "$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
761 },
762 {
763 "type": "null"
764 }
765 ],
766 },
767 "name": {
768 "anyOf": [
769 {
770 "$ref": "#/components/schemas/FlowRunFilterName"
771 },
772 {
773 "type": "null"
774 }
775 ],
776 },
777 "next_scheduled_start_time": {
778 "anyOf": [
779 {
780 "$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
781 },
782 {
783 "type": "null"
784 }
785 ],
786 },
787 "operator": {
788 "$ref": "#/components/schemas/Operator",
789 },
790 "parent_flow_run_id": {
791 "anyOf": [
792 {
793 "$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
794 },
795 {
796 "type": "null"
797 }
798 ],
799 },
800 "parent_task_run_id": {
801 "anyOf": [
802 {
803 "$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
804 },
805 {
806 "type": "null"
807 }
808 ],
809 },
810 "start_time": {
811 "anyOf": [
812 {
813 "$ref": "#/components/schemas/FlowRunFilterStartTime"
814 },
815 {
816 "type": "null"
817 }
818 ],
819 },
820 "state": {
821 "anyOf": [
822 {
823 "$ref": "#/components/schemas/FlowRunFilterState"
824 },
825 {
826 "type": "null"
827 }
828 ],
829 },
830 "tags": {
831 "anyOf": [
832 {
833 "$ref": "#/components/schemas/FlowRunFilterTags"
834 },
835 {
836 "type": "null"
837 }
838 ],
839 },
840 "work_queue_name": {
841 "anyOf": [
842 {
843 "$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
844 },
845 {
846 "type": "null"
847 }
848 ],
849 }
850 },
851 "type": "object"
852 },
853 "FlowRunFilterDeploymentId": {
854 "additionalProperties": false,
855 "properties": {
856 "any_": {
857 "anyOf": [
858 {
859 "items": {
860 "format": "uuid",
861 "type": "string"
862 },
863 "type": "array"
864 },
865 {
866 "type": "null"
867 }
868 ],
869 },
870 "is_null_": {
871 "anyOf": [
872 {
873 "type": "boolean"
874 },
875 {
876 "type": "null"
877 }
878 ],
879 },
880 "operator": {
881 "$ref": "#/components/schemas/Operator",
882 }
883 },
884 "type": "object"
885 },
886 "FlowRunFilterEndTime": {
887 "additionalProperties": false,
888 "properties": {
889 "after_": {
890 "anyOf": [
891 {
892 "format": "date-time",
893 "type": "string"
894 },
895 {
896 "type": "null"
897 }
898 ],
899 },
900 "before_": {
901 "anyOf": [
902 {
903 "format": "date-time",
904 "type": "string"
905 },
906 {
907 "type": "null"
908 }
909 ],
910 },
911 "is_null_": {
912 "anyOf": [
913 {
914 "type": "boolean"
915 },
916 {
917 "type": "null"
918 }
919 ],
920 }
921 },
922 "type": "object"
923 },
924 "FlowRunFilterExpectedStartTime": {
925 "additionalProperties": false,
926 "properties": {
927 "after_": {
928 "anyOf": [
929 {
930 "format": "date-time",
931 "type": "string"
932 },
933 {
934 "type": "null"
935 }
936 ],
937 },
938 "before_": {
939 "anyOf": [
940 {
941 "format": "date-time",
942 "type": "string"
943 },
944 {
945 "type": "null"
946 }
947 ],
948 }
949 },
950 "type": "object"
951 },
952 "FlowRunFilterFlowVersion": {
953 "additionalProperties": false,
954 "properties": {
955 "any_": {
956 "anyOf": [
957 {
958 "items": {
959 "type": "string"
960 },
961 "type": "array"
962 },
963 {
964 "type": "null"
965 }
966 ],
967 }
968 },
969 "type": "object"
970 },
971 "FlowRunFilterId": {
972 "additionalProperties": false,
973 "properties": {
974 "any_": {
975 "anyOf": [
976 {
977 "items": {
978 "format": "uuid",
979 "type": "string"
980 },
981 "type": "array"
982 },
983 {
984 "type": "null"
985 }
986 ],
987 },
988 "not_any_": {
989 "anyOf": [
990 {
991 "items": {
992 "format": "uuid",
993 "type": "string"
994 },
995 "type": "array"
996 },
997 {
998 "type": "null"
999 }
1000 ],
1001 }
1002 },
1003 "type": "object"
1004 },
1005 "FlowRunFilterIdempotencyKey": {
1006 "additionalProperties": false,
1007 "properties": {
1008 "any_": {
1009 "anyOf": [
1010 {
1011 "items": {
1012 "type": "string"
1013 },
1014 "type": "array"
1015 },
1016 {
1017 "type": "null"
1018 }
1019 ],
1020 },
1021 "not_any_": {
1022 "anyOf": [
1023 {
1024 "items": {
1025 "type": "string"
1026 },
1027 "type": "array"
1028 },
1029 {
1030 "type": "null"
1031 }
1032 ],
1033 }
1034 },
1035 "type": "object"
1036 },
1037 "FlowRunFilterName": {
1038 "additionalProperties": false,
1039 "properties": {
1040 "any_": {
1041 "anyOf": [
1042 {
1043 "items": {
1044 "type": "string"
1045 },
1046 "type": "array"
1047 },
1048 {
1049 "type": "null"
1050 }
1051 ],
1052 "examples": [
1053 [
1054 "my-flow-run-1",
1055 "my-flow-run-2"
1056 ]
1057 ],
1058 },
1059 "like_": {
1060 "anyOf": [
1061 {
1062 "type": "string"
1063 },
1064 {
1065 "type": "null"
1066 }
1067 ],
1068 "examples": [
1069 "marvin"
1070 ],
1071 }
1072 },
1073 "type": "object"
1074 },
1075 "FlowRunFilterNextScheduledStartTime": {
1076 "additionalProperties": false,
1077 "properties": {
1078 "after_": {
1079 "anyOf": [
1080 {
1081 "format": "date-time",
1082 "type": "string"
1083 },
1084 {
1085 "type": "null"
1086 }
1087 ],
1088 },
1089 "before_": {
1090 "anyOf": [
1091 {
1092 "format": "date-time",
1093 "type": "string"
1094 },
1095 {
1096 "type": "null"
1097 }
1098 ],
1099 }
1100 },
1101 "type": "object"
1102 },
1103 "FlowRunFilterParentFlowRunId": {
1104 "additionalProperties": false,
1105 "properties": {
1106 "any_": {
1107 "anyOf": [
1108 {
1109 "items": {
1110 "format": "uuid",
1111 "type": "string"
1112 },
1113 "type": "array"
1114 },
1115 {
1116 "type": "null"
1117 }
1118 ],
1119 },
1120 "operator": {
1121 "$ref": "#/components/schemas/Operator",
1122 }
1123 },
1124 "type": "object"
1125 },
1126 "FlowRunFilterParentTaskRunId": {
1127 "additionalProperties": false,
1128 "properties": {
1129 "any_": {
1130 "anyOf": [
1131 {
1132 "items": {
1133 "format": "uuid",
1134 "type": "string"
1135 },
1136 "type": "array"
1137 },
1138 {
1139 "type": "null"
1140 }
1141 ],
1142 },
1143 "is_null_": {
1144 "anyOf": [
1145 {
1146 "type": "boolean"
1147 },
1148 {
1149 "type": "null"
1150 }
1151 ],
1152 },
1153 "operator": {
1154 "$ref": "#/components/schemas/Operator",
1155 }
1156 },
1157 "type": "object"
1158 },
1159 "FlowRunFilterStartTime": {
1160 "additionalProperties": false,
1161 "properties": {
1162 "after_": {
1163 "anyOf": [
1164 {
1165 "format": "date-time",
1166 "type": "string"
1167 },
1168 {
1169 "type": "null"
1170 }
1171 ],
1172 },
1173 "before_": {
1174 "anyOf": [
1175 {
1176 "format": "date-time",
1177 "type": "string"
1178 },
1179 {
1180 "type": "null"
1181 }
1182 ],
1183 },
1184 "is_null_": {
1185 "anyOf": [
1186 {
1187 "type": "boolean"
1188 },
1189 {
1190 "type": "null"
1191 }
1192 ],
1193 }
1194 },
1195 "type": "object"
1196 },
1197 "FlowRunFilterState": {
1198 "additionalProperties": false,
1199 "properties": {
1200 "name": {
1201 "anyOf": [
1202 {
1203 "$ref": "#/components/schemas/FlowRunFilterStateName"
1204 },
1205 {
1206 "type": "null"
1207 }
1208 ],
1209 },
1210 "operator": {
1211 "$ref": "#/components/schemas/Operator",
1212 },
1213 "type": {
1214 "anyOf": [
1215 {
1216 "$ref": "#/components/schemas/FlowRunFilterStateType"
1217 },
1218 {
1219 "type": "null"
1220 }
1221 ],
1222 }
1223 },
1224 "type": "object"
1225 },
1226 "FlowRunFilterStateName": {
1227 "additionalProperties": false,
1228 "properties": {
1229 "any_": {
1230 "anyOf": [
1231 {
1232 "items": {
1233 "type": "string"
1234 },
1235 "type": "array"
1236 },
1237 {
1238 "type": "null"
1239 }
1240 ],
1241 },
1242 "not_any_": {
1243 "anyOf": [
1244 {
1245 "items": {
1246 "type": "string"
1247 },
1248 "type": "array"
1249 },
1250 {
1251 "type": "null"
1252 }
1253 ],
1254 }
1255 },
1256 "type": "object"
1257 },
1258 "FlowRunFilterStateType": {
1259 "additionalProperties": false,
1260 "properties": {
1261 "any_": {
1262 "anyOf": [
1263 {
1264 "items": {
1265 "$ref": "#/components/schemas/StateType"
1266 },
1267 "type": "array"
1268 },
1269 {
1270 "type": "null"
1271 }
1272 ],
1273 },
1274 "not_any_": {
1275 "anyOf": [
1276 {
1277 "items": {
1278 "$ref": "#/components/schemas/StateType"
1279 },
1280 "type": "array"
1281 },
1282 {
1283 "type": "null"
1284 }
1285 ],
1286 }
1287 },
1288 "type": "object"
1289 },
1290 "FlowRunFilterTags": {
1291 "additionalProperties": false,
1292 "properties": {
1293 "all_": {
1294 "anyOf": [
1295 {
1296 "items": {
1297 "type": "string"
1298 },
1299 "type": "array"
1300 },
1301 {
1302 "type": "null"
1303 }
1304 ],
1305 "examples": [
1306 [
1307 "tag-1",
1308 "tag-2"
1309 ]
1310 ],
1311 },
1312 "any_": {
1313 "anyOf": [
1314 {
1315 "items": {
1316 "type": "string"
1317 },
1318 "type": "array"
1319 },
1320 {
1321 "type": "null"
1322 }
1323 ],
1324 "examples": [
1325 [
1326 "tag-1",
1327 "tag-2"
1328 ]
1329 ],
1330 },
1331 "is_null_": {
1332 "anyOf": [
1333 {
1334 "type": "boolean"
1335 },
1336 {
1337 "type": "null"
1338 }
1339 ],
1340 },
1341 "operator": {
1342 "$ref": "#/components/schemas/Operator",
1343 }
1344 },
1345 "type": "object"
1346 },
1347 "FlowRunFilterWorkQueueName": {
1348 "additionalProperties": false,
1349 "properties": {
1350 "any_": {
1351 "anyOf": [
1352 {
1353 "items": {
1354 "type": "string"
1355 },
1356 "type": "array"
1357 },
1358 {
1359 "type": "null"
1360 }
1361 ],
1362 "examples": [
1363 [
1364 "work_queue_1",
1365 "work_queue_2"
1366 ]
1367 ],
1368 },
1369 "is_null_": {
1370 "anyOf": [
1371 {
1372 "type": "boolean"
1373 },
1374 {
1375 "type": "null"
1376 }
1377 ],
1378 },
1379 "operator": {
1380 "$ref": "#/components/schemas/Operator",
1381 }
1382 },
1383 "type": "object"
1384 },
1385 "Operator": {
1386 "enum": [
1387 "and_",
1388 "or_"
1389 ],
1390 "type": "string"
1391 },
1392 "StateType": {
1393 "enum": [
1394 "SCHEDULED",
1395 "PENDING",
1396 "RUNNING",
1397 "COMPLETED",
1398 "FAILED",
1399 "CANCELLED",
1400 "CRASHED",
1401 "PAUSED",
1402 "CANCELLING"
1403 ],
1404 "type": "string"
1405 },
1406 "TaskRunFilter": {
1407 "additionalProperties": false,
1408 "properties": {
1409 "expected_start_time": {
1410 "anyOf": [
1411 {
1412 "$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1413 },
1414 {
1415 "type": "null"
1416 }
1417 ],
1418 },
1419 "flow_run_id": {
1420 "anyOf": [
1421 {
1422 "$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1423 },
1424 {
1425 "type": "null"
1426 }
1427 ],
1428 },
1429 "id": {
1430 "anyOf": [
1431 {
1432 "$ref": "#/components/schemas/TaskRunFilterId"
1433 },
1434 {
1435 "type": "null"
1436 }
1437 ],
1438 },
1439 "name": {
1440 "anyOf": [
1441 {
1442 "$ref": "#/components/schemas/TaskRunFilterName"
1443 },
1444 {
1445 "type": "null"
1446 }
1447 ],
1448 },
1449 "operator": {
1450 "$ref": "#/components/schemas/Operator",
1451 },
1452 "start_time": {
1453 "anyOf": [
1454 {
1455 "$ref": "#/components/schemas/TaskRunFilterStartTime"
1456 },
1457 {
1458 "type": "null"
1459 }
1460 ],
1461 },
1462 "state": {
1463 "anyOf": [
1464 {
1465 "$ref": "#/components/schemas/TaskRunFilterState"
1466 },
1467 {
1468 "type": "null"
1469 }
1470 ],
1471 },
1472 "subflow_runs": {
1473 "anyOf": [
1474 {
1475 "$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1476 },
1477 {
1478 "type": "null"
1479 }
1480 ],
1481 },
1482 "tags": {
1483 "anyOf": [
1484 {
1485 "$ref": "#/components/schemas/TaskRunFilterTags"
1486 },
1487 {
1488 "type": "null"
1489 }
1490 ],
1491 }
1492 },
1493 "type": "object"
1494 },
1495 "TaskRunFilterExpectedStartTime": {
1496 "additionalProperties": false,
1497 "properties": {
1498 "after_": {
1499 "anyOf": [
1500 {
1501 "format": "date-time",
1502 "type": "string"
1503 },
1504 {
1505 "type": "null"
1506 }
1507 ],
1508 },
1509 "before_": {
1510 "anyOf": [
1511 {
1512 "format": "date-time",
1513 "type": "string"
1514 },
1515 {
1516 "type": "null"
1517 }
1518 ],
1519 }
1520 },
1521 "type": "object"
1522 },
1523 "TaskRunFilterFlowRunId": {
1524 "additionalProperties": false,
1525 "properties": {
1526 "any_": {
1527 "anyOf": [
1528 {
1529 "items": {
1530 "format": "uuid",
1531 "type": "string"
1532 },
1533 "type": "array"
1534 },
1535 {
1536 "type": "null"
1537 }
1538 ],
1539 },
1540 "is_null_": {
1541 "anyOf": [
1542 {
1543 "type": "boolean"
1544 },
1545 {
1546 "type": "null"
1547 }
1548 ],
1549 },
1550 "operator": {
1551 "$ref": "#/components/schemas/Operator",
1552 }
1553 },
1554 "type": "object"
1555 },
1556 "TaskRunFilterId": {
1557 "additionalProperties": false,
1558 "properties": {
1559 "any_": {
1560 "anyOf": [
1561 {
1562 "items": {
1563 "format": "uuid",
1564 "type": "string"
1565 },
1566 "type": "array"
1567 },
1568 {
1569 "type": "null"
1570 }
1571 ],
1572 }
1573 },
1574 "type": "object"
1575 },
1576 "TaskRunFilterName": {
1577 "additionalProperties": false,
1578 "properties": {
1579 "any_": {
1580 "anyOf": [
1581 {
1582 "items": {
1583 "type": "string"
1584 },
1585 "type": "array"
1586 },
1587 {
1588 "type": "null"
1589 }
1590 ],
1591 "examples": [
1592 [
1593 "my-task-run-1",
1594 "my-task-run-2"
1595 ]
1596 ],
1597 },
1598 "like_": {
1599 "anyOf": [
1600 {
1601 "type": "string"
1602 },
1603 {
1604 "type": "null"
1605 }
1606 ],
1607 "examples": [
1608 "marvin"
1609 ],
1610 }
1611 },
1612 "type": "object"
1613 },
1614 "TaskRunFilterStartTime": {
1615 "additionalProperties": false,
1616 "properties": {
1617 "after_": {
1618 "anyOf": [
1619 {
1620 "format": "date-time",
1621 "type": "string"
1622 },
1623 {
1624 "type": "null"
1625 }
1626 ],
1627 },
1628 "before_": {
1629 "anyOf": [
1630 {
1631 "format": "date-time",
1632 "type": "string"
1633 },
1634 {
1635 "type": "null"
1636 }
1637 ],
1638 },
1639 "is_null_": {
1640 "anyOf": [
1641 {
1642 "type": "boolean"
1643 },
1644 {
1645 "type": "null"
1646 }
1647 ],
1648 }
1649 },
1650 "type": "object"
1651 },
1652 "TaskRunFilterState": {
1653 "additionalProperties": false,
1654 "properties": {
1655 "name": {
1656 "anyOf": [
1657 {
1658 "$ref": "#/components/schemas/TaskRunFilterStateName"
1659 },
1660 {
1661 "type": "null"
1662 }
1663 ],
1664 },
1665 "operator": {
1666 "$ref": "#/components/schemas/Operator",
1667 },
1668 "type": {
1669 "anyOf": [
1670 {
1671 "$ref": "#/components/schemas/TaskRunFilterStateType"
1672 },
1673 {
1674 "type": "null"
1675 }
1676 ],
1677 }
1678 },
1679 "type": "object"
1680 },
1681 "TaskRunFilterStateName": {
1682 "additionalProperties": false,
1683 "properties": {
1684 "any_": {
1685 "anyOf": [
1686 {
1687 "items": {
1688 "type": "string"
1689 },
1690 "type": "array"
1691 },
1692 {
1693 "type": "null"
1694 }
1695 ],
1696 }
1697 },
1698 "type": "object"
1699 },
1700 "TaskRunFilterStateType": {
1701 "additionalProperties": false,
1702 "properties": {
1703 "any_": {
1704 "anyOf": [
1705 {
1706 "items": {
1707 "$ref": "#/components/schemas/StateType"
1708 },
1709 "type": "array"
1710 },
1711 {
1712 "type": "null"
1713 }
1714 ],
1715 }
1716 },
1717 "type": "object"
1718 },
1719 "TaskRunFilterSubFlowRuns": {
1720 "additionalProperties": false,
1721 "properties": {
1722 "exists_": {
1723 "anyOf": [
1724 {
1725 "type": "boolean"
1726 },
1727 {
1728 "type": "null"
1729 }
1730 ],
1731 }
1732 },
1733 "type": "object"
1734 },
1735 "TaskRunFilterTags": {
1736 "additionalProperties": false,
1737 "properties": {
1738 "all_": {
1739 "anyOf": [
1740 {
1741 "items": {
1742 "type": "string"
1743 },
1744 "type": "array"
1745 },
1746 {
1747 "type": "null"
1748 }
1749 ],
1750 "examples": [
1751 [
1752 "tag-1",
1753 "tag-2"
1754 ]
1755 ],
1756 },
1757 "is_null_": {
1758 "anyOf": [
1759 {
1760 "type": "boolean"
1761 },
1762 {
1763 "type": "null"
1764 }
1765 ],
1766 },
1767 "operator": {
1768 "$ref": "#/components/schemas/Operator",
1769 }
1770 },
1771 "type": "object"
1772 }
1773 }
1774 }
1775}
Responses
seen average

200
Successful Response
1 11.57ms
422
Validation Error
888 2.05ms
default
Default
728 6.35ms
Examples
20 of 20 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
sort.default
 
"ID_DESC"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
offset.default
 
0
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json530 of 530 keywords covered
1{
2 "$ref": "#/components/schemas/Body_count_latest_artifacts_artifacts_latest_count_post",
3 "components": {
4 "schemas": {
5 "ArtifactCollectionFilter": {
6 "additionalProperties": false,
7 "properties": {
8 "flow_run_id": {
9 "anyOf": [
10 {
11 "$ref": "#/components/schemas/ArtifactCollectionFilterFlowRunId"
12 },
13 {
14 "type": "null"
15 }
16 ],
17 },
18 "key": {
19 "anyOf": [
20 {
21 "$ref": "#/components/schemas/ArtifactCollectionFilterKey"
22 },
23 {
24 "type": "null"
25 }
26 ],
27 },
28 "latest_id": {
29 "anyOf": [
30 {
31 "$ref": "#/components/schemas/ArtifactCollectionFilterLatestId"
32 },
33 {
34 "type": "null"
35 }
36 ],
37 },
38 "operator": {
39 "$ref": "#/components/schemas/Operator",
40 },
41 "task_run_id": {
42 "anyOf": [
43 {
44 "$ref": "#/components/schemas/ArtifactCollectionFilterTaskRunId"
45 },
46 {
47 "type": "null"
48 }
49 ],
50 },
51 "type": {
52 "anyOf": [
53 {
54 "$ref": "#/components/schemas/ArtifactCollectionFilterType"
55 },
56 {
57 "type": "null"
58 }
59 ],
60 }
61 },
62 "type": "object"
63 },
64 "ArtifactCollectionFilterFlowRunId": {
65 "additionalProperties": false,
66 "properties": {
67 "any_": {
68 "anyOf": [
69 {
70 "items": {
71 "format": "uuid",
72 "type": "string"
73 },
74 "type": "array"
75 },
76 {
77 "type": "null"
78 }
79 ],
80 }
81 },
82 "type": "object"
83 },
84 "ArtifactCollectionFilterKey": {
85 "additionalProperties": false,
86 "properties": {
87 "any_": {
88 "anyOf": [
89 {
90 "items": {
91 "type": "string"
92 },
93 "type": "array"
94 },
95 {
96 "type": "null"
97 }
98 ],
99 },
100 "exists_": {
101 "anyOf": [
102 {
103 "type": "boolean"
104 },
105 {
106 "type": "null"
107 }
108 ],
109 },
110 "like_": {
111 "anyOf": [
112 {
113 "type": "string"
114 },
115 {
116 "type": "null"
117 }
118 ],
119 "examples": [
120 "my-artifact-%"
121 ],
122 }
123 },
124 "type": "object"
125 },
126 "ArtifactCollectionFilterLatestId": {
127 "additionalProperties": false,
128 "properties": {
129 "any_": {
130 "anyOf": [
131 {
132 "items": {
133 "format": "uuid",
134 "type": "string"
135 },
136 "type": "array"
137 },
138 {
139 "type": "null"
140 }
141 ],
142 }
143 },
144 "type": "object"
145 },
146 "ArtifactCollectionFilterTaskRunId": {
147 "additionalProperties": false,
148 "properties": {
149 "any_": {
150 "anyOf": [
151 {
152 "items": {
153 "format": "uuid",
154 "type": "string"
155 },
156 "type": "array"
157 },
158 {
159 "type": "null"
160 }
161 ],
162 }
163 },
164 "type": "object"
165 },
166 "ArtifactCollectionFilterType": {
167 "additionalProperties": false,
168 "properties": {
169 "any_": {
170 "anyOf": [
171 {
172 "items": {
173 "type": "string"
174 },
175 "type": "array"
176 },
177 {
178 "type": "null"
179 }
180 ],
181 },
182 "not_any_": {
183 "anyOf": [
184 {
185 "items": {
186 "type": "string"
187 },
188 "type": "array"
189 },
190 {
191 "type": "null"
192 }
193 ],
194 }
195 },
196 "type": "object"
197 },
198 "Body_count_latest_artifacts_artifacts_latest_count_post": {
199 "properties": {
200 "artifacts": {
201 "$ref": "#/components/schemas/ArtifactCollectionFilter"
202 },
203 "deployments": {
204 "$ref": "#/components/schemas/DeploymentFilter"
205 },
206 "flow_runs": {
207 "$ref": "#/components/schemas/FlowRunFilter"
208 },
209 "flows": {
210 "$ref": "#/components/schemas/FlowFilter"
211 },
212 "task_runs": {
213 "$ref": "#/components/schemas/TaskRunFilter"
214 }
215 },
216 "type": "object"
217 },
218 "DeploymentFilter": {
219 "additionalProperties": false,
220 "properties": {
221 "concurrency_limit": {
222 "anyOf": [
223 {
224 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
225 },
226 {
227 "type": "null"
228 }
229 ],
230 "deprecated": true,
231 },
232 "flow_or_deployment_name": {
233 "anyOf": [
234 {
235 "$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
236 },
237 {
238 "type": "null"
239 }
240 ],
241 },
242 "id": {
243 "anyOf": [
244 {
245 "$ref": "#/components/schemas/DeploymentFilterId"
246 },
247 {
248 "type": "null"
249 }
250 ],
251 },
252 "name": {
253 "anyOf": [
254 {
255 "$ref": "#/components/schemas/DeploymentFilterName"
256 },
257 {
258 "type": "null"
259 }
260 ],
261 },
262 "operator": {
263 "$ref": "#/components/schemas/Operator",
264 },
265 "paused": {
266 "anyOf": [
267 {
268 "$ref": "#/components/schemas/DeploymentFilterPaused"
269 },
270 {
271 "type": "null"
272 }
273 ],
274 },
275 "tags": {
276 "anyOf": [
277 {
278 "$ref": "#/components/schemas/DeploymentFilterTags"
279 },
280 {
281 "type": "null"
282 }
283 ],
284 },
285 "work_queue_name": {
286 "anyOf": [
287 {
288 "$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
289 },
290 {
291 "type": "null"
292 }
293 ],
294 }
295 },
296 "type": "object"
297 },
298 "DeploymentFilterConcurrencyLimit": {
299 "additionalProperties": false,
300 "properties": {
301 "ge_": {
302 "anyOf": [
303 {
304 "type": "integer"
305 },
306 {
307 "type": "null"
308 }
309 ],
310 },
311 "is_null_": {
312 "anyOf": [
313 {
314 "type": "boolean"
315 },
316 {
317 "type": "null"
318 }
319 ],
320 },
321 "le_": {
322 "anyOf": [
323 {
324 "type": "integer"
325 },
326 {
327 "type": "null"
328 }
329 ],
330 }
331 },
332 "type": "object"
333 },
334 "DeploymentFilterId": {
335 "additionalProperties": false,
336 "properties": {
337 "any_": {
338 "anyOf": [
339 {
340 "items": {
341 "format": "uuid",
342 "type": "string"
343 },
344 "type": "array"
345 },
346 {
347 "type": "null"
348 }
349 ],
350 },
351 "not_any_": {
352 "anyOf": [
353 {
354 "items": {
355 "format": "uuid",
356 "type": "string"
357 },
358 "type": "array"
359 },
360 {
361 "type": "null"
362 }
363 ],
364 }
365 },
366 "type": "object"
367 },
368 "DeploymentFilterName": {
369 "additionalProperties": false,
370 "properties": {
371 "any_": {
372 "anyOf": [
373 {
374 "items": {
375 "type": "string"
376 },
377 "type": "array"
378 },
379 {
380 "type": "null"
381 }
382 ],
383 "examples": [
384 [
385 "my-deployment-1",
386 "my-deployment-2"
387 ]
388 ],
389 },
390 "like_": {
391 "anyOf": [
392 {
393 "type": "string"
394 },
395 {
396 "type": "null"
397 }
398 ],
399 "examples": [
400 "marvin"
401 ],
402 }
403 },
404 "type": "object"
405 },
406 "DeploymentFilterPaused": {
407 "additionalProperties": false,
408 "properties": {
409 "eq_": {
410 "anyOf": [
411 {
412 "type": "boolean"
413 },
414 {
415 "type": "null"
416 }
417 ],
418 }
419 },
420 "type": "object"
421 },
422 "DeploymentFilterTags": {
423 "additionalProperties": false,
424 "properties": {
425 "all_": {
426 "anyOf": [
427 {
428 "items": {
429 "type": "string"
430 },
431 "type": "array"
432 },
433 {
434 "type": "null"
435 }
436 ],
437 "examples": [
438 [
439 "tag-1",
440 "tag-2"
441 ]
442 ],
443 },
444 "any_": {
445 "anyOf": [
446 {
447 "items": {
448 "type": "string"
449 },
450 "type": "array"
451 },
452 {
453 "type": "null"
454 }
455 ],
456 "examples": [
457 [
458 "tag-1",
459 "tag-2"
460 ]
461 ],
462 },
463 "is_null_": {
464 "anyOf": [
465 {
466 "type": "boolean"
467 },
468 {
469 "type": "null"
470 }
471 ],
472 },
473 "operator": {
474 "$ref": "#/components/schemas/Operator",
475 }
476 },
477 "type": "object"
478 },
479 "DeploymentFilterWorkQueueName": {
480 "additionalProperties": false,
481 "properties": {
482 "any_": {
483 "anyOf": [
484 {
485 "items": {
486 "type": "string"
487 },
488 "type": "array"
489 },
490 {
491 "type": "null"
492 }
493 ],
494 "examples": [
495 [
496 "work_queue_1",
497 "work_queue_2"
498 ]
499 ],
500 }
501 },
502 "type": "object"
503 },
504 "DeploymentOrFlowNameFilter": {
505 "additionalProperties": false,
506 "properties": {
507 "like_": {
508 "anyOf": [
509 {
510 "type": "string"
511 },
512 {
513 "type": "null"
514 }
515 ],
516 }
517 },
518 "type": "object"
519 },
520 "FlowFilter": {
521 "additionalProperties": false,
522 "properties": {
523 "deployment": {
524 "anyOf": [
525 {
526 "$ref": "#/components/schemas/FlowFilterDeployment"
527 },
528 {
529 "type": "null"
530 }
531 ],
532 },
533 "id": {
534 "anyOf": [
535 {
536 "$ref": "#/components/schemas/FlowFilterId"
537 },
538 {
539 "type": "null"
540 }
541 ],
542 },
543 "name": {
544 "anyOf": [
545 {
546 "$ref": "#/components/schemas/FlowFilterName"
547 },
548 {
549 "type": "null"
550 }
551 ],
552 },
553 "operator": {
554 "$ref": "#/components/schemas/Operator",
555 },
556 "tags": {
557 "anyOf": [
558 {
559 "$ref": "#/components/schemas/FlowFilterTags"
560 },
561 {
562 "type": "null"
563 }
564 ],
565 }
566 },
567 "type": "object"
568 },
569 "FlowFilterDeployment": {
570 "additionalProperties": false,
571 "properties": {
572 "is_null_": {
573 "anyOf": [
574 {
575 "type": "boolean"
576 },
577 {
578 "type": "null"
579 }
580 ],
581 },
582 "operator": {
583 "$ref": "#/components/schemas/Operator",
584 }
585 },
586 "type": "object"
587 },
588 "FlowFilterId": {
589 "additionalProperties": false,
590 "properties": {
591 "any_": {
592 "anyOf": [
593 {
594 "items": {
595 "format": "uuid",
596 "type": "string"
597 },
598 "type": "array"
599 },
600 {
601 "type": "null"
602 }
603 ],
604 }
605 },
606 "type": "object"
607 },
608 "FlowFilterName": {
609 "additionalProperties": false,
610 "properties": {
611 "any_": {
612 "anyOf": [
613 {
614 "items": {
615 "type": "string"
616 },
617 "type": "array"
618 },
619 {
620 "type": "null"
621 }
622 ],
623 "examples": [
624 [
625 "my-flow-1",
626 "my-flow-2"
627 ]
628 ],
629 },
630 "like_": {
631 "anyOf": [
632 {
633 "type": "string"
634 },
635 {
636 "type": "null"
637 }
638 ],
639 "examples": [
640 "marvin"
641 ],
642 }
643 },
644 "type": "object"
645 },
646 "FlowFilterTags": {
647 "additionalProperties": false,
648 "properties": {
649 "all_": {
650 "anyOf": [
651 {
652 "items": {
653 "type": "string"
654 },
655 "type": "array"
656 },
657 {
658 "type": "null"
659 }
660 ],
661 "examples": [
662 [
663 "tag-1",
664 "tag-2"
665 ]
666 ],
667 },
668 "is_null_": {
669 "anyOf": [
670 {
671 "type": "boolean"
672 },
673 {
674 "type": "null"
675 }
676 ],
677 },
678 "operator": {
679 "$ref": "#/components/schemas/Operator",
680 }
681 },
682 "type": "object"
683 },
684 "FlowRunFilter": {
685 "additionalProperties": false,
686 "properties": {
687 "deployment_id": {
688 "anyOf": [
689 {
690 "$ref": "#/components/schemas/FlowRunFilterDeploymentId"
691 },
692 {
693 "type": "null"
694 }
695 ],
696 },
697 "end_time": {
698 "anyOf": [
699 {
700 "$ref": "#/components/schemas/FlowRunFilterEndTime"
701 },
702 {
703 "type": "null"
704 }
705 ],
706 },
707 "expected_start_time": {
708 "anyOf": [
709 {
710 "$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
711 },
712 {
713 "type": "null"
714 }
715 ],
716 },
717 "flow_version": {
718 "anyOf": [
719 {
720 "$ref": "#/components/schemas/FlowRunFilterFlowVersion"
721 },
722 {
723 "type": "null"
724 }
725 ],
726 },
727 "id": {
728 "anyOf": [
729 {
730 "$ref": "#/components/schemas/FlowRunFilterId"
731 },
732 {
733 "type": "null"
734 }
735 ],
736 },
737 "idempotency_key": {
738 "anyOf": [
739 {
740 "$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
741 },
742 {
743 "type": "null"
744 }
745 ],
746 },
747 "name": {
748 "anyOf": [
749 {
750 "$ref": "#/components/schemas/FlowRunFilterName"
751 },
752 {
753 "type": "null"
754 }
755 ],
756 },
757 "next_scheduled_start_time": {
758 "anyOf": [
759 {
760 "$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
761 },
762 {
763 "type": "null"
764 }
765 ],
766 },
767 "operator": {
768 "$ref": "#/components/schemas/Operator",
769 },
770 "parent_flow_run_id": {
771 "anyOf": [
772 {
773 "$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
774 },
775 {
776 "type": "null"
777 }
778 ],
779 },
780 "parent_task_run_id": {
781 "anyOf": [
782 {
783 "$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
784 },
785 {
786 "type": "null"
787 }
788 ],
789 },
790 "start_time": {
791 "anyOf": [
792 {
793 "$ref": "#/components/schemas/FlowRunFilterStartTime"
794 },
795 {
796 "type": "null"
797 }
798 ],
799 },
800 "state": {
801 "anyOf": [
802 {
803 "$ref": "#/components/schemas/FlowRunFilterState"
804 },
805 {
806 "type": "null"
807 }
808 ],
809 },
810 "tags": {
811 "anyOf": [
812 {
813 "$ref": "#/components/schemas/FlowRunFilterTags"
814 },
815 {
816 "type": "null"
817 }
818 ],
819 },
820 "work_queue_name": {
821 "anyOf": [
822 {
823 "$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
824 },
825 {
826 "type": "null"
827 }
828 ],
829 }
830 },
831 "type": "object"
832 },
833 "FlowRunFilterDeploymentId": {
834 "additionalProperties": false,
835 "properties": {
836 "any_": {
837 "anyOf": [
838 {
839 "items": {
840 "format": "uuid",
841 "type": "string"
842 },
843 "type": "array"
844 },
845 {
846 "type": "null"
847 }
848 ],
849 },
850 "is_null_": {
851 "anyOf": [
852 {
853 "type": "boolean"
854 },
855 {
856 "type": "null"
857 }
858 ],
859 },
860 "operator": {
861 "$ref": "#/components/schemas/Operator",
862 }
863 },
864 "type": "object"
865 },
866 "FlowRunFilterEndTime": {
867 "additionalProperties": false,
868 "properties": {
869 "after_": {
870 "anyOf": [
871 {
872 "format": "date-time",
873 "type": "string"
874 },
875 {
876 "type": "null"
877 }
878 ],
879 },
880 "before_": {
881 "anyOf": [
882 {
883 "format": "date-time",
884 "type": "string"
885 },
886 {
887 "type": "null"
888 }
889 ],
890 },
891 "is_null_": {
892 "anyOf": [
893 {
894 "type": "boolean"
895 },
896 {
897 "type": "null"
898 }
899 ],
900 }
901 },
902 "type": "object"
903 },
904 "FlowRunFilterExpectedStartTime": {
905 "additionalProperties": false,
906 "properties": {
907 "after_": {
908 "anyOf": [
909 {
910 "format": "date-time",
911 "type": "string"
912 },
913 {
914 "type": "null"
915 }
916 ],
917 },
918 "before_": {
919 "anyOf": [
920 {
921 "format": "date-time",
922 "type": "string"
923 },
924 {
925 "type": "null"
926 }
927 ],
928 }
929 },
930 "type": "object"
931 },
932 "FlowRunFilterFlowVersion": {
933 "additionalProperties": false,
934 "properties": {
935 "any_": {
936 "anyOf": [
937 {
938 "items": {
939 "type": "string"
940 },
941 "type": "array"
942 },
943 {
944 "type": "null"
945 }
946 ],
947 }
948 },
949 "type": "object"
950 },
951 "FlowRunFilterId": {
952 "additionalProperties": false,
953 "properties": {
954 "any_": {
955 "anyOf": [
956 {
957 "items": {
958 "format": "uuid",
959 "type": "string"
960 },
961 "type": "array"
962 },
963 {
964 "type": "null"
965 }
966 ],
967 },
968 "not_any_": {
969 "anyOf": [
970 {
971 "items": {
972 "format": "uuid",
973 "type": "string"
974 },
975 "type": "array"
976 },
977 {
978 "type": "null"
979 }
980 ],
981 }
982 },
983 "type": "object"
984 },
985 "FlowRunFilterIdempotencyKey": {
986 "additionalProperties": false,
987 "properties": {
988 "any_": {
989 "anyOf": [
990 {
991 "items": {
992 "type": "string"
993 },
994 "type": "array"
995 },
996 {
997 "type": "null"
998 }
999 ],
1000 },
1001 "not_any_": {
1002 "anyOf": [
1003 {
1004 "items": {
1005 "type": "string"
1006 },
1007 "type": "array"
1008 },
1009 {
1010 "type": "null"
1011 }
1012 ],
1013 }
1014 },
1015 "type": "object"
1016 },
1017 "FlowRunFilterName": {
1018 "additionalProperties": false,
1019 "properties": {
1020 "any_": {
1021 "anyOf": [
1022 {
1023 "items": {
1024 "type": "string"
1025 },
1026 "type": "array"
1027 },
1028 {
1029 "type": "null"
1030 }
1031 ],
1032 "examples": [
1033 [
1034 "my-flow-run-1",
1035 "my-flow-run-2"
1036 ]
1037 ],
1038 },
1039 "like_": {
1040 "anyOf": [
1041 {
1042 "type": "string"
1043 },
1044 {
1045 "type": "null"
1046 }
1047 ],
1048 "examples": [
1049 "marvin"
1050 ],
1051 }
1052 },
1053 "type": "object"
1054 },
1055 "FlowRunFilterNextScheduledStartTime": {
1056 "additionalProperties": false,
1057 "properties": {
1058 "after_": {
1059 "anyOf": [
1060 {
1061 "format": "date-time",
1062 "type": "string"
1063 },
1064 {
1065 "type": "null"
1066 }
1067 ],
1068 },
1069 "before_": {
1070 "anyOf": [
1071 {
1072 "format": "date-time",
1073 "type": "string"
1074 },
1075 {
1076 "type": "null"
1077 }
1078 ],
1079 }
1080 },
1081 "type": "object"
1082 },
1083 "FlowRunFilterParentFlowRunId": {
1084 "additionalProperties": false,
1085 "properties": {
1086 "any_": {
1087 "anyOf": [
1088 {
1089 "items": {
1090 "format": "uuid",
1091 "type": "string"
1092 },
1093 "type": "array"
1094 },
1095 {
1096 "type": "null"
1097 }
1098 ],
1099 },
1100 "operator": {
1101 "$ref": "#/components/schemas/Operator",
1102 }
1103 },
1104 "type": "object"
1105 },
1106 "FlowRunFilterParentTaskRunId": {
1107 "additionalProperties": false,
1108 "properties": {
1109 "any_": {
1110 "anyOf": [
1111 {
1112 "items": {
1113 "format": "uuid",
1114 "type": "string"
1115 },
1116 "type": "array"
1117 },
1118 {
1119 "type": "null"
1120 }
1121 ],
1122 },
1123 "is_null_": {
1124 "anyOf": [
1125 {
1126 "type": "boolean"
1127 },
1128 {
1129 "type": "null"
1130 }
1131 ],
1132 },
1133 "operator": {
1134 "$ref": "#/components/schemas/Operator",
1135 }
1136 },
1137 "type": "object"
1138 },
1139 "FlowRunFilterStartTime": {
1140 "additionalProperties": false,
1141 "properties": {
1142 "after_": {
1143 "anyOf": [
1144 {
1145 "format": "date-time",
1146 "type": "string"
1147 },
1148 {
1149 "type": "null"
1150 }
1151 ],
1152 },
1153 "before_": {
1154 "anyOf": [
1155 {
1156 "format": "date-time",
1157 "type": "string"
1158 },
1159 {
1160 "type": "null"
1161 }
1162 ],
1163 },
1164 "is_null_": {
1165 "anyOf": [
1166 {
1167 "type": "boolean"
1168 },
1169 {
1170 "type": "null"
1171 }
1172 ],
1173 }
1174 },
1175 "type": "object"
1176 },
1177 "FlowRunFilterState": {
1178 "additionalProperties": false,
1179 "properties": {
1180 "name": {
1181 "anyOf": [
1182 {
1183 "$ref": "#/components/schemas/FlowRunFilterStateName"
1184 },
1185 {
1186 "type": "null"
1187 }
1188 ],
1189 },
1190 "operator": {
1191 "$ref": "#/components/schemas/Operator",
1192 },
1193 "type": {
1194 "anyOf": [
1195 {
1196 "$ref": "#/components/schemas/FlowRunFilterStateType"
1197 },
1198 {
1199 "type": "null"
1200 }
1201 ],
1202 }
1203 },
1204 "type": "object"
1205 },
1206 "FlowRunFilterStateName": {
1207 "additionalProperties": false,
1208 "properties": {
1209 "any_": {
1210 "anyOf": [
1211 {
1212 "items": {
1213 "type": "string"
1214 },
1215 "type": "array"
1216 },
1217 {
1218 "type": "null"
1219 }
1220 ],
1221 },
1222 "not_any_": {
1223 "anyOf": [
1224 {
1225 "items": {
1226 "type": "string"
1227 },
1228 "type": "array"
1229 },
1230 {
1231 "type": "null"
1232 }
1233 ],
1234 }
1235 },
1236 "type": "object"
1237 },
1238 "FlowRunFilterStateType": {
1239 "additionalProperties": false,
1240 "properties": {
1241 "any_": {
1242 "anyOf": [
1243 {
1244 "items": {
1245 "$ref": "#/components/schemas/StateType"
1246 },
1247 "type": "array"
1248 },
1249 {
1250 "type": "null"
1251 }
1252 ],
1253 },
1254 "not_any_": {
1255 "anyOf": [
1256 {
1257 "items": {
1258 "$ref": "#/components/schemas/StateType"
1259 },
1260 "type": "array"
1261 },
1262 {
1263 "type": "null"
1264 }
1265 ],
1266 }
1267 },
1268 "type": "object"
1269 },
1270 "FlowRunFilterTags": {
1271 "additionalProperties": false,
1272 "properties": {
1273 "all_": {
1274 "anyOf": [
1275 {
1276 "items": {
1277 "type": "string"
1278 },
1279 "type": "array"
1280 },
1281 {
1282 "type": "null"
1283 }
1284 ],
1285 "examples": [
1286 [
1287 "tag-1",
1288 "tag-2"
1289 ]
1290 ],
1291 },
1292 "any_": {
1293 "anyOf": [
1294 {
1295 "items": {
1296 "type": "string"
1297 },
1298 "type": "array"
1299 },
1300 {
1301 "type": "null"
1302 }
1303 ],
1304 "examples": [
1305 [
1306 "tag-1",
1307 "tag-2"
1308 ]
1309 ],
1310 },
1311 "is_null_": {
1312 "anyOf": [
1313 {
1314 "type": "boolean"
1315 },
1316 {
1317 "type": "null"
1318 }
1319 ],
1320 },
1321 "operator": {
1322 "$ref": "#/components/schemas/Operator",
1323 }
1324 },
1325 "type": "object"
1326 },
1327 "FlowRunFilterWorkQueueName": {
1328 "additionalProperties": false,
1329 "properties": {
1330 "any_": {
1331 "anyOf": [
1332 {
1333 "items": {
1334 "type": "string"
1335 },
1336 "type": "array"
1337 },
1338 {
1339 "type": "null"
1340 }
1341 ],
1342 "examples": [
1343 [
1344 "work_queue_1",
1345 "work_queue_2"
1346 ]
1347 ],
1348 },
1349 "is_null_": {
1350 "anyOf": [
1351 {
1352 "type": "boolean"
1353 },
1354 {
1355 "type": "null"
1356 }
1357 ],
1358 },
1359 "operator": {
1360 "$ref": "#/components/schemas/Operator",
1361 }
1362 },
1363 "type": "object"
1364 },
1365 "Operator": {
1366 "enum": [
1367 "and_",
1368 "or_"
1369 ],
1370 "type": "string"
1371 },
1372 "StateType": {
1373 "enum": [
1374 "SCHEDULED",
1375 "PENDING",
1376 "RUNNING",
1377 "COMPLETED",
1378 "FAILED",
1379 "CANCELLED",
1380 "CRASHED",
1381 "PAUSED",
1382 "CANCELLING"
1383 ],
1384 "type": "string"
1385 },
1386 "TaskRunFilter": {
1387 "additionalProperties": false,
1388 "properties": {
1389 "expected_start_time": {
1390 "anyOf": [
1391 {
1392 "$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1393 },
1394 {
1395 "type": "null"
1396 }
1397 ],
1398 },
1399 "flow_run_id": {
1400 "anyOf": [
1401 {
1402 "$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1403 },
1404 {
1405 "type": "null"
1406 }
1407 ],
1408 },
1409 "id": {
1410 "anyOf": [
1411 {
1412 "$ref": "#/components/schemas/TaskRunFilterId"
1413 },
1414 {
1415 "type": "null"
1416 }
1417 ],
1418 },
1419 "name": {
1420 "anyOf": [
1421 {
1422 "$ref": "#/components/schemas/TaskRunFilterName"
1423 },
1424 {
1425 "type": "null"
1426 }
1427 ],
1428 },
1429 "operator": {
1430 "$ref": "#/components/schemas/Operator",
1431 },
1432 "start_time": {
1433 "anyOf": [
1434 {
1435 "$ref": "#/components/schemas/TaskRunFilterStartTime"
1436 },
1437 {
1438 "type": "null"
1439 }
1440 ],
1441 },
1442 "state": {
1443 "anyOf": [
1444 {
1445 "$ref": "#/components/schemas/TaskRunFilterState"
1446 },
1447 {
1448 "type": "null"
1449 }
1450 ],
1451 },
1452 "subflow_runs": {
1453 "anyOf": [
1454 {
1455 "$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1456 },
1457 {
1458 "type": "null"
1459 }
1460 ],
1461 },
1462 "tags": {
1463 "anyOf": [
1464 {
1465 "$ref": "#/components/schemas/TaskRunFilterTags"
1466 },
1467 {
1468 "type": "null"
1469 }
1470 ],
1471 }
1472 },
1473 "type": "object"
1474 },
1475 "TaskRunFilterExpectedStartTime": {
1476 "additionalProperties": false,
1477 "properties": {
1478 "after_": {
1479 "anyOf": [
1480 {
1481 "format": "date-time",
1482 "type": "string"
1483 },
1484 {
1485 "type": "null"
1486 }
1487 ],
1488 },
1489 "before_": {
1490 "anyOf": [
1491 {
1492 "format": "date-time",
1493 "type": "string"
1494 },
1495 {
1496 "type": "null"
1497 }
1498 ],
1499 }
1500 },
1501 "type": "object"
1502 },
1503 "TaskRunFilterFlowRunId": {
1504 "additionalProperties": false,
1505 "properties": {
1506 "any_": {
1507 "anyOf": [
1508 {
1509 "items": {
1510 "format": "uuid",
1511 "type": "string"
1512 },
1513 "type": "array"
1514 },
1515 {
1516 "type": "null"
1517 }
1518 ],
1519 },
1520 "is_null_": {
1521 "anyOf": [
1522 {
1523 "type": "boolean"
1524 },
1525 {
1526 "type": "null"
1527 }
1528 ],
1529 },
1530 "operator": {
1531 "$ref": "#/components/schemas/Operator",
1532 }
1533 },
1534 "type": "object"
1535 },
1536 "TaskRunFilterId": {
1537 "additionalProperties": false,
1538 "properties": {
1539 "any_": {
1540 "anyOf": [
1541 {
1542 "items": {
1543 "format": "uuid",
1544 "type": "string"
1545 },
1546 "type": "array"
1547 },
1548 {
1549 "type": "null"
1550 }
1551 ],
1552 }
1553 },
1554 "type": "object"
1555 },
1556 "TaskRunFilterName": {
1557 "additionalProperties": false,
1558 "properties": {
1559 "any_": {
1560 "anyOf": [
1561 {
1562 "items": {
1563 "type": "string"
1564 },
1565 "type": "array"
1566 },
1567 {
1568 "type": "null"
1569 }
1570 ],
1571 "examples": [
1572 [
1573 "my-task-run-1",
1574 "my-task-run-2"
1575 ]
1576 ],
1577 },
1578 "like_": {
1579 "anyOf": [
1580 {
1581 "type": "string"
1582 },
1583 {
1584 "type": "null"
1585 }
1586 ],
1587 "examples": [
1588 "marvin"
1589 ],
1590 }
1591 },
1592 "type": "object"
1593 },
1594 "TaskRunFilterStartTime": {
1595 "additionalProperties": false,
1596 "properties": {
1597 "after_": {
1598 "anyOf": [
1599 {
1600 "format": "date-time",
1601 "type": "string"
1602 },
1603 {
1604 "type": "null"
1605 }
1606 ],
1607 },
1608 "before_": {
1609 "anyOf": [
1610 {
1611 "format": "date-time",
1612 "type": "string"
1613 },
1614 {
1615 "type": "null"
1616 }
1617 ],
1618 },
1619 "is_null_": {
1620 "anyOf": [
1621 {
1622 "type": "boolean"
1623 },
1624 {
1625 "type": "null"
1626 }
1627 ],
1628 }
1629 },
1630 "type": "object"
1631 },
1632 "TaskRunFilterState": {
1633 "additionalProperties": false,
1634 "properties": {
1635 "name": {
1636 "anyOf": [
1637 {
1638 "$ref": "#/components/schemas/TaskRunFilterStateName"
1639 },
1640 {
1641 "type": "null"
1642 }
1643 ],
1644 },
1645 "operator": {
1646 "$ref": "#/components/schemas/Operator",
1647 },
1648 "type": {
1649 "anyOf": [
1650 {
1651 "$ref": "#/components/schemas/TaskRunFilterStateType"
1652 },
1653 {
1654 "type": "null"
1655 }
1656 ],
1657 }
1658 },
1659 "type": "object"
1660 },
1661 "TaskRunFilterStateName": {
1662 "additionalProperties": false,
1663 "properties": {
1664 "any_": {
1665 "anyOf": [
1666 {
1667 "items": {
1668 "type": "string"
1669 },
1670 "type": "array"
1671 },
1672 {
1673 "type": "null"
1674 }
1675 ],
1676 }
1677 },
1678 "type": "object"
1679 },
1680 "TaskRunFilterStateType": {
1681 "additionalProperties": false,
1682 "properties": {
1683 "any_": {
1684 "anyOf": [
1685 {
1686 "items": {
1687 "$ref": "#/components/schemas/StateType"
1688 },
1689 "type": "array"
1690 },
1691 {
1692 "type": "null"
1693 }
1694 ],
1695 }
1696 },
1697 "type": "object"
1698 },
1699 "TaskRunFilterSubFlowRuns": {
1700 "additionalProperties": false,
1701 "properties": {
1702 "exists_": {
1703 "anyOf": [
1704 {
1705 "type": "boolean"
1706 },
1707 {
1708 "type": "null"
1709 }
1710 ],
1711 }
1712 },
1713 "type": "object"
1714 },
1715 "TaskRunFilterTags": {
1716 "additionalProperties": false,
1717 "properties": {
1718 "all_": {
1719 "anyOf": [
1720 {
1721 "items": {
1722 "type": "string"
1723 },
1724 "type": "array"
1725 },
1726 {
1727 "type": "null"
1728 }
1729 ],
1730 "examples": [
1731 [
1732 "tag-1",
1733 "tag-2"
1734 ]
1735 ],
1736 },
1737 "is_null_": {
1738 "anyOf": [
1739 {
1740 "type": "boolean"
1741 },
1742 {
1743 "type": "null"
1744 }
1745 ],
1746 },
1747 "operator": {
1748 "$ref": "#/components/schemas/Operator",
1749 }
1750 },
1751 "type": "object"
1752 }
1753 }
1754 }
1755}
Responses
seen average

200
Successful Response
1 11.42ms
422
Validation Error
819 2.42ms
default
Default
765 7.02ms
Examples
18 of 18 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json536 of 536 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_latest_artifacts_artifacts_latest_filter_post",
3 "components": {
4 "schemas": {
5 "ArtifactCollectionFilter": {
6 "additionalProperties": false,
7 "properties": {
8 "flow_run_id": {
9 "anyOf": [
10 {
11 "$ref": "#/components/schemas/ArtifactCollectionFilterFlowRunId"
12 },
13 {
14 "type": "null"
15 }
16 ],
17 },
18 "key": {
19 "anyOf": [
20 {
21 "$ref": "#/components/schemas/ArtifactCollectionFilterKey"
22 },
23 {
24 "type": "null"
25 }
26 ],
27 },
28 "latest_id": {
29 "anyOf": [
30 {
31 "$ref": "#/components/schemas/ArtifactCollectionFilterLatestId"
32 },
33 {
34 "type": "null"
35 }
36 ],
37 },
38 "operator": {
39 "$ref": "#/components/schemas/Operator",
40 },
41 "task_run_id": {
42 "anyOf": [
43 {
44 "$ref": "#/components/schemas/ArtifactCollectionFilterTaskRunId"
45 },
46 {
47 "type": "null"
48 }
49 ],
50 },
51 "type": {
52 "anyOf": [
53 {
54 "$ref": "#/components/schemas/ArtifactCollectionFilterType"
55 },
56 {
57 "type": "null"
58 }
59 ],
60 }
61 },
62 "type": "object"
63 },
64 "ArtifactCollectionFilterFlowRunId": {
65 "additionalProperties": false,
66 "properties": {
67 "any_": {
68 "anyOf": [
69 {
70 "items": {
71 "format": "uuid",
72 "type": "string"
73 },
74 "type": "array"
75 },
76 {
77 "type": "null"
78 }
79 ],
80 }
81 },
82 "type": "object"
83 },
84 "ArtifactCollectionFilterKey": {
85 "additionalProperties": false,
86 "properties": {
87 "any_": {
88 "anyOf": [
89 {
90 "items": {
91 "type": "string"
92 },
93 "type": "array"
94 },
95 {
96 "type": "null"
97 }
98 ],
99 },
100 "exists_": {
101 "anyOf": [
102 {
103 "type": "boolean"
104 },
105 {
106 "type": "null"
107 }
108 ],
109 },
110 "like_": {
111 "anyOf": [
112 {
113 "type": "string"
114 },
115 {
116 "type": "null"
117 }
118 ],
119 "examples": [
120 "my-artifact-%"
121 ],
122 }
123 },
124 "type": "object"
125 },
126 "ArtifactCollectionFilterLatestId": {
127 "additionalProperties": false,
128 "properties": {
129 "any_": {
130 "anyOf": [
131 {
132 "items": {
133 "format": "uuid",
134 "type": "string"
135 },
136 "type": "array"
137 },
138 {
139 "type": "null"
140 }
141 ],
142 }
143 },
144 "type": "object"
145 },
146 "ArtifactCollectionFilterTaskRunId": {
147 "additionalProperties": false,
148 "properties": {
149 "any_": {
150 "anyOf": [
151 {
152 "items": {
153 "format": "uuid",
154 "type": "string"
155 },
156 "type": "array"
157 },
158 {
159 "type": "null"
160 }
161 ],
162 }
163 },
164 "type": "object"
165 },
166 "ArtifactCollectionFilterType": {
167 "additionalProperties": false,
168 "properties": {
169 "any_": {
170 "anyOf": [
171 {
172 "items": {
173 "type": "string"
174 },
175 "type": "array"
176 },
177 {
178 "type": "null"
179 }
180 ],
181 },
182 "not_any_": {
183 "anyOf": [
184 {
185 "items": {
186 "type": "string"
187 },
188 "type": "array"
189 },
190 {
191 "type": "null"
192 }
193 ],
194 }
195 },
196 "type": "object"
197 },
198 "ArtifactCollectionSort": {
199 "enum": [
200 "CREATED_DESC",
201 "UPDATED_DESC",
202 "ID_DESC",
203 "KEY_DESC",
204 "KEY_ASC"
205 ],
206 "type": "string"
207 },
208 "Body_read_latest_artifacts_artifacts_latest_filter_post": {
209 "properties": {
210 "artifacts": {
211 "$ref": "#/components/schemas/ArtifactCollectionFilter"
212 },
213 "deployments": {
214 "$ref": "#/components/schemas/DeploymentFilter"
215 },
216 "flow_runs": {
217 "$ref": "#/components/schemas/FlowRunFilter"
218 },
219 "flows": {
220 "$ref": "#/components/schemas/FlowFilter"
221 },
222 "limit": {
223 "type": "integer"
224 },
225 "offset": {
226 "minimum": 0.0,
227 "type": "integer"
228 },
229 "sort": {
230 "$ref": "#/components/schemas/ArtifactCollectionSort",
231 },
232 "task_runs": {
233 "$ref": "#/components/schemas/TaskRunFilter"
234 }
235 },
236 "type": "object"
237 },
238 "DeploymentFilter": {
239 "additionalProperties": false,
240 "properties": {
241 "concurrency_limit": {
242 "anyOf": [
243 {
244 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
245 },
246 {
247 "type": "null"
248 }
249 ],
250 "deprecated": true,
251 },
252 "flow_or_deployment_name": {
253 "anyOf": [
254 {
255 "$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
256 },
257 {
258 "type": "null"
259 }
260 ],
261 },
262 "id": {
263 "anyOf": [
264 {
265 "$ref": "#/components/schemas/DeploymentFilterId"
266 },
267 {
268 "type": "null"
269 }
270 ],
271 },
272 "name": {
273 "anyOf": [
274 {
275 "$ref": "#/components/schemas/DeploymentFilterName"
276 },
277 {
278 "type": "null"
279 }
280 ],
281 },
282 "operator": {
283 "$ref": "#/components/schemas/Operator",
284 },
285 "paused": {
286 "anyOf": [
287 {
288 "$ref": "#/components/schemas/DeploymentFilterPaused"
289 },
290 {
291 "type": "null"
292 }
293 ],
294 },
295 "tags": {
296 "anyOf": [
297 {
298 "$ref": "#/components/schemas/DeploymentFilterTags"
299 },
300 {
301 "type": "null"
302 }
303 ],
304 },
305 "work_queue_name": {
306 "anyOf": [
307 {
308 "$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
309 },
310 {
311 "type": "null"
312 }
313 ],
314 }
315 },
316 "type": "object"
317 },
318 "DeploymentFilterConcurrencyLimit": {
319 "additionalProperties": false,
320 "properties": {
321 "ge_": {
322 "anyOf": [
323 {
324 "type": "integer"
325 },
326 {
327 "type": "null"
328 }
329 ],
330 },
331 "is_null_": {
332 "anyOf": [
333 {
334 "type": "boolean"
335 },
336 {
337 "type": "null"
338 }
339 ],
340 },
341 "le_": {
342 "anyOf": [
343 {
344 "type": "integer"
345 },
346 {
347 "type": "null"
348 }
349 ],
350 }
351 },
352 "type": "object"
353 },
354 "DeploymentFilterId": {
355 "additionalProperties": false,
356 "properties": {
357 "any_": {
358 "anyOf": [
359 {
360 "items": {
361 "format": "uuid",
362 "type": "string"
363 },
364 "type": "array"
365 },
366 {
367 "type": "null"
368 }
369 ],
370 },
371 "not_any_": {
372 "anyOf": [
373 {
374 "items": {
375 "format": "uuid",
376 "type": "string"
377 },
378 "type": "array"
379 },
380 {
381 "type": "null"
382 }
383 ],
384 }
385 },
386 "type": "object"
387 },
388 "DeploymentFilterName": {
389 "additionalProperties": false,
390 "properties": {
391 "any_": {
392 "anyOf": [
393 {
394 "items": {
395 "type": "string"
396 },
397 "type": "array"
398 },
399 {
400 "type": "null"
401 }
402 ],
403 "examples": [
404 [
405 "my-deployment-1",
406 "my-deployment-2"
407 ]
408 ],
409 },
410 "like_": {
411 "anyOf": [
412 {
413 "type": "string"
414 },
415 {
416 "type": "null"
417 }
418 ],
419 "examples": [
420 "marvin"
421 ],
422 }
423 },
424 "type": "object"
425 },
426 "DeploymentFilterPaused": {
427 "additionalProperties": false,
428 "properties": {
429 "eq_": {
430 "anyOf": [
431 {
432 "type": "boolean"
433 },
434 {
435 "type": "null"
436 }
437 ],
438 }
439 },
440 "type": "object"
441 },
442 "DeploymentFilterTags": {
443 "additionalProperties": false,
444 "properties": {
445 "all_": {
446 "anyOf": [
447 {
448 "items": {
449 "type": "string"
450 },
451 "type": "array"
452 },
453 {
454 "type": "null"
455 }
456 ],
457 "examples": [
458 [
459 "tag-1",
460 "tag-2"
461 ]
462 ],
463 },
464 "any_": {
465 "anyOf": [
466 {
467 "items": {
468 "type": "string"
469 },
470 "type": "array"
471 },
472 {
473 "type": "null"
474 }
475 ],
476 "examples": [
477 [
478 "tag-1",
479 "tag-2"
480 ]
481 ],
482 },
483 "is_null_": {
484 "anyOf": [
485 {
486 "type": "boolean"
487 },
488 {
489 "type": "null"
490 }
491 ],
492 },
493 "operator": {
494 "$ref": "#/components/schemas/Operator",
495 }
496 },
497 "type": "object"
498 },
499 "DeploymentFilterWorkQueueName": {
500 "additionalProperties": false,
501 "properties": {
502 "any_": {
503 "anyOf": [
504 {
505 "items": {
506 "type": "string"
507 },
508 "type": "array"
509 },
510 {
511 "type": "null"
512 }
513 ],
514 "examples": [
515 [
516 "work_queue_1",
517 "work_queue_2"
518 ]
519 ],
520 }
521 },
522 "type": "object"
523 },
524 "DeploymentOrFlowNameFilter": {
525 "additionalProperties": false,
526 "properties": {
527 "like_": {
528 "anyOf": [
529 {
530 "type": "string"
531 },
532 {
533 "type": "null"
534 }
535 ],
536 }
537 },
538 "type": "object"
539 },
540 "FlowFilter": {
541 "additionalProperties": false,
542 "properties": {
543 "deployment": {
544 "anyOf": [
545 {
546 "$ref": "#/components/schemas/FlowFilterDeployment"
547 },
548 {
549 "type": "null"
550 }
551 ],
552 },
553 "id": {
554 "anyOf": [
555 {
556 "$ref": "#/components/schemas/FlowFilterId"
557 },
558 {
559 "type": "null"
560 }
561 ],
562 },
563 "name": {
564 "anyOf": [
565 {
566 "$ref": "#/components/schemas/FlowFilterName"
567 },
568 {
569 "type": "null"
570 }
571 ],
572 },
573 "operator": {
574 "$ref": "#/components/schemas/Operator",
575 },
576 "tags": {
577 "anyOf": [
578 {
579 "$ref": "#/components/schemas/FlowFilterTags"
580 },
581 {
582 "type": "null"
583 }
584 ],
585 }
586 },
587 "type": "object"
588 },
589 "FlowFilterDeployment": {
590 "additionalProperties": false,
591 "properties": {
592 "is_null_": {
593 "anyOf": [
594 {
595 "type": "boolean"
596 },
597 {
598 "type": "null"
599 }
600 ],
601 },
602 "operator": {
603 "$ref": "#/components/schemas/Operator",
604 }
605 },
606 "type": "object"
607 },
608 "FlowFilterId": {
609 "additionalProperties": false,
610 "properties": {
611 "any_": {
612 "anyOf": [
613 {
614 "items": {
615 "format": "uuid",
616 "type": "string"
617 },
618 "type": "array"
619 },
620 {
621 "type": "null"
622 }
623 ],
624 }
625 },
626 "type": "object"
627 },
628 "FlowFilterName": {
629 "additionalProperties": false,
630 "properties": {
631 "any_": {
632 "anyOf": [
633 {
634 "items": {
635 "type": "string"
636 },
637 "type": "array"
638 },
639 {
640 "type": "null"
641 }
642 ],
643 "examples": [
644 [
645 "my-flow-1",
646 "my-flow-2"
647 ]
648 ],
649 },
650 "like_": {
651 "anyOf": [
652 {
653 "type": "string"
654 },
655 {
656 "type": "null"
657 }
658 ],
659 "examples": [
660 "marvin"
661 ],
662 }
663 },
664 "type": "object"
665 },
666 "FlowFilterTags": {
667 "additionalProperties": false,
668 "properties": {
669 "all_": {
670 "anyOf": [
671 {
672 "items": {
673 "type": "string"
674 },
675 "type": "array"
676 },
677 {
678 "type": "null"
679 }
680 ],
681 "examples": [
682 [
683 "tag-1",
684 "tag-2"
685 ]
686 ],
687 },
688 "is_null_": {
689 "anyOf": [
690 {
691 "type": "boolean"
692 },
693 {
694 "type": "null"
695 }
696 ],
697 },
698 "operator": {
699 "$ref": "#/components/schemas/Operator",
700 }
701 },
702 "type": "object"
703 },
704 "FlowRunFilter": {
705 "additionalProperties": false,
706 "properties": {
707 "deployment_id": {
708 "anyOf": [
709 {
710 "$ref": "#/components/schemas/FlowRunFilterDeploymentId"
711 },
712 {
713 "type": "null"
714 }
715 ],
716 },
717 "end_time": {
718 "anyOf": [
719 {
720 "$ref": "#/components/schemas/FlowRunFilterEndTime"
721 },
722 {
723 "type": "null"
724 }
725 ],
726 },
727 "expected_start_time": {
728 "anyOf": [
729 {
730 "$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
731 },
732 {
733 "type": "null"
734 }
735 ],
736 },
737 "flow_version": {
738 "anyOf": [
739 {
740 "$ref": "#/components/schemas/FlowRunFilterFlowVersion"
741 },
742 {
743 "type": "null"
744 }
745 ],
746 },
747 "id": {
748 "anyOf": [
749 {
750 "$ref": "#/components/schemas/FlowRunFilterId"
751 },
752 {
753 "type": "null"
754 }
755 ],
756 },
757 "idempotency_key": {
758 "anyOf": [
759 {
760 "$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
761 },
762 {
763 "type": "null"
764 }
765 ],
766 },
767 "name": {
768 "anyOf": [
769 {
770 "$ref": "#/components/schemas/FlowRunFilterName"
771 },
772 {
773 "type": "null"
774 }
775 ],
776 },
777 "next_scheduled_start_time": {
778 "anyOf": [
779 {
780 "$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
781 },
782 {
783 "type": "null"
784 }
785 ],
786 },
787 "operator": {
788 "$ref": "#/components/schemas/Operator",
789 },
790 "parent_flow_run_id": {
791 "anyOf": [
792 {
793 "$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
794 },
795 {
796 "type": "null"
797 }
798 ],
799 },
800 "parent_task_run_id": {
801 "anyOf": [
802 {
803 "$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
804 },
805 {
806 "type": "null"
807 }
808 ],
809 },
810 "start_time": {
811 "anyOf": [
812 {
813 "$ref": "#/components/schemas/FlowRunFilterStartTime"
814 },
815 {
816 "type": "null"
817 }
818 ],
819 },
820 "state": {
821 "anyOf": [
822 {
823 "$ref": "#/components/schemas/FlowRunFilterState"
824 },
825 {
826 "type": "null"
827 }
828 ],
829 },
830 "tags": {
831 "anyOf": [
832 {
833 "$ref": "#/components/schemas/FlowRunFilterTags"
834 },
835 {
836 "type": "null"
837 }
838 ],
839 },
840 "work_queue_name": {
841 "anyOf": [
842 {
843 "$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
844 },
845 {
846 "type": "null"
847 }
848 ],
849 }
850 },
851 "type": "object"
852 },
853 "FlowRunFilterDeploymentId": {
854 "additionalProperties": false,
855 "properties": {
856 "any_": {
857 "anyOf": [
858 {
859 "items": {
860 "format": "uuid",
861 "type": "string"
862 },
863 "type": "array"
864 },
865 {
866 "type": "null"
867 }
868 ],
869 },
870 "is_null_": {
871 "anyOf": [
872 {
873 "type": "boolean"
874 },
875 {
876 "type": "null"
877 }
878 ],
879 },
880 "operator": {
881 "$ref": "#/components/schemas/Operator",
882 }
883 },
884 "type": "object"
885 },
886 "FlowRunFilterEndTime": {
887 "additionalProperties": false,
888 "properties": {
889 "after_": {
890 "anyOf": [
891 {
892 "format": "date-time",
893 "type": "string"
894 },
895 {
896 "type": "null"
897 }
898 ],
899 },
900 "before_": {
901 "anyOf": [
902 {
903 "format": "date-time",
904 "type": "string"
905 },
906 {
907 "type": "null"
908 }
909 ],
910 },
911 "is_null_": {
912 "anyOf": [
913 {
914 "type": "boolean"
915 },
916 {
917 "type": "null"
918 }
919 ],
920 }
921 },
922 "type": "object"
923 },
924 "FlowRunFilterExpectedStartTime": {
925 "additionalProperties": false,
926 "properties": {
927 "after_": {
928 "anyOf": [
929 {
930 "format": "date-time",
931 "type": "string"
932 },
933 {
934 "type": "null"
935 }
936 ],
937 },
938 "before_": {
939 "anyOf": [
940 {
941 "format": "date-time",
942 "type": "string"
943 },
944 {
945 "type": "null"
946 }
947 ],
948 }
949 },
950 "type": "object"
951 },
952 "FlowRunFilterFlowVersion": {
953 "additionalProperties": false,
954 "properties": {
955 "any_": {
956 "anyOf": [
957 {
958 "items": {
959 "type": "string"
960 },
961 "type": "array"
962 },
963 {
964 "type": "null"
965 }
966 ],
967 }
968 },
969 "type": "object"
970 },
971 "FlowRunFilterId": {
972 "additionalProperties": false,
973 "properties": {
974 "any_": {
975 "anyOf": [
976 {
977 "items": {
978 "format": "uuid",
979 "type": "string"
980 },
981 "type": "array"
982 },
983 {
984 "type": "null"
985 }
986 ],
987 },
988 "not_any_": {
989 "anyOf": [
990 {
991 "items": {
992 "format": "uuid",
993 "type": "string"
994 },
995 "type": "array"
996 },
997 {
998 "type": "null"
999 }
1000 ],
1001 }
1002 },
1003 "type": "object"
1004 },
1005 "FlowRunFilterIdempotencyKey": {
1006 "additionalProperties": false,
1007 "properties": {
1008 "any_": {
1009 "anyOf": [
1010 {
1011 "items": {
1012 "type": "string"
1013 },
1014 "type": "array"
1015 },
1016 {
1017 "type": "null"
1018 }
1019 ],
1020 },
1021 "not_any_": {
1022 "anyOf": [
1023 {
1024 "items": {
1025 "type": "string"
1026 },
1027 "type": "array"
1028 },
1029 {
1030 "type": "null"
1031 }
1032 ],
1033 }
1034 },
1035 "type": "object"
1036 },
1037 "FlowRunFilterName": {
1038 "additionalProperties": false,
1039 "properties": {
1040 "any_": {
1041 "anyOf": [
1042 {
1043 "items": {
1044 "type": "string"
1045 },
1046 "type": "array"
1047 },
1048 {
1049 "type": "null"
1050 }
1051 ],
1052 "examples": [
1053 [
1054 "my-flow-run-1",
1055 "my-flow-run-2"
1056 ]
1057 ],
1058 },
1059 "like_": {
1060 "anyOf": [
1061 {
1062 "type": "string"
1063 },
1064 {
1065 "type": "null"
1066 }
1067 ],
1068 "examples": [
1069 "marvin"
1070 ],
1071 }
1072 },
1073 "type": "object"
1074 },
1075 "FlowRunFilterNextScheduledStartTime": {
1076 "additionalProperties": false,
1077 "properties": {
1078 "after_": {
1079 "anyOf": [
1080 {
1081 "format": "date-time",
1082 "type": "string"
1083 },
1084 {
1085 "type": "null"
1086 }
1087 ],
1088 },
1089 "before_": {
1090 "anyOf": [
1091 {
1092 "format": "date-time",
1093 "type": "string"
1094 },
1095 {
1096 "type": "null"
1097 }
1098 ],
1099 }
1100 },
1101 "type": "object"
1102 },
1103 "FlowRunFilterParentFlowRunId": {
1104 "additionalProperties": false,
1105 "properties": {
1106 "any_": {
1107 "anyOf": [
1108 {
1109 "items": {
1110 "format": "uuid",
1111 "type": "string"
1112 },
1113 "type": "array"
1114 },
1115 {
1116 "type": "null"
1117 }
1118 ],
1119 },
1120 "operator": {
1121 "$ref": "#/components/schemas/Operator",
1122 }
1123 },
1124 "type": "object"
1125 },
1126 "FlowRunFilterParentTaskRunId": {
1127 "additionalProperties": false,
1128 "properties": {
1129 "any_": {
1130 "anyOf": [
1131 {
1132 "items": {
1133 "format": "uuid",
1134 "type": "string"
1135 },
1136 "type": "array"
1137 },
1138 {
1139 "type": "null"
1140 }
1141 ],
1142 },
1143 "is_null_": {
1144 "anyOf": [
1145 {
1146 "type": "boolean"
1147 },
1148 {
1149 "type": "null"
1150 }
1151 ],
1152 },
1153 "operator": {
1154 "$ref": "#/components/schemas/Operator",
1155 }
1156 },
1157 "type": "object"
1158 },
1159 "FlowRunFilterStartTime": {
1160 "additionalProperties": false,
1161 "properties": {
1162 "after_": {
1163 "anyOf": [
1164 {
1165 "format": "date-time",
1166 "type": "string"
1167 },
1168 {
1169 "type": "null"
1170 }
1171 ],
1172 },
1173 "before_": {
1174 "anyOf": [
1175 {
1176 "format": "date-time",
1177 "type": "string"
1178 },
1179 {
1180 "type": "null"
1181 }
1182 ],
1183 },
1184 "is_null_": {
1185 "anyOf": [
1186 {
1187 "type": "boolean"
1188 },
1189 {
1190 "type": "null"
1191 }
1192 ],
1193 }
1194 },
1195 "type": "object"
1196 },
1197 "FlowRunFilterState": {
1198 "additionalProperties": false,
1199 "properties": {
1200 "name": {
1201 "anyOf": [
1202 {
1203 "$ref": "#/components/schemas/FlowRunFilterStateName"
1204 },
1205 {
1206 "type": "null"
1207 }
1208 ],
1209 },
1210 "operator": {
1211 "$ref": "#/components/schemas/Operator",
1212 },
1213 "type": {
1214 "anyOf": [
1215 {
1216 "$ref": "#/components/schemas/FlowRunFilterStateType"
1217 },
1218 {
1219 "type": "null"
1220 }
1221 ],
1222 }
1223 },
1224 "type": "object"
1225 },
1226 "FlowRunFilterStateName": {
1227 "additionalProperties": false,
1228 "properties": {
1229 "any_": {
1230 "anyOf": [
1231 {
1232 "items": {
1233 "type": "string"
1234 },
1235 "type": "array"
1236 },
1237 {
1238 "type": "null"
1239 }
1240 ],
1241 },
1242 "not_any_": {
1243 "anyOf": [
1244 {
1245 "items": {
1246 "type": "string"
1247 },
1248 "type": "array"
1249 },
1250 {
1251 "type": "null"
1252 }
1253 ],
1254 }
1255 },
1256 "type": "object"
1257 },
1258 "FlowRunFilterStateType": {
1259 "additionalProperties": false,
1260 "properties": {
1261 "any_": {
1262 "anyOf": [
1263 {
1264 "items": {
1265 "$ref": "#/components/schemas/StateType"
1266 },
1267 "type": "array"
1268 },
1269 {
1270 "type": "null"
1271 }
1272 ],
1273 },
1274 "not_any_": {
1275 "anyOf": [
1276 {
1277 "items": {
1278 "$ref": "#/components/schemas/StateType"
1279 },
1280 "type": "array"
1281 },
1282 {
1283 "type": "null"
1284 }
1285 ],
1286 }
1287 },
1288 "type": "object"
1289 },
1290 "FlowRunFilterTags": {
1291 "additionalProperties": false,
1292 "properties": {
1293 "all_": {
1294 "anyOf": [
1295 {
1296 "items": {
1297 "type": "string"
1298 },
1299 "type": "array"
1300 },
1301 {
1302 "type": "null"
1303 }
1304 ],
1305 "examples": [
1306 [
1307 "tag-1",
1308 "tag-2"
1309 ]
1310 ],
1311 },
1312 "any_": {
1313 "anyOf": [
1314 {
1315 "items": {
1316 "type": "string"
1317 },
1318 "type": "array"
1319 },
1320 {
1321 "type": "null"
1322 }
1323 ],
1324 "examples": [
1325 [
1326 "tag-1",
1327 "tag-2"
1328 ]
1329 ],
1330 },
1331 "is_null_": {
1332 "anyOf": [
1333 {
1334 "type": "boolean"
1335 },
1336 {
1337 "type": "null"
1338 }
1339 ],
1340 },
1341 "operator": {
1342 "$ref": "#/components/schemas/Operator",
1343 }
1344 },
1345 "type": "object"
1346 },
1347 "FlowRunFilterWorkQueueName": {
1348 "additionalProperties": false,
1349 "properties": {
1350 "any_": {
1351 "anyOf": [
1352 {
1353 "items": {
1354 "type": "string"
1355 },
1356 "type": "array"
1357 },
1358 {
1359 "type": "null"
1360 }
1361 ],
1362 "examples": [
1363 [
1364 "work_queue_1",
1365 "work_queue_2"
1366 ]
1367 ],
1368 },
1369 "is_null_": {
1370 "anyOf": [
1371 {
1372 "type": "boolean"
1373 },
1374 {
1375 "type": "null"
1376 }
1377 ],
1378 },
1379 "operator": {
1380 "$ref": "#/components/schemas/Operator",
1381 }
1382 },
1383 "type": "object"
1384 },
1385 "Operator": {
1386 "enum": [
1387 "and_",
1388 "or_"
1389 ],
1390 "type": "string"
1391 },
1392 "StateType": {
1393 "enum": [
1394 "SCHEDULED",
1395 "PENDING",
1396 "RUNNING",
1397 "COMPLETED",
1398 "FAILED",
1399 "CANCELLED",
1400 "CRASHED",
1401 "PAUSED",
1402 "CANCELLING"
1403 ],
1404 "type": "string"
1405 },
1406 "TaskRunFilter": {
1407 "additionalProperties": false,
1408 "properties": {
1409 "expected_start_time": {
1410 "anyOf": [
1411 {
1412 "$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1413 },
1414 {
1415 "type": "null"
1416 }
1417 ],
1418 },
1419 "flow_run_id": {
1420 "anyOf": [
1421 {
1422 "$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1423 },
1424 {
1425 "type": "null"
1426 }
1427 ],
1428 },
1429 "id": {
1430 "anyOf": [
1431 {
1432 "$ref": "#/components/schemas/TaskRunFilterId"
1433 },
1434 {
1435 "type": "null"
1436 }
1437 ],
1438 },
1439 "name": {
1440 "anyOf": [
1441 {
1442 "$ref": "#/components/schemas/TaskRunFilterName"
1443 },
1444 {
1445 "type": "null"
1446 }
1447 ],
1448 },
1449 "operator": {
1450 "$ref": "#/components/schemas/Operator",
1451 },
1452 "start_time": {
1453 "anyOf": [
1454 {
1455 "$ref": "#/components/schemas/TaskRunFilterStartTime"
1456 },
1457 {
1458 "type": "null"
1459 }
1460 ],
1461 },
1462 "state": {
1463 "anyOf": [
1464 {
1465 "$ref": "#/components/schemas/TaskRunFilterState"
1466 },
1467 {
1468 "type": "null"
1469 }
1470 ],
1471 },
1472 "subflow_runs": {
1473 "anyOf": [
1474 {
1475 "$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1476 },
1477 {
1478 "type": "null"
1479 }
1480 ],
1481 },
1482 "tags": {
1483 "anyOf": [
1484 {
1485 "$ref": "#/components/schemas/TaskRunFilterTags"
1486 },
1487 {
1488 "type": "null"
1489 }
1490 ],
1491 }
1492 },
1493 "type": "object"
1494 },
1495 "TaskRunFilterExpectedStartTime": {
1496 "additionalProperties": false,
1497 "properties": {
1498 "after_": {
1499 "anyOf": [
1500 {
1501 "format": "date-time",
1502 "type": "string"
1503 },
1504 {
1505 "type": "null"
1506 }
1507 ],
1508 },
1509 "before_": {
1510 "anyOf": [
1511 {
1512 "format": "date-time",
1513 "type": "string"
1514 },
1515 {
1516 "type": "null"
1517 }
1518 ],
1519 }
1520 },
1521 "type": "object"
1522 },
1523 "TaskRunFilterFlowRunId": {
1524 "additionalProperties": false,
1525 "properties": {
1526 "any_": {
1527 "anyOf": [
1528 {
1529 "items": {
1530 "format": "uuid",
1531 "type": "string"
1532 },
1533 "type": "array"
1534 },
1535 {
1536 "type": "null"
1537 }
1538 ],
1539 },
1540 "is_null_": {
1541 "anyOf": [
1542 {
1543 "type": "boolean"
1544 },
1545 {
1546 "type": "null"
1547 }
1548 ],
1549 },
1550 "operator": {
1551 "$ref": "#/components/schemas/Operator",
1552 }
1553 },
1554 "type": "object"
1555 },
1556 "TaskRunFilterId": {
1557 "additionalProperties": false,
1558 "properties": {
1559 "any_": {
1560 "anyOf": [
1561 {
1562 "items": {
1563 "format": "uuid",
1564 "type": "string"
1565 },
1566 "type": "array"
1567 },
1568 {
1569 "type": "null"
1570 }
1571 ],
1572 }
1573 },
1574 "type": "object"
1575 },
1576 "TaskRunFilterName": {
1577 "additionalProperties": false,
1578 "properties": {
1579 "any_": {
1580 "anyOf": [
1581 {
1582 "items": {
1583 "type": "string"
1584 },
1585 "type": "array"
1586 },
1587 {
1588 "type": "null"
1589 }
1590 ],
1591 "examples": [
1592 [
1593 "my-task-run-1",
1594 "my-task-run-2"
1595 ]
1596 ],
1597 },
1598 "like_": {
1599 "anyOf": [
1600 {
1601 "type": "string"
1602 },
1603 {
1604 "type": "null"
1605 }
1606 ],
1607 "examples": [
1608 "marvin"
1609 ],
1610 }
1611 },
1612 "type": "object"
1613 },
1614 "TaskRunFilterStartTime": {
1615 "additionalProperties": false,
1616 "properties": {
1617 "after_": {
1618 "anyOf": [
1619 {
1620 "format": "date-time",
1621 "type": "string"
1622 },
1623 {
1624 "type": "null"
1625 }
1626 ],
1627 },
1628 "before_": {
1629 "anyOf": [
1630 {
1631 "format": "date-time",
1632 "type": "string"
1633 },
1634 {
1635 "type": "null"
1636 }
1637 ],
1638 },
1639 "is_null_": {
1640 "anyOf": [
1641 {
1642 "type": "boolean"
1643 },
1644 {
1645 "type": "null"
1646 }
1647 ],
1648 }
1649 },
1650 "type": "object"
1651 },
1652 "TaskRunFilterState": {
1653 "additionalProperties": false,
1654 "properties": {
1655 "name": {
1656 "anyOf": [
1657 {
1658 "$ref": "#/components/schemas/TaskRunFilterStateName"
1659 },
1660 {
1661 "type": "null"
1662 }
1663 ],
1664 },
1665 "operator": {
1666 "$ref": "#/components/schemas/Operator",
1667 },
1668 "type": {
1669 "anyOf": [
1670 {
1671 "$ref": "#/components/schemas/TaskRunFilterStateType"
1672 },
1673 {
1674 "type": "null"
1675 }
1676 ],
1677 }
1678 },
1679 "type": "object"
1680 },
1681 "TaskRunFilterStateName": {
1682 "additionalProperties": false,
1683 "properties": {
1684 "any_": {
1685 "anyOf": [
1686 {
1687 "items": {
1688 "type": "string"
1689 },
1690 "type": "array"
1691 },
1692 {
1693 "type": "null"
1694 }
1695 ],
1696 }
1697 },
1698 "type": "object"
1699 },
1700 "TaskRunFilterStateType": {
1701 "additionalProperties": false,
1702 "properties": {
1703 "any_": {
1704 "anyOf": [
1705 {
1706 "items": {
1707 "$ref": "#/components/schemas/StateType"
1708 },
1709 "type": "array"
1710 },
1711 {
1712 "type": "null"
1713 }
1714 ],
1715 }
1716 },
1717 "type": "object"
1718 },
1719 "TaskRunFilterSubFlowRuns": {
1720 "additionalProperties": false,
1721 "properties": {
1722 "exists_": {
1723 "anyOf": [
1724 {
1725 "type": "boolean"
1726 },
1727 {
1728 "type": "null"
1729 }
1730 ],
1731 }
1732 },
1733 "type": "object"
1734 },
1735 "TaskRunFilterTags": {
1736 "additionalProperties": false,
1737 "properties": {
1738 "all_": {
1739 "anyOf": [
1740 {
1741 "items": {
1742 "type": "string"
1743 },
1744 "type": "array"
1745 },
1746 {
1747 "type": "null"
1748 }
1749 ],
1750 "examples": [
1751 [
1752 "tag-1",
1753 "tag-2"
1754 ]
1755 ],
1756 },
1757 "is_null_": {
1758 "anyOf": [
1759 {
1760 "type": "boolean"
1761 },
1762 {
1763 "type": "null"
1764 }
1765 ],
1766 },
1767 "operator": {
1768 "$ref": "#/components/schemas/Operator",
1769 }
1770 },
1771 "type": "object"
1772 }
1773 }
1774 }
1775}
Responses
seen average

200
Successful Response
1 11.43ms
422
Validation Error
915 2.30ms
default
Default
688 7.21ms
Examples
20 of 20 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
offset.default
 
0
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
sort.default
 
"ID_DESC"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
0 -
default
Default
506 4.74ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
506 4.34ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json13 of 14 keywords covered
1{
2 "$ref": "#/components/schemas/ArtifactUpdate",
3 "components": {
4 "schemas": {
5 "ArtifactUpdate": {
6 "additionalProperties": false,
7 "properties": {
8 "data": {
Negative tests not applicable
9
"anyOf": [
10 {
Negative tests not applicable
11
"additionalProperties": true,
12 "type": "object"
13 },
14 {},
15 {
16 "type": "null"
17 }
Negative tests not applicable
18
],
19 },
20 "description": {
21 "anyOf": [
22 {
23 "type": "string"
24 },
25 {
26 "type": "null"
27 }
28 ],
29 },
30 "metadata_": {
31 "anyOf": [
32 {
33 "additionalProperties": {
Missing negative tests
34
"type": "string"
35 },
36 "type": "object"
37 },
38 {
39 "type": "null"
40 }
41 ],
42 }
43 },
44 "type": "object"
45 }
46 }
47 }
48}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
14 1.65ms
default
Default
512 5.19ms
Path Parameters

key1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
501 6.00ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json217 of 280 keywords covered
1{
2 "$ref": "#/components/schemas/AutomationCreate",
3 "components": {
4 "schemas": {
5 "AutomationCreate": {
6 "additionalProperties": false,
7 "properties": {
8 "actions": {
9 "items": {
10 "anyOf": [
11 {
12 "$ref": "#/components/schemas/DoNothing"
13 },
14 {
15 "$ref": "#/components/schemas/RunDeployment"
16 },
17 {
18 "$ref": "#/components/schemas/PauseDeployment"
19 },
20 {
21 "$ref": "#/components/schemas/ResumeDeployment"
22 },
23 {
24 "$ref": "#/components/schemas/CancelFlowRun"
25 },
26 {
27 "$ref": "#/components/schemas/ChangeFlowRunState"
28 },
29 {
30 "$ref": "#/components/schemas/PauseWorkQueue"
31 },
32 {
33 "$ref": "#/components/schemas/ResumeWorkQueue"
34 },
35 {
36 "$ref": "#/components/schemas/SendNotification"
37 },
38 {
39 "$ref": "#/components/schemas/CallWebhook"
40 },
41 {
42 "$ref": "#/components/schemas/PauseAutomation"
43 },
44 {
45 "$ref": "#/components/schemas/ResumeAutomation"
46 },
47 {
48 "$ref": "#/components/schemas/SuspendFlowRun"
49 },
50 {
51 "$ref": "#/components/schemas/ResumeFlowRun"
52 },
53 {
54 "$ref": "#/components/schemas/PauseWorkPool"
55 },
56 {
57 "$ref": "#/components/schemas/ResumeWorkPool"
58 }
59 ]
60 },
61 "type": "array"
62 },
63 "actions_on_resolve": {
64 "items": {
65 "anyOf": [
66 {
67 "$ref": "#/components/schemas/DoNothing"
68 },
69 {
70 "$ref": "#/components/schemas/RunDeployment"
71 },
72 {
73 "$ref": "#/components/schemas/PauseDeployment"
74 },
75 {
76 "$ref": "#/components/schemas/ResumeDeployment"
77 },
78 {
79 "$ref": "#/components/schemas/CancelFlowRun"
80 },
81 {
82 "$ref": "#/components/schemas/ChangeFlowRunState"
83 },
84 {
85 "$ref": "#/components/schemas/PauseWorkQueue"
86 },
87 {
88 "$ref": "#/components/schemas/ResumeWorkQueue"
89 },
90 {
91 "$ref": "#/components/schemas/SendNotification"
92 },
93 {
94 "$ref": "#/components/schemas/CallWebhook"
95 },
96 {
97 "$ref": "#/components/schemas/PauseAutomation"
98 },
99 {
100 "$ref": "#/components/schemas/ResumeAutomation"
101 },
102 {
103 "$ref": "#/components/schemas/SuspendFlowRun"
104 },
105 {
106 "$ref": "#/components/schemas/ResumeFlowRun"
107 },
108 {
109 "$ref": "#/components/schemas/PauseWorkPool"
110 },
111 {
112 "$ref": "#/components/schemas/ResumeWorkPool"
113 }
114 ]
115 },
116 "type": "array"
117 },
118 "actions_on_trigger": {
119 "items": {
120 "anyOf": [
121 {
122 "$ref": "#/components/schemas/DoNothing"
123 },
124 {
125 "$ref": "#/components/schemas/RunDeployment"
126 },
127 {
128 "$ref": "#/components/schemas/PauseDeployment"
129 },
130 {
131 "$ref": "#/components/schemas/ResumeDeployment"
132 },
133 {
134 "$ref": "#/components/schemas/CancelFlowRun"
135 },
136 {
137 "$ref": "#/components/schemas/ChangeFlowRunState"
138 },
139 {
140 "$ref": "#/components/schemas/PauseWorkQueue"
141 },
142 {
143 "$ref": "#/components/schemas/ResumeWorkQueue"
144 },
145 {
146 "$ref": "#/components/schemas/SendNotification"
147 },
148 {
149 "$ref": "#/components/schemas/CallWebhook"
150 },
151 {
152 "$ref": "#/components/schemas/PauseAutomation"
153 },
154 {
155 "$ref": "#/components/schemas/ResumeAutomation"
156 },
157 {
158 "$ref": "#/components/schemas/SuspendFlowRun"
159 },
160 {
161 "$ref": "#/components/schemas/ResumeFlowRun"
162 },
163 {
164 "$ref": "#/components/schemas/PauseWorkPool"
165 },
166 {
167 "$ref": "#/components/schemas/ResumeWorkPool"
168 }
169 ]
170 },
171 "type": "array"
172 },
173 "description": {
174 "type": "string"
175 },
176 "enabled": {
177 "type": "boolean"
178 },
179 "name": {
180 "type": "string"
181 },
182 "owner_resource": {
183 "anyOf": [
184 {
185 "type": "string"
186 },
187 {
188 "type": "null"
189 }
190 ],
191 },
192 "tags": {
193 "items": {
194 "type": "string"
195 },
196 "type": "array"
197 },
198 "trigger": {
Missing negative tests
199
"anyOf": [
200 {
201 "$ref": "#/components/schemas/EventTrigger"
202 },
203 {
204 "$ref": "#/components/schemas/CompoundTrigger-Input"
205 },
206 {
207 "$ref": "#/components/schemas/SequenceTrigger-Input"
208 }
Missing negative tests
209
],
210 }
211 },
212 "required": [
213 "name",
214 "trigger",
215 "actions"
216 ],
217 "type": "object"
218 },
219 "CallWebhook": {
220 "properties": {
221 "block_document_id": {
222 "format": "uuid",
223 "type": "string"
224 },
225 "payload": {
226 "type": "string"
227 },
228 "type": {
229 "const": "call-webhook",
Missing negative tests
230
"type": "string"
231 }
232 },
233 "required": [
234 "block_document_id"
235 ],
236 "type": "object"
237 },
238 "CancelFlowRun": {
239 "properties": {
240 "type": {
241 "const": "cancel-flow-run",
Missing negative tests
242
"type": "string"
243 }
244 },
245 "type": "object"
246 },
247 "ChangeFlowRunState": {
248 "properties": {
249 "message": {
250 "anyOf": [
251 {
252 "type": "string"
253 },
254 {
255 "type": "null"
256 }
257 ],
258 },
259 "name": {
260 "anyOf": [
261 {
262 "type": "string"
263 },
264 {
265 "type": "null"
266 }
267 ],
268 },
269 "state": {
270 "$ref": "#/components/schemas/StateType",
271 },
272 "type": {
273 "const": "change-flow-run-state",
Missing negative tests
274
"type": "string"
275 }
276 },
277 "required": [
278 "state"
279 ],
280 "type": "object"
281 },
282 "CompoundTrigger-Input": {
283 "properties": {
284 "id": {
Missing negative tests
285
"format": "uuid",
Missing negative tests
286
"type": "string"
287 },
288 "require": {
Missing negative tests
289
"anyOf": [
290 {
291 "type": "integer"
292 },
293 {
294 "enum": [
295 "any",
296 "all"
297 ],
298 "type": "string"
299 }
Missing negative tests
300
],
301 },
302 "triggers": {
303 "items": {
Missing negative tests
304
"anyOf": [
305 {
306 "$ref": "#/components/schemas/EventTrigger"
307 },
308 {
309 "$ref": "#/components/schemas/CompoundTrigger-Input"
310 },
311 {
312 "$ref": "#/components/schemas/SequenceTrigger-Input"
313 }
Missing negative tests
314
]
315 },
Missing negative tests
316
"type": "array"
317 },
318 "type": {
319 "const": "compound",
Missing negative tests
320
"type": "string"
321 },
322 "within": {
Missing negative tests
323
"anyOf": [
324 {
325 "type": "number"
326 },
327 {
328 "type": "null"
329 }
Missing negative tests
330
],
331 }
332 },
333 "required": [
334 "triggers",
335 "within",
336 "require"
337 ],
Missing negative tests
338
"type": "object"
339 },
340 "DoNothing": {
341 "properties": {
342 "type": {
343 "const": "do-nothing",
Missing negative tests
344
"type": "string"
345 }
346 },
347 "type": "object"
348 },
349 "EventTrigger": {
350 "properties": {
351 "after": {
352 "items": {
Missing negative tests
353
"type": "string"
354 },
Missing negative tests
355
"type": "array",
Missing negative tests
356
"uniqueItems": true
357 },
358 "expect": {
359 "items": {
Missing negative tests
360
"type": "string"
361 },
Missing negative tests
362
"type": "array",
Missing negative tests
363
"uniqueItems": true
364 },
365 "for_each": {
366 "items": {
Missing negative tests
367
"type": "string"
368 },
Missing negative tests
369
"type": "array",
Missing negative tests
370
"uniqueItems": true
371 },
372 "id": {
Missing negative tests
373
"format": "uuid",
Missing negative tests
374
"type": "string"
375 },
376 "match": {
Missing negative tests
377
"$ref": "#/components/schemas/ResourceSpecification",
378 },
379 "match_related": {
Missing negative tests
380
"anyOf": [
381 {
382 "$ref": "#/components/schemas/ResourceSpecification"
383 },
384 {
385 "items": {
Missing negative tests
386
"$ref": "#/components/schemas/ResourceSpecification"
387 },
388 "type": "array"
389 }
Missing negative tests
390
],
391 },
392 "posture": {
Missing negative tests
393
"enum": [
394 "Reactive",
395 "Proactive"
Missing negative tests
396
],
Missing negative tests
397
"type": "string"
398 },
399 "threshold": {
Missing negative tests
400
"type": "integer"
401 },
402 "type": {
403 "const": "event",
Missing negative tests
404
"type": "string"
405 },
406 "within": {
407 "type": "number"
408 }
409 },
410 "required": [
411 "posture"
412 ],
Missing negative tests
413
"type": "object"
414 },
415 "PauseAutomation": {
416 "properties": {
417 "automation_id": {
418 "anyOf": [
419 {
420 "format": "uuid",
421 "type": "string"
422 },
423 {
424 "type": "null"
425 }
426 ],
427 },
428 "source": {
429 "enum": [
430 "selected",
431 "inferred"
432 ],
Missing negative tests
433
"type": "string"
434 },
435 "type": {
436 "const": "pause-automation",
Missing negative tests
437
"type": "string"
438 }
439 },
440 "type": "object"
441 },
442 "PauseDeployment": {
443 "properties": {
444 "deployment_id": {
445 "anyOf": [
446 {
447 "format": "uuid",
448 "type": "string"
449 },
450 {
451 "type": "null"
452 }
453 ],
454 },
455 "source": {
456 "enum": [
457 "selected",
458 "inferred"
459 ],
Missing negative tests
460
"type": "string"
461 },
462 "type": {
463 "const": "pause-deployment",
Missing negative tests
464
"type": "string"
465 }
466 },
467 "type": "object"
468 },
469 "PauseWorkPool": {
470 "properties": {
471 "source": {
472 "enum": [
473 "selected",
474 "inferred"
475 ],
Missing negative tests
476
"type": "string"
477 },
478 "type": {
479 "const": "pause-work-pool",
Missing negative tests
480
"type": "string"
481 },
482 "work_pool_id": {
483 "anyOf": [
484 {
485 "format": "uuid",
486 "type": "string"
487 },
488 {
489 "type": "null"
490 }
491 ],
492 }
493 },
494 "type": "object"
495 },
496 "PauseWorkQueue": {
497 "properties": {
498 "source": {
499 "enum": [
500 "selected",
501 "inferred"
502 ],
Missing negative tests
503
"type": "string"
504 },
505 "type": {
506 "const": "pause-work-queue",
Missing negative tests
507
"type": "string"
508 },
509 "work_queue_id": {
510 "anyOf": [
511 {
512 "format": "uuid",
513 "type": "string"
514 },
515 {
516 "type": "null"
517 }
518 ],
519 }
520 },
521 "type": "object"
522 },
523 "ResourceSpecification": {
524 "additionalProperties": {
Missing negative tests
525
"anyOf": [
526 {
527 "type": "string"
528 },
529 {
530 "items": {
Missing negative tests
531
"type": "string"
532 },
533 "type": "array"
534 }
Missing negative tests
535
]
536 },
537 "type": "object"
538 },
539 "ResumeAutomation": {
540 "properties": {
541 "automation_id": {
542 "anyOf": [
543 {
544 "format": "uuid",
545 "type": "string"
546 },
547 {
548 "type": "null"
549 }
550 ],
551 },
552 "source": {
553 "enum": [
554 "selected",
555 "inferred"
556 ],
Missing negative tests
557
"type": "string"
558 },
559 "type": {
560 "const": "resume-automation",
Missing negative tests
561
"type": "string"
562 }
563 },
564 "type": "object"
565 },
566 "ResumeDeployment": {
567 "properties": {
568 "deployment_id": {
569 "anyOf": [
570 {
571 "format": "uuid",
572 "type": "string"
573 },
574 {
575 "type": "null"
576 }
577 ],
578 },
579 "source": {
580 "enum": [
581 "selected",
582 "inferred"
583 ],
Missing negative tests
584
"type": "string"
585 },
586 "type": {
587 "const": "resume-deployment",
Missing negative tests
588
"type": "string"
589 }
590 },
591 "type": "object"
592 },
593 "ResumeFlowRun": {
594 "properties": {
595 "type": {
596 "const": "resume-flow-run",
Missing negative tests
597
"type": "string"
598 }
599 },
600 "type": "object"
601 },
602 "ResumeWorkPool": {
603 "properties": {
604 "source": {
605 "enum": [
606 "selected",
607 "inferred"
608 ],
Missing negative tests
609
"type": "string"
610 },
611 "type": {
612 "const": "resume-work-pool",
Missing negative tests
613
"type": "string"
614 },
615 "work_pool_id": {
616 "anyOf": [
617 {
618 "format": "uuid",
619 "type": "string"
620 },
621 {
622 "type": "null"
623 }
624 ],
625 }
626 },
627 "type": "object"
628 },
629 "ResumeWorkQueue": {
630 "properties": {
631 "source": {
632 "enum": [
633 "selected",
634 "inferred"
635 ],
Missing negative tests
636
"type": "string"
637 },
638 "type": {
639 "const": "resume-work-queue",
Missing negative tests
640
"type": "string"
641 },
642 "work_queue_id": {
643 "anyOf": [
644 {
645 "format": "uuid",
646 "type": "string"
647 },
648 {
649 "type": "null"
650 }
651 ],
652 }
653 },
654 "type": "object"
655 },
656 "RunDeployment": {
657 "properties": {
658 "deployment_id": {
659 "anyOf": [
660 {
661 "format": "uuid",
662 "type": "string"
663 },
664 {
665 "type": "null"
666 }
667 ],
668 },
669 "job_variables": {
670 "anyOf": [
671 {
Negative tests not applicable
672
"additionalProperties": true,
673 "type": "object"
674 },
675 {
676 "type": "null"
677 }
678 ],
679 },
680 "parameters": {
681 "anyOf": [
682 {
Negative tests not applicable
683
"additionalProperties": true,
684 "type": "object"
685 },
686 {
687 "type": "null"
688 }
689 ],
690 },
691 "schedule_after": {
692 "type": "number"
693 },
694 "source": {
695 "enum": [
696 "selected",
697 "inferred"
698 ],
Missing negative tests
699
"type": "string"
700 },
701 "type": {
702 "const": "run-deployment",
Missing negative tests
703
"type": "string"
704 }
705 },
706 "type": "object"
707 },
708 "SendNotification": {
709 "properties": {
710 "block_document_id": {
711 "format": "uuid",
712 "type": "string"
713 },
714 "body": {
715 "type": "string"
716 },
717 "subject": {
718 "type": "string"
719 },
720 "type": {
721 "const": "send-notification",
Missing negative tests
722
"type": "string"
723 }
724 },
725 "required": [
726 "block_document_id",
727 "body"
728 ],
729 "type": "object"
730 },
731 "SequenceTrigger-Input": {
732 "properties": {
733 "id": {
Missing negative tests
734
"format": "uuid",
Missing negative tests
735
"type": "string"
736 },
737 "triggers": {
738 "items": {
Missing negative tests
739
"anyOf": [
740 {
741 "$ref": "#/components/schemas/EventTrigger"
742 },
743 {
744 "$ref": "#/components/schemas/CompoundTrigger-Input"
745 },
746 {
747 "$ref": "#/components/schemas/SequenceTrigger-Input"
748 }
Missing negative tests
749
]
750 },
Missing negative tests
751
"type": "array"
752 },
753 "type": {
754 "const": "sequence",
Missing negative tests
755
"type": "string"
756 },
757 "within": {
Missing negative tests
758
"anyOf": [
759 {
760 "type": "number"
761 },
762 {
763 "type": "null"
764 }
Missing negative tests
765
],
766 }
767 },
768 "required": [
769 "triggers",
770 "within"
771 ],
Missing negative tests
772
"type": "object"
773 },
774 "StateType": {
775 "enum": [
776 "SCHEDULED",
777 "PENDING",
778 "RUNNING",
779 "COMPLETED",
780 "FAILED",
781 "CANCELLED",
782 "CRASHED",
783 "PAUSED",
784 "CANCELLING"
785 ],
Missing negative tests
786
"type": "string"
787 },
788 "SuspendFlowRun": {
789 "properties": {
790 "type": {
791 "const": "suspend-flow-run",
Missing negative tests
792
"type": "string"
793 }
794 },
795 "type": "object"
796 }
797 }
798 }
799}
Responses
seen average

201
Successful Response
0 -
422
Validation Error
531 7.64ms
default
Default
637 7.12ms
Examples
34 of 34 covered

Body: application/json
source.default
 
"selected"
 
type.default
 
"resume-work-pool"
 
type.default
 
"send-notification"
 
source.default
 
"selected"
 
source.default
 
"selected"
 
source.default
 
"selected"
 
description.default
 
""
 
subject.default
 
"Prefect automated notification"
 
source.default
 
"selected"
 
type.default
 
"suspend-flow-run"
 
type.default
 
"event"
 
type.default
 
"resume-work-queue"
 
type.default
 
"change-flow-run-state"
 
type.default
 
"pause-work-queue"
 
source.default
 
"selected"
 
type.default
 
"call-webhook"
 
type.default
 
"pause-work-pool"
 
source.default
 
"selected"
 
type.default
 
"pause-deployment"
 
type.default
 
"do-nothing"
 
type.default
 
"resume-deployment"
 
source.default
 
"selected"
 
type.default
 
"sequence"
 
type.default
 
"pause-automation"
 
type.default
 
"compound"
 
threshold.default
 
1
 
type.default
 
"cancel-flow-run"
 
source.default
 
"selected"
 
within.default
 
0.0
 
type.default
 
"resume-automation"
 
payload.default
 
""
 
type.default
 
"resume-flow-run"
 
enabled.default
 
true
 
type.default
 
"run-deployment"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
36 3.15ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json52 of 52 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_automations_automations_filter_post",
3 "components": {
4 "schemas": {
5 "AutomationFilter": {
6 "additionalProperties": false,
7 "properties": {
8 "created": {
9 "anyOf": [
10 {
11 "$ref": "#/components/schemas/AutomationFilterCreated"
12 },
13 {
14 "type": "null"
15 }
16 ],
17 },
18 "name": {
19 "anyOf": [
20 {
21 "$ref": "#/components/schemas/AutomationFilterName"
22 },
23 {
24 "type": "null"
25 }
26 ],
27 },
28 "operator": {
29 "$ref": "#/components/schemas/Operator",
30 },
31 "tags": {
32 "anyOf": [
33 {
34 "$ref": "#/components/schemas/AutomationFilterTags"
35 },
36 {
37 "type": "null"
38 }
39 ],
40 }
41 },
42 "type": "object"
43 },
44 "AutomationFilterCreated": {
45 "additionalProperties": false,
46 "properties": {
47 "before_": {
48 "anyOf": [
49 {
50 "format": "date-time",
51 "type": "string"
52 },
53 {
54 "type": "null"
55 }
56 ],
57 }
58 },
59 "type": "object"
60 },
61 "AutomationFilterName": {
62 "additionalProperties": false,
63 "properties": {
64 "any_": {
65 "anyOf": [
66 {
67 "items": {
68 "type": "string"
69 },
70 "type": "array"
71 },
72 {
73 "type": "null"
74 }
75 ],
76 }
77 },
78 "type": "object"
79 },
80 "AutomationFilterTags": {
81 "additionalProperties": false,
82 "properties": {
83 "all_": {
84 "anyOf": [
85 {
86 "items": {
87 "type": "string"
88 },
89 "type": "array"
90 },
91 {
92 "type": "null"
93 }
94 ],
95 "examples": [
96 [
97 "tag-1",
98 "tag-2"
99 ]
100 ],
101 },
102 "any_": {
103 "anyOf": [
104 {
105 "items": {
106 "type": "string"
107 },
108 "type": "array"
109 },
110 {
111 "type": "null"
112 }
113 ],
114 "examples": [
115 [
116 "tag-1",
117 "tag-2"
118 ]
119 ],
120 },
121 "is_null_": {
122 "anyOf": [
123 {
124 "type": "boolean"
125 },
126 {
127 "type": "null"
128 }
129 ],
130 },
131 "operator": {
132 "$ref": "#/components/schemas/Operator",
133 }
134 },
135 "type": "object"
136 },
137 "AutomationSort": {
138 "enum": [
139 "CREATED_DESC",
140 "UPDATED_DESC",
141 "NAME_ASC",
142 "NAME_DESC"
143 ],
144 "type": "string"
145 },
146 "Body_read_automations_automations_filter_post": {
147 "properties": {
148 "automations": {
149 "anyOf": [
150 {
151 "$ref": "#/components/schemas/AutomationFilter"
152 },
153 {
154 "type": "null"
155 }
156 ]
157 },
158 "limit": {
159 "type": "integer"
160 },
161 "offset": {
162 "minimum": 0.0,
163 "type": "integer"
164 },
165 "sort": {
166 "$ref": "#/components/schemas/AutomationSort",
167 }
168 },
169 "type": "object"
170 },
171 "Operator": {
172 "enum": [
173 "and_",
174 "or_"
175 ],
176 "type": "string"
177 }
178 }
179 }
180}
Responses
seen average

200
Successful Response
1 5.81ms
422
Validation Error
158 1.55ms
default
Default
457 5.01ms
Examples
4 of 4 covered

Body: application/json
offset.default
 
0
 
sort.default
 
"NAME_ASC"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Path Parameters

resource_id1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

202
Successful Response
1 4.85ms
422
Validation Error
0 -
default
Default
502 6.66ms
Path Parameters

resource_id1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
1 3.64ms
422
Validation Error
0 -
default
Default
502 5.87ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json1 of 1 keywords covered
1{
2 "type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
4 1.30ms
default
Default
502 1.20ms
Examples
1 of 1 covered

Body: application/json
example
 
""
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
0 -
default
Default
506 4.40ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
506 4.52ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json4 of 4 keywords covered
1{
2 "$ref": "#/components/schemas/AutomationPartialUpdate",
3 "components": {
4 "schemas": {
5 "AutomationPartialUpdate": {
6 "additionalProperties": false,
7 "properties": {
8 "enabled": {
9 "type": "boolean"
10 }
11 },
12 "type": "object"
13 }
14 }
15 }
16}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
10 1.40ms
default
Default
507 4.81ms
Examples
1 of 1 covered

Body: application/json
enabled.default
 
true
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json214 of 277 keywords covered
1{
2 "$ref": "#/components/schemas/AutomationUpdate",
3 "components": {
4 "schemas": {
5 "AutomationUpdate": {
6 "additionalProperties": false,
7 "properties": {
8 "actions": {
9 "items": {
10 "anyOf": [
11 {
12 "$ref": "#/components/schemas/DoNothing"
13 },
14 {
15 "$ref": "#/components/schemas/RunDeployment"
16 },
17 {
18 "$ref": "#/components/schemas/PauseDeployment"
19 },
20 {
21 "$ref": "#/components/schemas/ResumeDeployment"
22 },
23 {
24 "$ref": "#/components/schemas/CancelFlowRun"
25 },
26 {
27 "$ref": "#/components/schemas/ChangeFlowRunState"
28 },
29 {
30 "$ref": "#/components/schemas/PauseWorkQueue"
31 },
32 {
33 "$ref": "#/components/schemas/ResumeWorkQueue"
34 },
35 {
36 "$ref": "#/components/schemas/SendNotification"
37 },
38 {
39 "$ref": "#/components/schemas/CallWebhook"
40 },
41 {
42 "$ref": "#/components/schemas/PauseAutomation"
43 },
44 {
45 "$ref": "#/components/schemas/ResumeAutomation"
46 },
47 {
48 "$ref": "#/components/schemas/SuspendFlowRun"
49 },
50 {
51 "$ref": "#/components/schemas/ResumeFlowRun"
52 },
53 {
54 "$ref": "#/components/schemas/PauseWorkPool"
55 },
56 {
57 "$ref": "#/components/schemas/ResumeWorkPool"
58 }
59 ]
60 },
61 "type": "array"
62 },
63 "actions_on_resolve": {
64 "items": {
65 "anyOf": [
66 {
67 "$ref": "#/components/schemas/DoNothing"
68 },
69 {
70 "$ref": "#/components/schemas/RunDeployment"
71 },
72 {
73 "$ref": "#/components/schemas/PauseDeployment"
74 },
75 {
76 "$ref": "#/components/schemas/ResumeDeployment"
77 },
78 {
79 "$ref": "#/components/schemas/CancelFlowRun"
80 },
81 {
82 "$ref": "#/components/schemas/ChangeFlowRunState"
83 },
84 {
85 "$ref": "#/components/schemas/PauseWorkQueue"
86 },
87 {
88 "$ref": "#/components/schemas/ResumeWorkQueue"
89 },
90 {
91 "$ref": "#/components/schemas/SendNotification"
92 },
93 {
94 "$ref": "#/components/schemas/CallWebhook"
95 },
96 {
97 "$ref": "#/components/schemas/PauseAutomation"
98 },
99 {
100 "$ref": "#/components/schemas/ResumeAutomation"
101 },
102 {
103 "$ref": "#/components/schemas/SuspendFlowRun"
104 },
105 {
106 "$ref": "#/components/schemas/ResumeFlowRun"
107 },
108 {
109 "$ref": "#/components/schemas/PauseWorkPool"
110 },
111 {
112 "$ref": "#/components/schemas/ResumeWorkPool"
113 }
114 ]
115 },
116 "type": "array"
117 },
118 "actions_on_trigger": {
119 "items": {
120 "anyOf": [
121 {
122 "$ref": "#/components/schemas/DoNothing"
123 },
124 {
125 "$ref": "#/components/schemas/RunDeployment"
126 },
127 {
128 "$ref": "#/components/schemas/PauseDeployment"
129 },
130 {
131 "$ref": "#/components/schemas/ResumeDeployment"
132 },
133 {
134 "$ref": "#/components/schemas/CancelFlowRun"
135 },
136 {
137 "$ref": "#/components/schemas/ChangeFlowRunState"
138 },
139 {
140 "$ref": "#/components/schemas/PauseWorkQueue"
141 },
142 {
143 "$ref": "#/components/schemas/ResumeWorkQueue"
144 },
145 {
146 "$ref": "#/components/schemas/SendNotification"
147 },
148 {
149 "$ref": "#/components/schemas/CallWebhook"
150 },
151 {
152 "$ref": "#/components/schemas/PauseAutomation"
153 },
154 {
155 "$ref": "#/components/schemas/ResumeAutomation"
156 },
157 {
158 "$ref": "#/components/schemas/SuspendFlowRun"
159 },
160 {
161 "$ref": "#/components/schemas/ResumeFlowRun"
162 },
163 {
164 "$ref": "#/components/schemas/PauseWorkPool"
165 },
166 {
167 "$ref": "#/components/schemas/ResumeWorkPool"
168 }
169 ]
170 },
171 "type": "array"
172 },
173 "description": {
174 "type": "string"
175 },
176 "enabled": {
177 "type": "boolean"
178 },
179 "name": {
180 "type": "string"
181 },
182 "tags": {
183 "items": {
184 "type": "string"
185 },
186 "type": "array"
187 },
188 "trigger": {
Missing negative tests
189
"anyOf": [
190 {
191 "$ref": "#/components/schemas/EventTrigger"
192 },
193 {
194 "$ref": "#/components/schemas/CompoundTrigger-Input"
195 },
196 {
197 "$ref": "#/components/schemas/SequenceTrigger-Input"
198 }
Missing negative tests
199
],
200 }
201 },
202 "required": [
203 "name",
204 "trigger",
205 "actions"
206 ],
207 "type": "object"
208 },
209 "CallWebhook": {
210 "properties": {
211 "block_document_id": {
212 "format": "uuid",
213 "type": "string"
214 },
215 "payload": {
216 "type": "string"
217 },
218 "type": {
219 "const": "call-webhook",
Missing negative tests
220
"type": "string"
221 }
222 },
223 "required": [
224 "block_document_id"
225 ],
226 "type": "object"
227 },
228 "CancelFlowRun": {
229 "properties": {
230 "type": {
231 "const": "cancel-flow-run",
Missing negative tests
232
"type": "string"
233 }
234 },
235 "type": "object"
236 },
237 "ChangeFlowRunState": {
238 "properties": {
239 "message": {
240 "anyOf": [
241 {
242 "type": "string"
243 },
244 {
245 "type": "null"
246 }
247 ],
248 },
249 "name": {
250 "anyOf": [
251 {
252 "type": "string"
253 },
254 {
255 "type": "null"
256 }
257 ],
258 },
259 "state": {
260 "$ref": "#/components/schemas/StateType",
261 },
262 "type": {
263 "const": "change-flow-run-state",
Missing negative tests
264
"type": "string"
265 }
266 },
267 "required": [
268 "state"
269 ],
270 "type": "object"
271 },
272 "CompoundTrigger-Input": {
273 "properties": {
274 "id": {
Missing negative tests
275
"format": "uuid",
Missing negative tests
276
"type": "string"
277 },
278 "require": {
Missing negative tests
279
"anyOf": [
280 {
281 "type": "integer"
282 },
283 {
284 "enum": [
285 "any",
286 "all"
287 ],
288 "type": "string"
289 }
Missing negative tests
290
],
291 },
292 "triggers": {
293 "items": {
Missing negative tests
294
"anyOf": [
295 {
296 "$ref": "#/components/schemas/EventTrigger"
297 },
298 {
299 "$ref": "#/components/schemas/CompoundTrigger-Input"
300 },
301 {
302 "$ref": "#/components/schemas/SequenceTrigger-Input"
303 }
Missing negative tests
304
]
305 },
Missing negative tests
306
"type": "array"
307 },
308 "type": {
309 "const": "compound",
Missing negative tests
310
"type": "string"
311 },
312 "within": {
Missing negative tests
313
"anyOf": [
314 {
315 "type": "number"
316 },
317 {
318 "type": "null"
319 }
Missing negative tests
320
],
321 }
322 },
323 "required": [
324 "triggers",
325 "within",
326 "require"
327 ],
Missing negative tests
328
"type": "object"
329 },
330 "DoNothing": {
331 "properties": {
332 "type": {
333 "const": "do-nothing",
Missing negative tests
334
"type": "string"
335 }
336 },
337 "type": "object"
338 },
339 "EventTrigger": {
340 "properties": {
341 "after": {
342 "items": {
Missing negative tests
343
"type": "string"
344 },
Missing negative tests
345
"type": "array",
Missing negative tests
346
"uniqueItems": true
347 },
348 "expect": {
349 "items": {
Missing negative tests
350
"type": "string"
351 },
Missing negative tests
352
"type": "array",
Missing negative tests
353
"uniqueItems": true
354 },
355 "for_each": {
356 "items": {
Missing negative tests
357
"type": "string"
358 },
Missing negative tests
359
"type": "array",
Missing negative tests
360
"uniqueItems": true
361 },
362 "id": {
Missing negative tests
363
"format": "uuid",
Missing negative tests
364
"type": "string"
365 },
366 "match": {
Missing negative tests
367
"$ref": "#/components/schemas/ResourceSpecification",
368 },
369 "match_related": {
Missing negative tests
370
"anyOf": [
371 {
372 "$ref": "#/components/schemas/ResourceSpecification"
373 },
374 {
375 "items": {
Missing negative tests
376
"$ref": "#/components/schemas/ResourceSpecification"
377 },
378 "type": "array"
379 }
Missing negative tests
380
],
381 },
382 "posture": {
Missing negative tests
383
"enum": [
384 "Reactive",
385 "Proactive"
Missing negative tests
386
],
Missing negative tests
387
"type": "string"
388 },
389 "threshold": {
Missing negative tests
390
"type": "integer"
391 },
392 "type": {
393 "const": "event",
Missing negative tests
394
"type": "string"
395 },
396 "within": {
397 "type": "number"
398 }
399 },
400 "required": [
401 "posture"
402 ],
Missing negative tests
403
"type": "object"
404 },
405 "PauseAutomation": {
406 "properties": {
407 "automation_id": {
408 "anyOf": [
409 {
410 "format": "uuid",
411 "type": "string"
412 },
413 {
414 "type": "null"
415 }
416 ],
417 },
418 "source": {
419 "enum": [
420 "selected",
421 "inferred"
422 ],
Missing negative tests
423
"type": "string"
424 },
425 "type": {
426 "const": "pause-automation",
Missing negative tests
427
"type": "string"
428 }
429 },
430 "type": "object"
431 },
432 "PauseDeployment": {
433 "properties": {
434 "deployment_id": {
435 "anyOf": [
436 {
437 "format": "uuid",
438 "type": "string"
439 },
440 {
441 "type": "null"
442 }
443 ],
444 },
445 "source": {
446 "enum": [
447 "selected",
448 "inferred"
449 ],
Missing negative tests
450
"type": "string"
451 },
452 "type": {
453 "const": "pause-deployment",
Missing negative tests
454
"type": "string"
455 }
456 },
457 "type": "object"
458 },
459 "PauseWorkPool": {
460 "properties": {
461 "source": {
462 "enum": [
463 "selected",
464 "inferred"
465 ],
Missing negative tests
466
"type": "string"
467 },
468 "type": {
469 "const": "pause-work-pool",
Missing negative tests
470
"type": "string"
471 },
472 "work_pool_id": {
473 "anyOf": [
474 {
475 "format": "uuid",
476 "type": "string"
477 },
478 {
479 "type": "null"
480 }
481 ],
482 }
483 },
484 "type": "object"
485 },
486 "PauseWorkQueue": {
487 "properties": {
488 "source": {
489 "enum": [
490 "selected",
491 "inferred"
492 ],
Missing negative tests
493
"type": "string"
494 },
495 "type": {
496 "const": "pause-work-queue",
Missing negative tests
497
"type": "string"
498 },
499 "work_queue_id": {
500 "anyOf": [
501 {
502 "format": "uuid",
503 "type": "string"
504 },
505 {
506 "type": "null"
507 }
508 ],
509 }
510 },
511 "type": "object"
512 },
513 "ResourceSpecification": {
514 "additionalProperties": {
Missing negative tests
515
"anyOf": [
516 {
517 "type": "string"
518 },
519 {
520 "items": {
Missing negative tests
521
"type": "string"
522 },
523 "type": "array"
524 }
Missing negative tests
525
]
526 },
527 "type": "object"
528 },
529 "ResumeAutomation": {
530 "properties": {
531 "automation_id": {
532 "anyOf": [
533 {
534 "format": "uuid",
535 "type": "string"
536 },
537 {
538 "type": "null"
539 }
540 ],
541 },
542 "source": {
543 "enum": [
544 "selected",
545 "inferred"
546 ],
Missing negative tests
547
"type": "string"
548 },
549 "type": {
550 "const": "resume-automation",
Missing negative tests
551
"type": "string"
552 }
553 },
554 "type": "object"
555 },
556 "ResumeDeployment": {
557 "properties": {
558 "deployment_id": {
559 "anyOf": [
560 {
561 "format": "uuid",
562 "type": "string"
563 },
564 {
565 "type": "null"
566 }
567 ],
568 },
569 "source": {
570 "enum": [
571 "selected",
572 "inferred"
573 ],
Missing negative tests
574
"type": "string"
575 },
576 "type": {
577 "const": "resume-deployment",
Missing negative tests
578
"type": "string"
579 }
580 },
581 "type": "object"
582 },
583 "ResumeFlowRun": {
584 "properties": {
585 "type": {
586 "const": "resume-flow-run",
Missing negative tests
587
"type": "string"
588 }
589 },
590 "type": "object"
591 },
592 "ResumeWorkPool": {
593 "properties": {
594 "source": {
595 "enum": [
596 "selected",
597 "inferred"
598 ],
Missing negative tests
599
"type": "string"
600 },
601 "type": {
602 "const": "resume-work-pool",
Missing negative tests
603
"type": "string"
604 },
605 "work_pool_id": {
606 "anyOf": [
607 {
608 "format": "uuid",
609 "type": "string"
610 },
611 {
612 "type": "null"
613 }
614 ],
615 }
616 },
617 "type": "object"
618 },
619 "ResumeWorkQueue": {
620 "properties": {
621 "source": {
622 "enum": [
623 "selected",
624 "inferred"
625 ],
Missing negative tests
626
"type": "string"
627 },
628 "type": {
629 "const": "resume-work-queue",
Missing negative tests
630
"type": "string"
631 },
632 "work_queue_id": {
633 "anyOf": [
634 {
635 "format": "uuid",
636 "type": "string"
637 },
638 {
639 "type": "null"
640 }
641 ],
642 }
643 },
644 "type": "object"
645 },
646 "RunDeployment": {
647 "properties": {
648 "deployment_id": {
649 "anyOf": [
650 {
651 "format": "uuid",
652 "type": "string"
653 },
654 {
655 "type": "null"
656 }
657 ],
658 },
659 "job_variables": {
660 "anyOf": [
661 {
Negative tests not applicable
662
"additionalProperties": true,
663 "type": "object"
664 },
665 {
666 "type": "null"
667 }
668 ],
669 },
670 "parameters": {
671 "anyOf": [
672 {
Negative tests not applicable
673
"additionalProperties": true,
674 "type": "object"
675 },
676 {
677 "type": "null"
678 }
679 ],
680 },
681 "schedule_after": {
682 "type": "number"
683 },
684 "source": {
685 "enum": [
686 "selected",
687 "inferred"
688 ],
Missing negative tests
689
"type": "string"
690 },
691 "type": {
692 "const": "run-deployment",
Missing negative tests
693
"type": "string"
694 }
695 },
696 "type": "object"
697 },
698 "SendNotification": {
699 "properties": {
700 "block_document_id": {
701 "format": "uuid",
702 "type": "string"
703 },
704 "body": {
705 "type": "string"
706 },
707 "subject": {
708 "type": "string"
709 },
710 "type": {
711 "const": "send-notification",
Missing negative tests
712
"type": "string"
713 }
714 },
715 "required": [
716 "block_document_id",
717 "body"
718 ],
719 "type": "object"
720 },
721 "SequenceTrigger-Input": {
722 "properties": {
723 "id": {
Missing negative tests
724
"format": "uuid",
Missing negative tests
725
"type": "string"
726 },
727 "triggers": {
728 "items": {
Missing negative tests
729
"anyOf": [
730 {
731 "$ref": "#/components/schemas/EventTrigger"
732 },
733 {
734 "$ref": "#/components/schemas/CompoundTrigger-Input"
735 },
736 {
737 "$ref": "#/components/schemas/SequenceTrigger-Input"
738 }
Missing negative tests
739
]
740 },
Missing negative tests
741
"type": "array"
742 },
743 "type": {
744 "const": "sequence",
Missing negative tests
745
"type": "string"
746 },
747 "within": {
Missing negative tests
748
"anyOf": [
749 {
750 "type": "number"
751 },
752 {
753 "type": "null"
754 }
Missing negative tests
755
],
756 }
757 },
758 "required": [
759 "triggers",
760 "within"
761 ],
Missing negative tests
762
"type": "object"
763 },
764 "StateType": {
765 "enum": [
766 "SCHEDULED",
767 "PENDING",
768 "RUNNING",
769 "COMPLETED",
770 "FAILED",
771 "CANCELLED",
772 "CRASHED",
773 "PAUSED",
774 "CANCELLING"
775 ],
Missing negative tests
776
"type": "string"
777 },
778 "SuspendFlowRun": {
779 "properties": {
780 "type": {
781 "const": "suspend-flow-run",
Missing negative tests
782
"type": "string"
783 }
784 },
785 "type": "object"
786 }
787 }
788 }
789}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
510 7.72ms
default
Default
660 6.49ms
Examples
34 of 34 covered

Body: application/json
subject.default
 
"Prefect automated notification"
 
source.default
 
"selected"
 
type.default
 
"pause-work-pool"
 
type.default
 
"send-notification"
 
within.default
 
0.0
 
type.default
 
"change-flow-run-state"
 
source.default
 
"selected"
 
source.default
 
"selected"
 
type.default
 
"cancel-flow-run"
 
type.default
 
"resume-work-queue"
 
type.default
 
"pause-deployment"
 
source.default
 
"selected"
 
type.default
 
"compound"
 
type.default
 
"resume-flow-run"
 
type.default
 
"resume-automation"
 
threshold.default
 
1
 
type.default
 
"resume-deployment"
 
type.default
 
"do-nothing"
 
type.default
 
"resume-work-pool"
 
payload.default
 
""
 
source.default
 
"selected"
 
source.default
 
"selected"
 
source.default
 
"selected"
 
type.default
 
"call-webhook"
 
description.default
 
""
 
source.default
 
"selected"
 
type.default
 
"run-deployment"
 
type.default
 
"suspend-flow-run"
 
source.default
 
"selected"
 
type.default
 
"event"
 
type.default
 
"sequence"
 
type.default
 
"pause-work-queue"
 
enabled.default
 
true
 
type.default
 
"pause-automation"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
1 2.61ms
422
Validation Error
0 -
default
Default
24 4.16ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json15 of 15 keywords covered
1{
2 "$ref": "#/components/schemas/BlockDocumentCreate",
3 "components": {
4 "schemas": {
5 "BlockDocumentCreate": {
6 "additionalProperties": false,
7 "properties": {
8 "block_schema_id": {
9 "format": "uuid",
10 "type": "string"
11 },
12 "block_type_id": {
13 "format": "uuid",
14 "type": "string"
15 },
16 "data": {
Negative tests not applicable
17
"additionalProperties": true,
18 "type": "object"
19 },
20 "is_anonymous": {
21 "type": "boolean"
22 },
23 "name": {
24 "anyOf": [
25 {
26 "pattern": "^[^/%&><]+$",
27 "type": "string"
28 },
29 {
30 "type": "null"
31 }
32 ],
33 }
34 },
35 "required": [
36 "block_schema_id",
37 "block_type_id"
38 ],
39 "type": "object"
40 }
41 }
42 }
43}
Responses
seen average

201
Successful Response
0 -
422
Validation Error
354 2.39ms
default
Default
191 2.48ms
Examples
1 of 1 covered

Body: application/json
is_anonymous.default
 
false
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json117 of 117 keywords covered
1{
2 "$ref": "#/components/schemas/Body_count_block_documents_block_documents_count_post",
3 "components": {
4 "schemas": {
5 "BlockDocumentFilter": {
6 "additionalProperties": false,
7 "properties": {
8 "block_type_id": {
9 "anyOf": [
10 {
11 "$ref": "#/components/schemas/BlockDocumentFilterBlockTypeId"
12 },
13 {
14 "type": "null"
15 }
16 ],
17 },
18 "id": {
19 "anyOf": [
20 {
21 "$ref": "#/components/schemas/BlockDocumentFilterId"
22 },
23 {
24 "type": "null"
25 }
26 ],
27 },
28 "is_anonymous": {
29 "anyOf": [
30 {
31 "$ref": "#/components/schemas/BlockDocumentFilterIsAnonymous"
32 },
33 {
34 "type": "null"
35 }
36 ],
37 },
38 "name": {
39 "anyOf": [
40 {
41 "$ref": "#/components/schemas/BlockDocumentFilterName"
42 },
43 {
44 "type": "null"
45 }
46 ],
47 },
48 "operator": {
49 "$ref": "#/components/schemas/Operator",
50 }
51 },
52 "type": "object"
53 },
54 "BlockDocumentFilterBlockTypeId": {
55 "additionalProperties": false,
56 "properties": {
57 "any_": {
58 "anyOf": [
59 {
60 "items": {
61 "format": "uuid",
62 "type": "string"
63 },
64 "type": "array"
65 },
66 {
67 "type": "null"
68 }
69 ],
70 }
71 },
72 "type": "object"
73 },
74 "BlockDocumentFilterId": {
75 "additionalProperties": false,
76 "properties": {
77 "any_": {
78 "anyOf": [
79 {
80 "items": {
81 "format": "uuid",
82 "type": "string"
83 },
84 "type": "array"
85 },
86 {
87 "type": "null"
88 }
89 ],
90 }
91 },
92 "type": "object"
93 },
94 "BlockDocumentFilterIsAnonymous": {
95 "additionalProperties": false,
96 "properties": {
97 "eq_": {
98 "anyOf": [
99 {
100 "type": "boolean"
101 },
102 {
103 "type": "null"
104 }
105 ],
106 }
107 },
108 "type": "object"
109 },
110 "BlockDocumentFilterName": {
111 "additionalProperties": false,
112 "properties": {
113 "any_": {
114 "anyOf": [
115 {
116 "items": {
117 "type": "string"
118 },
119 "type": "array"
120 },
121 {
122 "type": "null"
123 }
124 ],
125 },
126 "like_": {
127 "anyOf": [
128 {
129 "type": "string"
130 },
131 {
132 "type": "null"
133 }
134 ],
135 "examples": [
136 "my-block%"
137 ],
138 }
139 },
140 "type": "object"
141 },
142 "BlockSchemaFilter": {
143 "additionalProperties": false,
144 "properties": {
145 "block_capabilities": {
146 "anyOf": [
147 {
148 "$ref": "#/components/schemas/BlockSchemaFilterCapabilities"
149 },
150 {
151 "type": "null"
152 }
153 ],
154 },
155 "block_type_id": {
156 "anyOf": [
157 {
158 "$ref": "#/components/schemas/BlockSchemaFilterBlockTypeId"
159 },
160 {
161 "type": "null"
162 }
163 ],
164 },
165 "id": {
166 "anyOf": [
167 {
168 "$ref": "#/components/schemas/BlockSchemaFilterId"
169 },
170 {
171 "type": "null"
172 }
173 ],
174 },
175 "operator": {
176 "$ref": "#/components/schemas/Operator",
177 },
178 "version": {
179 "anyOf": [
180 {
181 "$ref": "#/components/schemas/BlockSchemaFilterVersion"
182 },
183 {
184 "type": "null"
185 }
186 ],
187 }
188 },
189 "type": "object"
190 },
191 "BlockSchemaFilterBlockTypeId": {
192 "additionalProperties": false,
193 "properties": {
194 "any_": {
195 "anyOf": [
196 {
197 "items": {
198 "format": "uuid",
199 "type": "string"
200 },
201 "type": "array"
202 },
203 {
204 "type": "null"
205 }
206 ],
207 }
208 },
209 "type": "object"
210 },
211 "BlockSchemaFilterCapabilities": {
212 "additionalProperties": false,
213 "properties": {
214 "all_": {
215 "anyOf": [
216 {
217 "items": {
218 "type": "string"
219 },
220 "type": "array"
221 },
222 {
223 "type": "null"
224 }
225 ],
226 "examples": [
227 [
228 "write-storage",
229 "read-storage"
230 ]
231 ],
232 }
233 },
234 "type": "object"
235 },
236 "BlockSchemaFilterId": {
237 "additionalProperties": false,
238 "properties": {
239 "any_": {
240 "anyOf": [
241 {
242 "items": {
243 "format": "uuid",
244 "type": "string"
245 },
246 "type": "array"
247 },
248 {
249 "type": "null"
250 }
251 ],
252 }
253 },
254 "type": "object"
255 },
256 "BlockSchemaFilterVersion": {
257 "additionalProperties": false,
258 "properties": {
259 "any_": {
260 "anyOf": [
261 {
262 "items": {
263 "type": "string"
264 },
265 "type": "array"
266 },
267 {
268 "type": "null"
269 }
270 ],
271 "examples": [
272 [
273 "2.0.0",
274 "2.1.0"
275 ]
276 ],
277 }
278 },
279 "type": "object"
280 },
281 "BlockTypeFilter": {
282 "additionalProperties": false,
283 "properties": {
284 "name": {
285 "anyOf": [
286 {
287 "$ref": "#/components/schemas/BlockTypeFilterName"
288 },
289 {
290 "type": "null"
291 }
292 ],
293 },
294 "slug": {
295 "anyOf": [
296 {
297 "$ref": "#/components/schemas/BlockTypeFilterSlug"
298 },
299 {
300 "type": "null"
301 }
302 ],
303 }
304 },
305 "type": "object"
306 },
307 "BlockTypeFilterName": {
308 "additionalProperties": false,
309 "properties": {
310 "like_": {
311 "anyOf": [
312 {
313 "type": "string"
314 },
315 {
316 "type": "null"
317 }
318 ],
319 "examples": [
320 "marvin"
321 ],
322 }
323 },
324 "type": "object"
325 },
326 "BlockTypeFilterSlug": {
327 "additionalProperties": false,
328 "properties": {
329 "any_": {
330 "anyOf": [
331 {
332 "items": {
333 "type": "string"
334 },
335 "type": "array"
336 },
337 {
338 "type": "null"
339 }
340 ],
341 }
342 },
343 "type": "object"
344 },
345 "Body_count_block_documents_block_documents_count_post": {
346 "properties": {
347 "block_documents": {
348 "anyOf": [
349 {
350 "$ref": "#/components/schemas/BlockDocumentFilter"
351 },
352 {
353 "type": "null"
354 }
355 ]
356 },
357 "block_schemas": {
358 "anyOf": [
359 {
360 "$ref": "#/components/schemas/BlockSchemaFilter"
361 },
362 {
363 "type": "null"
364 }
365 ]
366 },
367 "block_types": {
368 "anyOf": [
369 {
370 "$ref": "#/components/schemas/BlockTypeFilter"
371 },
372 {
373 "type": "null"
374 }
375 ]
376 }
377 },
378 "type": "object"
379 },
380 "Operator": {
381 "enum": [
382 "and_",
383 "or_"
384 ],
385 "type": "string"
386 }
387 }
388 }
389}
Responses
seen average

200
Successful Response
1 6.13ms
422
Validation Error
174 1.46ms
default
Default
542 5.28ms
Examples
3 of 3 covered

Body: application/json
is_anonymous.default
 
{
"eq_": false
}
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json126 of 126 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_block_documents_block_documents_filter_post",
3 "components": {
4 "schemas": {
5 "BlockDocumentFilter": {
6 "additionalProperties": false,
7 "properties": {
8 "block_type_id": {
9 "anyOf": [
10 {
11 "$ref": "#/components/schemas/BlockDocumentFilterBlockTypeId"
12 },
13 {
14 "type": "null"
15 }
16 ],
17 },
18 "id": {
19 "anyOf": [
20 {
21 "$ref": "#/components/schemas/BlockDocumentFilterId"
22 },
23 {
24 "type": "null"
25 }
26 ],
27 },
28 "is_anonymous": {
29 "anyOf": [
30 {
31 "$ref": "#/components/schemas/BlockDocumentFilterIsAnonymous"
32 },
33 {
34 "type": "null"
35 }
36 ],
37 },
38 "name": {
39 "anyOf": [
40 {
41 "$ref": "#/components/schemas/BlockDocumentFilterName"
42 },
43 {
44 "type": "null"
45 }
46 ],
47 },
48 "operator": {
49 "$ref": "#/components/schemas/Operator",
50 }
51 },
52 "type": "object"
53 },
54 "BlockDocumentFilterBlockTypeId": {
55 "additionalProperties": false,
56 "properties": {
57 "any_": {
58 "anyOf": [
59 {
60 "items": {
61 "format": "uuid",
62 "type": "string"
63 },
64 "type": "array"
65 },
66 {
67 "type": "null"
68 }
69 ],
70 }
71 },
72 "type": "object"
73 },
74 "BlockDocumentFilterId": {
75 "additionalProperties": false,
76 "properties": {
77 "any_": {
78 "anyOf": [
79 {
80 "items": {
81 "format": "uuid",
82 "type": "string"
83 },
84 "type": "array"
85 },
86 {
87 "type": "null"
88 }
89 ],
90 }
91 },
92 "type": "object"
93 },
94 "BlockDocumentFilterIsAnonymous": {
95 "additionalProperties": false,
96 "properties": {
97 "eq_": {
98 "anyOf": [
99 {
100 "type": "boolean"
101 },
102 {
103 "type": "null"
104 }
105 ],
106 }
107 },
108 "type": "object"
109 },
110 "BlockDocumentFilterName": {
111 "additionalProperties": false,
112 "properties": {
113 "any_": {
114 "anyOf": [
115 {
116 "items": {
117 "type": "string"
118 },
119 "type": "array"
120 },
121 {
122 "type": "null"
123 }
124 ],
125 },
126 "like_": {
127 "anyOf": [
128 {
129 "type": "string"
130 },
131 {
132 "type": "null"
133 }
134 ],
135 "examples": [
136 "my-block%"
137 ],
138 }
139 },
140 "type": "object"
141 },
142 "BlockDocumentSort": {
143 "enum": [
144 "NAME_DESC",
145 "NAME_ASC",
146 "BLOCK_TYPE_AND_NAME_ASC"
147 ],
148 "type": "string"
149 },
150 "BlockSchemaFilter": {
151 "additionalProperties": false,
152 "properties": {
153 "block_capabilities": {
154 "anyOf": [
155 {
156 "$ref": "#/components/schemas/BlockSchemaFilterCapabilities"
157 },
158 {
159 "type": "null"
160 }
161 ],
162 },
163 "block_type_id": {
164 "anyOf": [
165 {
166 "$ref": "#/components/schemas/BlockSchemaFilterBlockTypeId"
167 },
168 {
169 "type": "null"
170 }
171 ],
172 },
173 "id": {
174 "anyOf": [
175 {
176 "$ref": "#/components/schemas/BlockSchemaFilterId"
177 },
178 {
179 "type": "null"
180 }
181 ],
182 },
183 "operator": {
184 "$ref": "#/components/schemas/Operator",
185 },
186 "version": {
187 "anyOf": [
188 {
189 "$ref": "#/components/schemas/BlockSchemaFilterVersion"
190 },
191 {
192 "type": "null"
193 }
194 ],
195 }
196 },
197 "type": "object"
198 },
199 "BlockSchemaFilterBlockTypeId": {
200 "additionalProperties": false,
201 "properties": {
202 "any_": {
203 "anyOf": [
204 {
205 "items": {
206 "format": "uuid",
207 "type": "string"
208 },
209 "type": "array"
210 },
211 {
212 "type": "null"
213 }
214 ],
215 }
216 },
217 "type": "object"
218 },
219 "BlockSchemaFilterCapabilities": {
220 "additionalProperties": false,
221 "properties": {
222 "all_": {
223 "anyOf": [
224 {
225 "items": {
226 "type": "string"
227 },
228 "type": "array"
229 },
230 {
231 "type": "null"
232 }
233 ],
234 "examples": [
235 [
236 "write-storage",
237 "read-storage"
238 ]
239 ],
240 }
241 },
242 "type": "object"
243 },
244 "BlockSchemaFilterId": {
245 "additionalProperties": false,
246 "properties": {
247 "any_": {
248 "anyOf": [
249 {
250 "items": {
251 "format": "uuid",
252 "type": "string"
253 },
254 "type": "array"
255 },
256 {
257 "type": "null"
258 }
259 ],
260 }
261 },
262 "type": "object"
263 },
264 "BlockSchemaFilterVersion": {
265 "additionalProperties": false,
266 "properties": {
267 "any_": {
268 "anyOf": [
269 {
270 "items": {
271 "type": "string"
272 },
273 "type": "array"
274 },
275 {
276 "type": "null"
277 }
278 ],
279 "examples": [
280 [
281 "2.0.0",
282 "2.1.0"
283 ]
284 ],
285 }
286 },
287 "type": "object"
288 },
289 "BlockTypeFilter": {
290 "additionalProperties": false,
291 "properties": {
292 "name": {
293 "anyOf": [
294 {
295 "$ref": "#/components/schemas/BlockTypeFilterName"
296 },
297 {
298 "type": "null"
299 }
300 ],
301 },
302 "slug": {
303 "anyOf": [
304 {
305 "$ref": "#/components/schemas/BlockTypeFilterSlug"
306 },
307 {
308 "type": "null"
309 }
310 ],
311 }
312 },
313 "type": "object"
314 },
315 "BlockTypeFilterName": {
316 "additionalProperties": false,
317 "properties": {
318 "like_": {
319 "anyOf": [
320 {
321 "type": "string"
322 },
323 {
324 "type": "null"
325 }
326 ],
327 "examples": [
328 "marvin"
329 ],
330 }
331 },
332 "type": "object"
333 },
334 "BlockTypeFilterSlug": {
335 "additionalProperties": false,
336 "properties": {
337 "any_": {
338 "anyOf": [
339 {
340 "items": {
341 "type": "string"
342 },
343 "type": "array"
344 },
345 {
346 "type": "null"
347 }
348 ],
349 }
350 },
351 "type": "object"
352 },
353 "Body_read_block_documents_block_documents_filter_post": {
354 "properties": {
355 "block_documents": {
356 "anyOf": [
357 {
358 "$ref": "#/components/schemas/BlockDocumentFilter"
359 },
360 {
361 "type": "null"
362 }
363 ]
364 },
365 "block_schemas": {
366 "anyOf": [
367 {
368 "$ref": "#/components/schemas/BlockSchemaFilter"
369 },
370 {
371 "type": "null"
372 }
373 ]
374 },
375 "block_types": {
376 "anyOf": [
377 {
378 "$ref": "#/components/schemas/BlockTypeFilter"
379 },
380 {
381 "type": "null"
382 }
383 ]
384 },
385 "include_secrets": {
386 "type": "boolean"
387 },
388 "limit": {
389 "type": "integer"
390 },
391 "offset": {
392 "minimum": 0.0,
393 "type": "integer"
394 },
395 "sort": {
396 "anyOf": [
397 {
398 "$ref": "#/components/schemas/BlockDocumentSort"
399 },
400 {
401 "type": "null"
402 }
403 ],
404 }
405 },
406 "type": "object"
407 },
408 "Operator": {
409 "enum": [
410 "and_",
411 "or_"
412 ],
413 "type": "string"
414 }
415 }
416 }
417}
Responses
seen average

200
Successful Response
1 13.02ms
422
Validation Error
255 1.83ms
default
Default
495 5.64ms
Examples
6 of 6 covered

Body: application/json
operator.default
 
"and_"
 
offset.default
 
0
 
is_anonymous.default
 
{
"eq_": false
}
 
include_secrets.default
 
false
 
operator.default
 
"and_"
 
sort.default
 
"NAME_ASC"
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
0 -
default
Default
506 4.49ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Query Parameters

include_secrets1 of 1 keywords covered
1{
2 "type": "boolean"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
3 1.46ms
default
Default
507 5.29ms
Examples
1 of 1 covered

Query
include_secrets
 
false
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json10 of 10 keywords covered
1{
2 "$ref": "#/components/schemas/BlockDocumentUpdate",
3 "components": {
4 "schemas": {
5 "BlockDocumentUpdate": {
6 "additionalProperties": false,
7 "properties": {
8 "block_schema_id": {
9 "anyOf": [
10 {
11 "format": "uuid",
12 "type": "string"
13 },
14 {
15 "type": "null"
16 }
17 ],
18 },
19 "data": {
Negative tests not applicable
20
"additionalProperties": true,
21 "type": "object"
22 },
23 "merge_existing_data": {
24 "type": "boolean"
25 }
26 },
27 "type": "object"
28 }
29 }
30 }
31}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
19 1.41ms
default
Default
510 4.66ms
Examples
1 of 1 covered

Body: application/json
merge_existing_data.default
 
true
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json11 of 11 keywords covered
1{
2 "$ref": "#/components/schemas/BlockSchemaCreate",
3 "components": {
4 "schemas": {
5 "BlockSchemaCreate": {
6 "additionalProperties": false,
7 "properties": {
8 "block_type_id": {
9 "format": "uuid",
10 "type": "string"
11 },
12 "capabilities": {
13 "items": {
14 "type": "string"
15 },
16 "type": "array"
17 },
18 "fields": {
Negative tests not applicable
19
"additionalProperties": true,
20 "type": "object"
21 },
22 "version": {
23 "type": "string"
24 }
25 },
26 "required": [
27 "block_type_id"
28 ],
29 "type": "object"
30 }
31 }
32 }
33}
Responses
seen average

201
Successful Response
0 -
422
Validation Error
33 1.34ms
default
Default
511 4.72ms
Examples
1 of 1 covered

Body: application/json
version.default
 
"non-versioned"
 
Path Parameters

checksum1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Query Parameters

version3 of 3 keywords covered
1{
Negative tests not applicable
2
"anyOf": [
3 {
Negative tests not applicable
4
"type": "string"
5 },
6 {
7 "type": "null"
8 }
Negative tests not applicable
9
],
10}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
504 7.70ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json52 of 52 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_block_schemas_block_schemas_filter_post",
3 "components": {
4 "schemas": {
5 "BlockSchemaFilter": {
6 "additionalProperties": false,
7 "properties": {
8 "block_capabilities": {
9 "anyOf": [
10 {
11 "$ref": "#/components/schemas/BlockSchemaFilterCapabilities"
12 },
13 {
14 "type": "null"
15 }
16 ],
17 },
18 "block_type_id": {
19 "anyOf": [
20 {
21 "$ref": "#/components/schemas/BlockSchemaFilterBlockTypeId"
22 },
23 {
24 "type": "null"
25 }
26 ],
27 },
28 "id": {
29 "anyOf": [
30 {
31 "$ref": "#/components/schemas/BlockSchemaFilterId"
32 },
33 {
34 "type": "null"
35 }
36 ],
37 },
38 "operator": {
39 "$ref": "#/components/schemas/Operator",
40 },
41 "version": {
42 "anyOf": [
43 {
44 "$ref": "#/components/schemas/BlockSchemaFilterVersion"
45 },
46 {
47 "type": "null"
48 }
49 ],
50 }
51 },
52 "type": "object"
53 },
54 "BlockSchemaFilterBlockTypeId": {
55 "additionalProperties": false,
56 "properties": {
57 "any_": {
58 "anyOf": [
59 {
60 "items": {
61 "format": "uuid",
62 "type": "string"
63 },
64 "type": "array"
65 },
66 {
67 "type": "null"
68 }
69 ],
70 }
71 },
72 "type": "object"
73 },
74 "BlockSchemaFilterCapabilities": {
75 "additionalProperties": false,
76 "properties": {
77 "all_": {
78 "anyOf": [
79 {
80 "items": {
81 "type": "string"
82 },
83 "type": "array"
84 },
85 {
86 "type": "null"
87 }
88 ],
89 "examples": [
90 [
91 "write-storage",
92 "read-storage"
93 ]
94 ],
95 }
96 },
97 "type": "object"
98 },
99 "BlockSchemaFilterId": {
100 "additionalProperties": false,
101 "properties": {
102 "any_": {
103 "anyOf": [
104 {
105 "items": {
106 "format": "uuid",
107 "type": "string"
108 },
109 "type": "array"
110 },
111 {
112 "type": "null"
113 }
114 ],
115 }
116 },
117 "type": "object"
118 },
119 "BlockSchemaFilterVersion": {
120 "additionalProperties": false,
121 "properties": {
122 "any_": {
123 "anyOf": [
124 {
125 "items": {
126 "type": "string"
127 },
128 "type": "array"
129 },
130 {
131 "type": "null"
132 }
133 ],
134 "examples": [
135 [
136 "2.0.0",
137 "2.1.0"
138 ]
139 ],
140 }
141 },
142 "type": "object"
143 },
144 "Body_read_block_schemas_block_schemas_filter_post": {
145 "properties": {
146 "block_schemas": {
147 "anyOf": [
148 {
149 "$ref": "#/components/schemas/BlockSchemaFilter"
150 },
151 {
152 "type": "null"
153 }
154 ]
155 },
156 "limit": {
157 "type": "integer"
158 },
159 "offset": {
160 "minimum": 0.0,
161 "type": "integer"
162 }
163 },
164 "type": "object"
165 },
166 "Operator": {
167 "enum": [
168 "and_",
169 "or_"
170 ],
171 "type": "string"
172 }
173 }
174 }
175}
Responses
seen average

200
Successful Response
1 8.98ms
422
Validation Error
158 1.62ms
default
Default
457 5.20ms
Examples
2 of 2 covered

Body: application/json
operator.default
 
"and_"
 
offset.default
 
0
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
0 -
default
Default
506 5.51ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
506 5.30ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json19 of 19 keywords covered
1{
2 "$ref": "#/components/schemas/BlockTypeCreate",
3 "components": {
4 "schemas": {
5 "BlockTypeCreate": {
6 "additionalProperties": false,
7 "properties": {
8 "code_example": {
9 "anyOf": [
10 {
11 "type": "string"
12 },
13 {
14 "type": "null"
15 }
16 ],
17 },
18 "description": {
19 "anyOf": [
20 {
21 "type": "string"
22 },
23 {
24 "type": "null"
25 }
26 ],
27 },
28 "documentation_url": {
29 "anyOf": [
30 {
31 "type": "string"
32 },
33 {
34 "type": "null"
35 }
36 ],
37 },
38 "logo_url": {
39 "anyOf": [
40 {
41 "type": "string"
42 },
43 {
44 "type": "null"
45 }
46 ],
47 },
48 "name": {
49 "pattern": "^[^/%&><]+$",
50 "type": "string"
51 },
52 "slug": {
53 "type": "string"
54 }
55 },
56 "required": [
57 "name",
58 "slug"
59 ],
60 "type": "object"
61 }
62 }
63 }
64}
Responses
seen average

201
Successful Response
0 -
422
Validation Error
327 1.65ms
default
Default
225 4.04ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json74 of 74 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_block_types_block_types_filter_post",
3 "components": {
4 "schemas": {
5 "BlockSchemaFilter": {
6 "additionalProperties": false,
7 "properties": {
8 "block_capabilities": {
9 "anyOf": [
10 {
11 "$ref": "#/components/schemas/BlockSchemaFilterCapabilities"
12 },
13 {
14 "type": "null"
15 }
16 ],
17 },
18 "block_type_id": {
19 "anyOf": [
20 {
21 "$ref": "#/components/schemas/BlockSchemaFilterBlockTypeId"
22 },
23 {
24 "type": "null"
25 }
26 ],
27 },
28 "id": {
29 "anyOf": [
30 {
31 "$ref": "#/components/schemas/BlockSchemaFilterId"
32 },
33 {
34 "type": "null"
35 }
36 ],
37 },
38 "operator": {
39 "$ref": "#/components/schemas/Operator",
40 },
41 "version": {
42 "anyOf": [
43 {
44 "$ref": "#/components/schemas/BlockSchemaFilterVersion"
45 },
46 {
47 "type": "null"
48 }
49 ],
50 }
51 },
52 "type": "object"
53 },
54 "BlockSchemaFilterBlockTypeId": {
55 "additionalProperties": false,
56 "properties": {
57 "any_": {
58 "anyOf": [
59 {
60 "items": {
61 "format": "uuid",
62 "type": "string"
63 },
64 "type": "array"
65 },
66 {
67 "type": "null"
68 }
69 ],
70 }
71 },
72 "type": "object"
73 },
74 "BlockSchemaFilterCapabilities": {
75 "additionalProperties": false,
76 "properties": {
77 "all_": {
78 "anyOf": [
79 {
80 "items": {
81 "type": "string"
82 },
83 "type": "array"
84 },
85 {
86 "type": "null"
87 }
88 ],
89 "examples": [
90 [
91 "write-storage",
92 "read-storage"
93 ]
94 ],
95 }
96 },
97 "type": "object"
98 },
99 "BlockSchemaFilterId": {
100 "additionalProperties": false,
101 "properties": {
102 "any_": {
103 "anyOf": [
104 {
105 "items": {
106 "format": "uuid",
107 "type": "string"
108 },
109 "type": "array"
110 },
111 {
112 "type": "null"
113 }
114 ],
115 }
116 },
117 "type": "object"
118 },
119 "BlockSchemaFilterVersion": {
120 "additionalProperties": false,
121 "properties": {
122 "any_": {
123 "anyOf": [
124 {
125 "items": {
126 "type": "string"
127 },
128 "type": "array"
129 },
130 {
131 "type": "null"
132 }
133 ],
134 "examples": [
135 [
136 "2.0.0",
137 "2.1.0"
138 ]
139 ],
140 }
141 },
142 "type": "object"
143 },
144 "BlockTypeFilter": {
145 "additionalProperties": false,
146 "properties": {
147 "name": {
148 "anyOf": [
149 {
150 "$ref": "#/components/schemas/BlockTypeFilterName"
151 },
152 {
153 "type": "null"
154 }
155 ],
156 },
157 "slug": {
158 "anyOf": [
159 {
160 "$ref": "#/components/schemas/BlockTypeFilterSlug"
161 },
162 {
163 "type": "null"
164 }
165 ],
166 }
167 },
168 "type": "object"
169 },
170 "BlockTypeFilterName": {
171 "additionalProperties": false,
172 "properties": {
173 "like_": {
174 "anyOf": [
175 {
176 "type": "string"
177 },
178 {
179 "type": "null"
180 }
181 ],
182 "examples": [
183 "marvin"
184 ],
185 }
186 },
187 "type": "object"
188 },
189 "BlockTypeFilterSlug": {
190 "additionalProperties": false,
191 "properties": {
192 "any_": {
193 "anyOf": [
194 {
195 "items": {
196 "type": "string"
197 },
198 "type": "array"
199 },
200 {
201 "type": "null"
202 }
203 ],
204 }
205 },
206 "type": "object"
207 },
208 "Body_read_block_types_block_types_filter_post": {
209 "properties": {
210 "block_schemas": {
211 "anyOf": [
212 {
213 "$ref": "#/components/schemas/BlockSchemaFilter"
214 },
215 {
216 "type": "null"
217 }
218 ]
219 },
220 "block_types": {
221 "anyOf": [
222 {
223 "$ref": "#/components/schemas/BlockTypeFilter"
224 },
225 {
226 "type": "null"
227 }
228 ]
229 },
230 "limit": {
231 "type": "integer"
232 },
233 "offset": {
234 "minimum": 0.0,
235 "type": "integer"
236 }
237 },
238 "type": "object"
239 },
240 "Operator": {
241 "enum": [
242 "and_",
243 "or_"
244 ],
245 "type": "string"
246 }
247 }
248 }
249}
Responses
seen average

200
Successful Response
1 16.64ms
422
Validation Error
191 1.52ms
default
Default
468 5.40ms
Examples
2 of 2 covered

Body: application/json
offset.default
 
0
 
operator.default
 
"and_"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
10 4.71ms
Path Parameters

slug1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
501 6.00ms
Path Parameters

slug1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Query Parameters

include_secrets1 of 1 keywords covered
1{
2 "type": "boolean"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
3 1.37ms
default
Default
505 6.18ms
Examples
1 of 1 covered

Query
include_secrets
 
false
 
Path Parameters

slug1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
block_document_name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Query Parameters

include_secrets1 of 1 keywords covered
1{
2 "type": "boolean"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
3 1.21ms
default
Default
503 8.56ms
Examples
1 of 1 covered

Query
include_secrets
 
false
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
0 -
default
Default
40 8.22ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
37 4.34ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json15 of 15 keywords covered
1{
2 "$ref": "#/components/schemas/BlockTypeUpdate",
3 "components": {
4 "schemas": {
5 "BlockTypeUpdate": {
6 "additionalProperties": false,
7 "properties": {
8 "code_example": {
9 "anyOf": [
10 {
11 "type": "string"
12 },
13 {
14 "type": "null"
15 }
16 ],
17 },
18 "description": {
19 "anyOf": [
20 {
21 "type": "string"
22 },
23 {
24 "type": "null"
25 }
26 ],
27 },
28 "documentation_url": {
29 "anyOf": [
30 {
31 "type": "string"
32 },
33 {
34 "type": "null"
35 }
36 ],
37 },
38 "logo_url": {
39 "anyOf": [
40 {
41 "type": "string"
42 },
43 {
44 "type": "null"
45 }
46 ],
47 }
48 },
49 "type": "object"
50 }
51 }
52 }
53}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
22 1.31ms
default
Default
511 4.92ms
Path Parameters

view1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
501 3.94ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json6 of 6 keywords covered
1{
2 "$ref": "#/components/schemas/ConcurrencyLimitCreate",
3 "components": {
4 "schemas": {
5 "ConcurrencyLimitCreate": {
6 "additionalProperties": false,
7 "properties": {
8 "concurrency_limit": {
9 "type": "integer"
10 },
11 "tag": {
12 "type": "string"
13 }
14 },
15 "required": [
16 "tag",
17 "concurrency_limit"
18 ],
19 "type": "object"
20 }
21 }
22 }
23}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
18 1.21ms
default
Default
1177 5.05ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json8 of 8 keywords covered
1{
2 "$ref": "#/components/schemas/Body_decrement_concurrency_limits_v1_concurrency_limits_decrement_post",
3 "components": {
4 "schemas": {
5 "Body_decrement_concurrency_limits_v1_concurrency_limits_decrement_post": {
6 "properties": {
7 "names": {
8 "items": {
9 "type": "string"
10 },
11 "type": "array"
12 },
13 "task_run_id": {
14 "format": "uuid",
15 "type": "string"
16 }
17 },
18 "required": [
19 "names",
20 "task_run_id"
21 ],
22 "type": "object"
23 }
24 }
25 }
26}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
23 1.49ms
default
Default
501 5.17ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json6 of 6 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_concurrency_limits_concurrency_limits_filter_post",
3 "components": {
4 "schemas": {
5 "Body_read_concurrency_limits_concurrency_limits_filter_post": {
6 "properties": {
7 "limit": {
8 "type": "integer"
9 },
10 "offset": {
11 "minimum": 0.0,
12 "type": "integer"
13 }
14 },
15 "type": "object"
16 }
17 }
18 }
19}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
108 1.07ms
default
Default
421 4.42ms
Examples
1 of 1 covered

Body: application/json
offset.default
 
0
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json8 of 8 keywords covered
1{
2 "$ref": "#/components/schemas/Body_increment_concurrency_limits_v1_concurrency_limits_increment_post",
3 "components": {
4 "schemas": {
5 "Body_increment_concurrency_limits_v1_concurrency_limits_increment_post": {
6 "properties": {
7 "names": {
8 "items": {
9 "type": "string"
10 },
11 "type": "array"
12 },
13 "task_run_id": {
14 "format": "uuid",
15 "type": "string"
16 }
17 },
18 "required": [
19 "names",
20 "task_run_id"
21 ],
22 "type": "object"
23 }
24 }
25 }
26}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
23 1.39ms
default
Default
501 5.17ms
Path Parameters

tag1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
134 6.35ms
Path Parameters

tag1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
276 5.74ms
Path Parameters

tag1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json8 of 8 keywords covered
1{
2 "$ref": "#/components/schemas/Body_reset_concurrency_limit_by_tag_concurrency_limits_tag__tag__reset_post",
3 "components": {
4 "schemas": {
5 "Body_reset_concurrency_limit_by_tag_concurrency_limits_tag__tag__reset_post": {
6 "properties": {
7 "slot_override": {
8 "anyOf": [
9 {
10 "items": {
11 "format": "uuid",
12 "type": "string"
13 },
14 "type": "array"
15 },
16 {
17 "type": "null"
18 }
19 ],
20 }
21 },
22 "type": "object"
23 }
24 }
25 }
26}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
14 1.20ms
default
Default
503 5.51ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
508 4.81ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
506 4.28ms
Query Parameters

client1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
380 1.53ms
default
Default
122 1.44ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json114 of 129 keywords covered
1{
2 "$ref": "#/components/schemas/DeploymentCreate",
3 "components": {
4 "schemas": {
5 "ConcurrencyLimitStrategy": {
6 "enum": [
7 "ENQUEUE",
8 "CANCEL_NEW"
9 ],
10 "type": "string"
11 },
12 "ConcurrencyOptions": {
13 "properties": {
14 "collision_strategy": {
15 "$ref": "#/components/schemas/ConcurrencyLimitStrategy"
16 }
17 },
18 "required": [
19 "collision_strategy"
20 ],
21 "type": "object"
22 },
23 "CronSchedule": {
24 "additionalProperties": false,
Missing negative tests
25
"properties": {
26 "cron": {
27 "examples": [
28 "0 0 * * *"
29 ],
Missing negative tests
30
"type": "string"
31 },
32 "day_or": {
Missing negative tests
33
"type": "boolean"
34 },
35 "timezone": {
Missing negative tests
36
"anyOf": [
37 {
38 "type": "string"
39 },
40 {
41 "type": "null"
42 }
Missing negative tests
43
],
44 "examples": [
45 "America/New_York"
46 ],
47 }
Missing negative tests
48
},
49 "required": [
50 "cron"
51 ],
Missing negative tests
52
"type": "object"
53 },
54 "DeploymentCreate": {
55 "additionalProperties": false,
56 "properties": {
57 "concurrency_limit": {
58 "anyOf": [
59 {
60 "exclusiveMinimum": 0.0,
61 "type": "integer"
62 },
63 {
64 "type": "null"
65 }
66 ],
67 },
68 "concurrency_options": {
69 "anyOf": [
70 {
71 "$ref": "#/components/schemas/ConcurrencyOptions"
72 },
73 {
74 "type": "null"
75 }
76 ],
77 },
78 "description": {
79 "anyOf": [
80 {
81 "type": "string"
82 },
83 {
84 "type": "null"
85 }
86 ],
87 },
88 "enforce_parameter_schema": {
89 "type": "boolean"
90 },
91 "entrypoint": {
92 "anyOf": [
93 {
94 "type": "string"
95 },
96 {
97 "type": "null"
98 }
99 ],
100 },
101 "flow_id": {
102 "format": "uuid",
103 "type": "string"
104 },
105 "global_concurrency_limit_id": {
106 "anyOf": [
107 {
108 "format": "uuid",
109 "type": "string"
110 },
111 {
112 "type": "null"
113 }
114 ],
115 },
116 "infrastructure_document_id": {
117 "anyOf": [
118 {
119 "format": "uuid",
120 "type": "string"
121 },
122 {
123 "type": "null"
124 }
125 ],
126 },
127 "job_variables": {
Negative tests not applicable
128
"additionalProperties": true,
129 "type": "object"
130 },
131 "labels": {
132 "anyOf": [
133 {
134 "additionalProperties": {
Missing negative tests
135
"anyOf": [
136 {
137 "type": "boolean"
138 },
139 {
140 "type": "integer"
141 },
142 {
143 "type": "number"
144 },
145 {
146 "type": "string"
147 }
Missing negative tests
148
]
149 },
150 "type": "object"
151 },
152 {
153 "type": "null"
154 }
155 ],
156 "examples": [
157 {
158 "key": "value1",
159 "key2": 42
160 }
161 ],
162 },
163 "name": {
164 "examples": [
165 "my-deployment"
166 ],
167 "type": "string"
168 },
169 "parameter_openapi_schema": {
Negative tests not applicable
170
"additionalProperties": true,
171 "anyOf": [
172 {
Negative tests not applicable
173
"additionalProperties": true,
174 "type": "object"
175 },
176 {
177 "type": "null"
178 }
179 ],
180 },
181 "parameters": {
Negative tests not applicable
182
"additionalProperties": true,
183 "type": "object"
184 },
185 "path": {
186 "anyOf": [
187 {
188 "type": "string"
189 },
190 {
191 "type": "null"
192 }
193 ],
194 },
195 "paused": {
196 "type": "boolean"
197 },
198 "pull_steps": {
199 "anyOf": [
200 {
201 "items": {
Negative tests not applicable
202
"additionalProperties": true,
203 "type": "object"
204 },
205 "type": "array"
206 },
207 {
208 "type": "null"
209 }
210 ],
211 },
212 "schedules": {
213 "items": {
214 "$ref": "#/components/schemas/DeploymentScheduleCreate"
215 },
216 "type": "array"
217 },
218 "storage_document_id": {
219 "anyOf": [
220 {
221 "format": "uuid",
222 "type": "string"
223 },
224 {
225 "type": "null"
226 }
227 ],
228 },
229 "tags": {
230 "examples": [
231 [
232 "tag-1",
233 "tag-2"
234 ]
235 ],
236 "items": {
237 "type": "string"
238 },
239 "type": "array"
240 },
241 "version": {
242 "anyOf": [
243 {
244 "type": "string"
245 },
246 {
247 "type": "null"
248 }
249 ],
250 },
251 "version_info": {
252 "anyOf": [
253 {
254 "$ref": "#/components/schemas/VersionInfo"
255 },
256 {
257 "type": "null"
258 }
259 ],
260 },
261 "work_pool_name": {
262 "anyOf": [
263 {
264 "type": "string"
265 },
266 {
267 "type": "null"
268 }
269 ],
270 "examples": [
271 "my-work-pool"
272 ],
273 },
274 "work_queue_name": {
275 "anyOf": [
276 {
277 "type": "string"
278 },
279 {
280 "type": "null"
281 }
282 ],
283 }
284 },
285 "required": [
286 "name",
287 "flow_id"
288 ],
289 "type": "object"
290 },
291 "DeploymentScheduleCreate": {
292 "additionalProperties": false,
293 "properties": {
294 "active": {
295 "type": "boolean"
296 },
297 "max_scheduled_runs": {
298 "anyOf": [
299 {
300 "exclusiveMinimum": 0.0,
301 "type": "integer"
302 },
303 {
304 "type": "null"
305 }
306 ],
307 },
308 "parameters": {
Negative tests not applicable
309
"additionalProperties": true,
310 "type": "object"
311 },
312 "schedule": {
Missing negative tests
313
"anyOf": [
314 {
315 "$ref": "#/components/schemas/IntervalSchedule"
316 },
317 {
318 "$ref": "#/components/schemas/CronSchedule"
319 },
320 {
321 "$ref": "#/components/schemas/RRuleSchedule"
322 }
Missing negative tests
323
],
324 },
325 "slug": {
326 "anyOf": [
327 {
328 "type": "string"
329 },
330 {
331 "type": "null"
332 }
333 ],
334 }
335 },
336 "required": [
337 "schedule"
338 ],
339 "type": "object"
340 },
341 "IntervalSchedule": {
342 "additionalProperties": false,
Missing negative tests
343
"properties": {
344 "anchor_date": {
345 "examples": [
346 "2020-01-01T00:00:00Z"
347 ],
Missing negative tests
348
"format": "date-time",
Missing negative tests
349
"type": "string"
350 },
351 "interval": {
Missing negative tests
352
"type": "number"
353 },
354 "timezone": {
Missing negative tests
355
"anyOf": [
356 {
357 "type": "string"
358 },
359 {
360 "type": "null"
361 }
Missing negative tests
362
],
363 "examples": [
364 "America/New_York"
365 ],
366 }
Missing negative tests
367
},
368 "required": [
369 "interval"
370 ],
Missing negative tests
371
"type": "object"
372 },
373 "RRuleSchedule": {
374 "additionalProperties": false,
375 "properties": {
376 "rrule": {
Missing negative tests
377
"type": "string"
378 },
379 "timezone": {
380 "anyOf": [
381 {
382 "examples": [
383 "America/New_York"
384 ],
385 "pattern": "Africa/Abidjan|Africa/Accra|Africa/Addis_Ababa|Africa/Algiers|Africa/Asmara|Africa/Asmera|Africa/Bamako|Africa/Bangui|Africa/Banjul|Africa/Bissau|Africa/Blantyre|Africa/Brazzaville|Africa/Bujumbura|Africa/Cairo|Africa/Casablanca|Africa/Ceuta|Africa/Conakry|Africa/Dakar|Africa/Dar_es_Salaam|Africa/Djibouti|Africa/Douala|Africa/El_Aaiun|Africa/Freetown|Africa/Gaborone|Africa/Harare|Africa/Johannesburg|Africa/Juba|Africa/Kampala|Africa/Khartoum|Africa/Kigali|Africa/Kinshasa|Africa/Lagos|Africa/Libreville|Africa/Lome|Africa/Luanda|Africa/Lubumbashi|Africa/Lusaka|Africa/Malabo|Africa/Maputo|Africa/Maseru|Africa/Mbabane|Africa/Mogadishu|Africa/Monrovia|Africa/Nairobi|Africa/Ndjamena|Africa/Niamey|Africa/Nouakchott|Africa/Ouagadougou|Africa/Porto-Novo|Africa/Sao_Tome|Africa/Timbuktu|Africa/Tripoli|Africa/Tunis|Africa/Windhoek|America/Adak|America/Anchorage|America/Anguilla|America/Antigua|America/Araguaina|America/Argentina/Buenos_Aires|America/Argentina/Catamarca|America/Argentina/ComodRivadavia|America/Argentina/Cordoba|America/Argentina/Jujuy|America/Argentina/La_Rioja|America/Argentina/Mendoza|America/Argentina/Rio_Gallegos|America/Argentina/Salta|America/Argentina/San_Juan|America/Argentina/San_Luis|America/Argentina/Tucuman|America/Argentina/Ushuaia|America/Aruba|America/Asuncion|America/Atikokan|America/Atka|America/Bahia|America/Bahia_Banderas|America/Barbados|America/Belem|America/Belize|America/Blanc-Sablon|America/Boa_Vista|America/Bogota|America/Boise|America/Buenos_Aires|America/Cambridge_Bay|America/Campo_Grande|America/Cancun|America/Caracas|America/Catamarca|America/Cayenne|America/Cayman|America/Chicago|America/Chihuahua|America/Ciudad_Juarez|America/Coral_Harbour|America/Cordoba|America/Costa_Rica|America/Coyhaique|America/Creston|America/Cuiaba|America/Curacao|America/Danmarkshavn|America/Dawson|America/Dawson_Creek|America/Denver|America/Detroit|America/Dominica|America/Edmonton|America/Eirunepe|America/El_Salvador|America/Ensenada|America/Fort_Nelson|America/Fort_Wayne|America/Fortaleza|America/Glace_Bay|America/Godthab|America/Goose_Bay|America/Grand_Turk|America/Grenada|America/Guadeloupe|America/Guatemala|America/Guayaquil|America/Guyana|America/Halifax|America/Havana|America/Hermosillo|America/Indiana/Indianapolis|America/Indiana/Knox|America/Indiana/Marengo|America/Indiana/Petersburg|America/Indiana/Tell_City|America/Indiana/Vevay|America/Indiana/Vincennes|America/Indiana/Winamac|America/Indianapolis|America/Inuvik|America/Iqaluit|America/Jamaica|America/Jujuy|America/Juneau|America/Kentucky/Louisville|America/Kentucky/Monticello|America/Knox_IN|America/Kralendijk|America/La_Paz|America/Lima|America/Los_Angeles|America/Louisville|America/Lower_Princes|America/Maceio|America/Managua|America/Manaus|America/Marigot|America/Martinique|America/Matamoros|America/Mazatlan|America/Mendoza|America/Menominee|America/Merida|America/Metlakatla|America/Mexico_City|America/Miquelon|America/Moncton|America/Monterrey|America/Montevideo|America/Montreal|America/Montserrat|America/Nassau|America/New_York|America/Nipigon|America/Nome|America/Noronha|America/North_Dakota/Beulah|America/North_Dakota/Center|America/North_Dakota/New_Salem|America/Nuuk|America/Ojinaga|America/Panama|America/Pangnirtung|America/Paramaribo|America/Phoenix|America/Port-au-Prince|America/Port_of_Spain|America/Porto_Acre|America/Porto_Velho|America/Puerto_Rico|America/Punta_Arenas|America/Rainy_River|America/Rankin_Inlet|America/Recife|America/Regina|America/Resolute|America/Rio_Branco|America/Rosario|America/Santa_Isabel|America/Santarem|America/Santiago|America/Santo_Domingo|America/Sao_Paulo|America/Scoresbysund|America/Shiprock|America/Sitka|America/St_Barthelemy|America/St_Johns|America/St_Kitts|America/St_Lucia|America/St_Thomas|America/St_Vincent|America/Swift_Current|America/Tegucigalpa|America/Thule|America/Thunder_Bay|America/Tijuana|America/Toronto|America/Tortola|America/Vancouver|America/Virgin|America/Whitehorse|America/Winnipeg|America/Yakutat|America/Yellowknife|Antarctica/Casey|Antarctica/Davis|Antarctica/DumontDUrville|Antarctica/Macquarie|Antarctica/Mawson|Antarctica/McMurdo|Antarctica/Palmer|Antarctica/Rothera|Antarctica/South_Pole|Antarctica/Syowa|Antarctica/Troll|Antarctica/Vostok|Arctic/Longyearbyen|Asia/Aden|Asia/Almaty|Asia/Amman|Asia/Anadyr|Asia/Aqtau|Asia/Aqtobe|Asia/Ashgabat|Asia/Ashkhabad|Asia/Atyrau|Asia/Baghdad|Asia/Bahrain|Asia/Baku|Asia/Bangkok|Asia/Barnaul|Asia/Beirut|Asia/Bishkek|Asia/Brunei|Asia/Calcutta|Asia/Chita|Asia/Choibalsan|Asia/Chongqing|Asia/Chungking|Asia/Colombo|Asia/Dacca|Asia/Damascus|Asia/Dhaka|Asia/Dili|Asia/Dubai|Asia/Dushanbe|Asia/Famagusta|Asia/Gaza|Asia/Harbin|Asia/Hebron|Asia/Ho_Chi_Minh|Asia/Hong_Kong|Asia/Hovd|Asia/Irkutsk|Asia/Istanbul|Asia/Jakarta|Asia/Jayapura|Asia/Jerusalem|Asia/Kabul|Asia/Kamchatka|Asia/Karachi|Asia/Kashgar|Asia/Kathmandu|Asia/Katmandu|Asia/Khandyga|Asia/Kolkata|Asia/Krasnoyarsk|Asia/Kuala_Lumpur|Asia/Kuching|Asia/Kuwait|Asia/Macao|Asia/Macau|Asia/Magadan|Asia/Makassar|Asia/Manila|Asia/Muscat|Asia/Nicosia|Asia/Novokuznetsk|Asia/Novosibirsk|Asia/Omsk|Asia/Oral|Asia/Phnom_Penh|Asia/Pontianak|Asia/Pyongyang|Asia/Qatar|Asia/Qostanay|Asia/Qyzylorda|Asia/Rangoon|Asia/Riyadh|Asia/Saigon|Asia/Sakhalin|Asia/Samarkand|Asia/Seoul|Asia/Shanghai|Asia/Singapore|Asia/Srednekolymsk|Asia/Taipei|Asia/Tashkent|Asia/Tbilisi|Asia/Tehran|Asia/Tel_Aviv|Asia/Thimbu|Asia/Thimphu|Asia/Tokyo|Asia/Tomsk|Asia/Ujung_Pandang|Asia/Ulaanbaatar|Asia/Ulan_Bator|Asia/Urumqi|Asia/Ust-Nera|Asia/Vientiane|Asia/Vladivostok|Asia/Yakutsk|Asia/Yangon|Asia/Yekaterinburg|Asia/Yerevan|Atlantic/Azores|Atlantic/Bermuda|Atlantic/Canary|Atlantic/Cape_Verde|Atlantic/Faeroe|Atlantic/Faroe|Atlantic/Jan_Mayen|Atlantic/Madeira|Atlantic/Reykjavik|Atlantic/South_Georgia|Atlantic/St_Helena|Atlantic/Stanley|Australia/ACT|Australia/Adelaide|Australia/Brisbane|Australia/Broken_Hill|Australia/Canberra|Australia/Currie|Australia/Darwin|Australia/Eucla|Australia/Hobart|Australia/LHI|Australia/Lindeman|Australia/Lord_Howe|Australia/Melbourne|Australia/NSW|Australia/North|Australia/Perth|Australia/Queensland|Australia/South|Australia/Sydney|Australia/Tasmania|Australia/Victoria|Australia/West|Australia/Yancowinna|Brazil/Acre|Brazil/DeNoronha|Brazil/East|Brazil/West|CET|CST6CDT|Canada/Atlantic|Canada/Central|Canada/Eastern|Canada/Mountain|Canada/Newfoundland|Canada/Pacific|Canada/Saskatchewan|Canada/Yukon|Chile/Continental|Chile/EasterIsland|Cuba|EET|EST|EST5EDT|Egypt|Eire|Etc/GMT|Etc/GMT+0|Etc/GMT+1|Etc/GMT+10|Etc/GMT+11|Etc/GMT+12|Etc/GMT+2|Etc/GMT+3|Etc/GMT+4|Etc/GMT+5|Etc/GMT+6|Etc/GMT+7|Etc/GMT+8|Etc/GMT+9|Etc/GMT-0|Etc/GMT-1|Etc/GMT-10|Etc/GMT-11|Etc/GMT-12|Etc/GMT-13|Etc/GMT-14|Etc/GMT-2|Etc/GMT-3|Etc/GMT-4|Etc/GMT-5|Etc/GMT-6|Etc/GMT-7|Etc/GMT-8|Etc/GMT-9|Etc/GMT0|Etc/Greenwich|Etc/UCT|Etc/UTC|Etc/Universal|Etc/Zulu|Europe/Amsterdam|Europe/Andorra|Europe/Astrakhan|Europe/Athens|Europe/Belfast|Europe/Belgrade|Europe/Berlin|Europe/Bratislava|Europe/Brussels|Europe/Bucharest|Europe/Budapest|Europe/Busingen|Europe/Chisinau|Europe/Copenhagen|Europe/Dublin|Europe/Gibraltar|Europe/Guernsey|Europe/Helsinki|Europe/Isle_of_Man|Europe/Istanbul|Europe/Jersey|Europe/Kaliningrad|Europe/Kiev|Europe/Kirov|Europe/Kyiv|Europe/Lisbon|Europe/Ljubljana|Europe/London|Europe/Luxembourg|Europe/Madrid|Europe/Malta|Europe/Mariehamn|Europe/Minsk|Europe/Monaco|Europe/Moscow|Europe/Nicosia|Europe/Oslo|Europe/Paris|Europe/Podgorica|Europe/Prague|Europe/Riga|Europe/Rome|Europe/Samara|Europe/San_Marino|Europe/Sarajevo|Europe/Saratov|Europe/Simferopol|Europe/Skopje|Europe/Sofia|Europe/Stockholm|Europe/Tallinn|Europe/Tirane|Europe/Tiraspol|Europe/Ulyanovsk|Europe/Uzhgorod|Europe/Vaduz|Europe/Vatican|Europe/Vienna|Europe/Vilnius|Europe/Volgograd|Europe/Warsaw|Europe/Zagreb|Europe/Zaporozhye|Europe/Zurich|Factory|GB|GB-Eire|GMT|GMT+0|GMT-0|GMT0|Greenwich|HST|Hongkong|Iceland|Indian/Antananarivo|Indian/Chagos|Indian/Christmas|Indian/Cocos|Indian/Comoro|Indian/Kerguelen|Indian/Mahe|Indian/Maldives|Indian/Mauritius|Indian/Mayotte|Indian/Reunion|Iran|Israel|Jamaica|Japan|Kwajalein|Libya|MET|MST|MST7MDT|Mexico/BajaNorte|Mexico/BajaSur|Mexico/General|NZ|NZ-CHAT|Navajo|PRC|PST8PDT|Pacific/Apia|Pacific/Auckland|Pacific/Bougainville|Pacific/Chatham|Pacific/Chuuk|Pacific/Easter|Pacific/Efate|Pacific/Enderbury|Pacific/Fakaofo|Pacific/Fiji|Pacific/Funafuti|Pacific/Galapagos|Pacific/Gambier|Pacific/Guadalcanal|Pacific/Guam|Pacific/Honolulu|Pacific/Johnston|Pacific/Kanton|Pacific/Kiritimati|Pacific/Kosrae|Pacific/Kwajalein|Pacific/Majuro|Pacific/Marquesas|Pacific/Midway|Pacific/Nauru|Pacific/Niue|Pacific/Norfolk|Pacific/Noumea|Pacific/Pago_Pago|Pacific/Palau|Pacific/Pitcairn|Pacific/Pohnpei|Pacific/Ponape|Pacific/Port_Moresby|Pacific/Rarotonga|Pacific/Saipan|Pacific/Samoa|Pacific/Tahiti|Pacific/Tarawa|Pacific/Tongatapu|Pacific/Truk|Pacific/Wake|Pacific/Wallis|Pacific/Yap|Poland|Portugal|ROC|ROK|Singapore|Turkey|UCT|US/Alaska|US/Aleutian|US/Arizona|US/Central|US/East-Indiana|US/Eastern|US/Hawaii|US/Indiana-Starke|US/Michigan|US/Mountain|US/Pacific|US/Samoa|UTC|Universal|W-SU|WET|Zulu",
386 "type": "string"
387 },
388 {
389 "type": "null"
390 }
391 ],
392 }
393 },
394 "required": [
395 "rrule"
396 ],
Missing negative tests
397
"type": "object"
398 },
399 "VersionInfo": {
Negative tests not applicable
400
"additionalProperties": true,
401 "properties": {
402 "type": {
403 "type": "string"
404 },
405 "version": {
406 "type": "string"
407 }
408 },
409 "required": [
410 "type",
411 "version"
412 ],
413 "type": "object"
414 }
415 }
416 }
417}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
269 5.97ms
default
Default
490 5.29ms
Examples
5 of 5 covered

Body: application/json
day_or.default
 
true
 
paused.default
 
false
 
enforce_parameter_schema.default
 
true
 
active.default
 
true
 
timezone.default
 
"UTC"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json539 of 539 keywords covered
1{
2 "$ref": "#/components/schemas/Body_count_deployments_deployments_count_post",
3 "components": {
4 "schemas": {
5 "Body_count_deployments_deployments_count_post": {
6 "properties": {
7 "deployments": {
8 "anyOf": [
9 {
10 "$ref": "#/components/schemas/DeploymentFilter"
11 },
12 {
13 "type": "null"
14 }
15 ]
16 },
17 "flow_runs": {
18 "anyOf": [
19 {
20 "$ref": "#/components/schemas/FlowRunFilter"
21 },
22 {
23 "type": "null"
24 }
25 ]
26 },
27 "flows": {
28 "anyOf": [
29 {
30 "$ref": "#/components/schemas/FlowFilter"
31 },
32 {
33 "type": "null"
34 }
35 ]
36 },
37 "task_runs": {
38 "anyOf": [
39 {
40 "$ref": "#/components/schemas/TaskRunFilter"
41 },
42 {
43 "type": "null"
44 }
45 ]
46 },
47 "work_pool_queues": {
48 "anyOf": [
49 {
50 "$ref": "#/components/schemas/WorkQueueFilter"
51 },
52 {
53 "type": "null"
54 }
55 ]
56 },
57 "work_pools": {
58 "anyOf": [
59 {
60 "$ref": "#/components/schemas/WorkPoolFilter"
61 },
62 {
63 "type": "null"
64 }
65 ]
66 }
67 },
68 "type": "object"
69 },
70 "DeploymentFilter": {
71 "additionalProperties": false,
72 "properties": {
73 "concurrency_limit": {
74 "anyOf": [
75 {
76 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
77 },
78 {
79 "type": "null"
80 }
81 ],
82 "deprecated": true,
83 },
84 "flow_or_deployment_name": {
85 "anyOf": [
86 {
87 "$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
88 },
89 {
90 "type": "null"
91 }
92 ],
93 },
94 "id": {
95 "anyOf": [
96 {
97 "$ref": "#/components/schemas/DeploymentFilterId"
98 },
99 {
100 "type": "null"
101 }
102 ],
103 },
104 "name": {
105 "anyOf": [
106 {
107 "$ref": "#/components/schemas/DeploymentFilterName"
108 },
109 {
110 "type": "null"
111 }
112 ],
113 },
114 "operator": {
115 "$ref": "#/components/schemas/Operator",
116 },
117 "paused": {
118 "anyOf": [
119 {
120 "$ref": "#/components/schemas/DeploymentFilterPaused"
121 },
122 {
123 "type": "null"
124 }
125 ],
126 },
127 "tags": {
128 "anyOf": [
129 {
130 "$ref": "#/components/schemas/DeploymentFilterTags"
131 },
132 {
133 "type": "null"
134 }
135 ],
136 },
137 "work_queue_name": {
138 "anyOf": [
139 {
140 "$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
141 },
142 {
143 "type": "null"
144 }
145 ],
146 }
147 },
148 "type": "object"
149 },
150 "DeploymentFilterConcurrencyLimit": {
151 "additionalProperties": false,
152 "properties": {
153 "ge_": {
154 "anyOf": [
155 {
156 "type": "integer"
157 },
158 {
159 "type": "null"
160 }
161 ],
162 },
163 "is_null_": {
164 "anyOf": [
165 {
166 "type": "boolean"
167 },
168 {
169 "type": "null"
170 }
171 ],
172 },
173 "le_": {
174 "anyOf": [
175 {
176 "type": "integer"
177 },
178 {
179 "type": "null"
180 }
181 ],
182 }
183 },
184 "type": "object"
185 },
186 "DeploymentFilterId": {
187 "additionalProperties": false,
188 "properties": {
189 "any_": {
190 "anyOf": [
191 {
192 "items": {
193 "format": "uuid",
194 "type": "string"
195 },
196 "type": "array"
197 },
198 {
199 "type": "null"
200 }
201 ],
202 },
203 "not_any_": {
204 "anyOf": [
205 {
206 "items": {
207 "format": "uuid",
208 "type": "string"
209 },
210 "type": "array"
211 },
212 {
213 "type": "null"
214 }
215 ],
216 }
217 },
218 "type": "object"
219 },
220 "DeploymentFilterName": {
221 "additionalProperties": false,
222 "properties": {
223 "any_": {
224 "anyOf": [
225 {
226 "items": {
227 "type": "string"
228 },
229 "type": "array"
230 },
231 {
232 "type": "null"
233 }
234 ],
235 "examples": [
236 [
237 "my-deployment-1",
238 "my-deployment-2"
239 ]
240 ],
241 },
242 "like_": {
243 "anyOf": [
244 {
245 "type": "string"
246 },
247 {
248 "type": "null"
249 }
250 ],
251 "examples": [
252 "marvin"
253 ],
254 }
255 },
256 "type": "object"
257 },
258 "DeploymentFilterPaused": {
259 "additionalProperties": false,
260 "properties": {
261 "eq_": {
262 "anyOf": [
263 {
264 "type": "boolean"
265 },
266 {
267 "type": "null"
268 }
269 ],
270 }
271 },
272 "type": "object"
273 },
274 "DeploymentFilterTags": {
275 "additionalProperties": false,
276 "properties": {
277 "all_": {
278 "anyOf": [
279 {
280 "items": {
281 "type": "string"
282 },
283 "type": "array"
284 },
285 {
286 "type": "null"
287 }
288 ],
289 "examples": [
290 [
291 "tag-1",
292 "tag-2"
293 ]
294 ],
295 },
296 "any_": {
297 "anyOf": [
298 {
299 "items": {
300 "type": "string"
301 },
302 "type": "array"
303 },
304 {
305 "type": "null"
306 }
307 ],
308 "examples": [
309 [
310 "tag-1",
311 "tag-2"
312 ]
313 ],
314 },
315 "is_null_": {
316 "anyOf": [
317 {
318 "type": "boolean"
319 },
320 {
321 "type": "null"
322 }
323 ],
324 },
325 "operator": {
326 "$ref": "#/components/schemas/Operator",
327 }
328 },
329 "type": "object"
330 },
331 "DeploymentFilterWorkQueueName": {
332 "additionalProperties": false,
333 "properties": {
334 "any_": {
335 "anyOf": [
336 {
337 "items": {
338 "type": "string"
339 },
340 "type": "array"
341 },
342 {
343 "type": "null"
344 }
345 ],
346 "examples": [
347 [
348 "work_queue_1",
349 "work_queue_2"
350 ]
351 ],
352 }
353 },
354 "type": "object"
355 },
356 "DeploymentOrFlowNameFilter": {
357 "additionalProperties": false,
358 "properties": {
359 "like_": {
360 "anyOf": [
361 {
362 "type": "string"
363 },
364 {
365 "type": "null"
366 }
367 ],
368 }
369 },
370 "type": "object"
371 },
372 "FlowFilter": {
373 "additionalProperties": false,
374 "properties": {
375 "deployment": {
376 "anyOf": [
377 {
378 "$ref": "#/components/schemas/FlowFilterDeployment"
379 },
380 {
381 "type": "null"
382 }
383 ],
384 },
385 "id": {
386 "anyOf": [
387 {
388 "$ref": "#/components/schemas/FlowFilterId"
389 },
390 {
391 "type": "null"
392 }
393 ],
394 },
395 "name": {
396 "anyOf": [
397 {
398 "$ref": "#/components/schemas/FlowFilterName"
399 },
400 {
401 "type": "null"
402 }
403 ],
404 },
405 "operator": {
406 "$ref": "#/components/schemas/Operator",
407 },
408 "tags": {
409 "anyOf": [
410 {
411 "$ref": "#/components/schemas/FlowFilterTags"
412 },
413 {
414 "type": "null"
415 }
416 ],
417 }
418 },
419 "type": "object"
420 },
421 "FlowFilterDeployment": {
422 "additionalProperties": false,
423 "properties": {
424 "is_null_": {
425 "anyOf": [
426 {
427 "type": "boolean"
428 },
429 {
430 "type": "null"
431 }
432 ],
433 },
434 "operator": {
435 "$ref": "#/components/schemas/Operator",
436 }
437 },
438 "type": "object"
439 },
440 "FlowFilterId": {
441 "additionalProperties": false,
442 "properties": {
443 "any_": {
444 "anyOf": [
445 {
446 "items": {
447 "format": "uuid",
448 "type": "string"
449 },
450 "type": "array"
451 },
452 {
453 "type": "null"
454 }
455 ],
456 }
457 },
458 "type": "object"
459 },
460 "FlowFilterName": {
461 "additionalProperties": false,
462 "properties": {
463 "any_": {
464 "anyOf": [
465 {
466 "items": {
467 "type": "string"
468 },
469 "type": "array"
470 },
471 {
472 "type": "null"
473 }
474 ],
475 "examples": [
476 [
477 "my-flow-1",
478 "my-flow-2"
479 ]
480 ],
481 },
482 "like_": {
483 "anyOf": [
484 {
485 "type": "string"
486 },
487 {
488 "type": "null"
489 }
490 ],
491 "examples": [
492 "marvin"
493 ],
494 }
495 },
496 "type": "object"
497 },
498 "FlowFilterTags": {
499 "additionalProperties": false,
500 "properties": {
501 "all_": {
502 "anyOf": [
503 {
504 "items": {
505 "type": "string"
506 },
507 "type": "array"
508 },
509 {
510 "type": "null"
511 }
512 ],
513 "examples": [
514 [
515 "tag-1",
516 "tag-2"
517 ]
518 ],
519 },
520 "is_null_": {
521 "anyOf": [
522 {
523 "type": "boolean"
524 },
525 {
526 "type": "null"
527 }
528 ],
529 },
530 "operator": {
531 "$ref": "#/components/schemas/Operator",
532 }
533 },
534 "type": "object"
535 },
536 "FlowRunFilter": {
537 "additionalProperties": false,
538 "properties": {
539 "deployment_id": {
540 "anyOf": [
541 {
542 "$ref": "#/components/schemas/FlowRunFilterDeploymentId"
543 },
544 {
545 "type": "null"
546 }
547 ],
548 },
549 "end_time": {
550 "anyOf": [
551 {
552 "$ref": "#/components/schemas/FlowRunFilterEndTime"
553 },
554 {
555 "type": "null"
556 }
557 ],
558 },
559 "expected_start_time": {
560 "anyOf": [
561 {
562 "$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
563 },
564 {
565 "type": "null"
566 }
567 ],
568 },
569 "flow_version": {
570 "anyOf": [
571 {
572 "$ref": "#/components/schemas/FlowRunFilterFlowVersion"
573 },
574 {
575 "type": "null"
576 }
577 ],
578 },
579 "id": {
580 "anyOf": [
581 {
582 "$ref": "#/components/schemas/FlowRunFilterId"
583 },
584 {
585 "type": "null"
586 }
587 ],
588 },
589 "idempotency_key": {
590 "anyOf": [
591 {
592 "$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
593 },
594 {
595 "type": "null"
596 }
597 ],
598 },
599 "name": {
600 "anyOf": [
601 {
602 "$ref": "#/components/schemas/FlowRunFilterName"
603 },
604 {
605 "type": "null"
606 }
607 ],
608 },
609 "next_scheduled_start_time": {
610 "anyOf": [
611 {
612 "$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
613 },
614 {
615 "type": "null"
616 }
617 ],
618 },
619 "operator": {
620 "$ref": "#/components/schemas/Operator",
621 },
622 "parent_flow_run_id": {
623 "anyOf": [
624 {
625 "$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
626 },
627 {
628 "type": "null"
629 }
630 ],
631 },
632 "parent_task_run_id": {
633 "anyOf": [
634 {
635 "$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
636 },
637 {
638 "type": "null"
639 }
640 ],
641 },
642 "start_time": {
643 "anyOf": [
644 {
645 "$ref": "#/components/schemas/FlowRunFilterStartTime"
646 },
647 {
648 "type": "null"
649 }
650 ],
651 },
652 "state": {
653 "anyOf": [
654 {
655 "$ref": "#/components/schemas/FlowRunFilterState"
656 },
657 {
658 "type": "null"
659 }
660 ],
661 },
662 "tags": {
663 "anyOf": [
664 {
665 "$ref": "#/components/schemas/FlowRunFilterTags"
666 },
667 {
668 "type": "null"
669 }
670 ],
671 },
672 "work_queue_name": {
673 "anyOf": [
674 {
675 "$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
676 },
677 {
678 "type": "null"
679 }
680 ],
681 }
682 },
683 "type": "object"
684 },
685 "FlowRunFilterDeploymentId": {
686 "additionalProperties": false,
687 "properties": {
688 "any_": {
689 "anyOf": [
690 {
691 "items": {
692 "format": "uuid",
693 "type": "string"
694 },
695 "type": "array"
696 },
697 {
698 "type": "null"
699 }
700 ],
701 },
702 "is_null_": {
703 "anyOf": [
704 {
705 "type": "boolean"
706 },
707 {
708 "type": "null"
709 }
710 ],
711 },
712 "operator": {
713 "$ref": "#/components/schemas/Operator",
714 }
715 },
716 "type": "object"
717 },
718 "FlowRunFilterEndTime": {
719 "additionalProperties": false,
720 "properties": {
721 "after_": {
722 "anyOf": [
723 {
724 "format": "date-time",
725 "type": "string"
726 },
727 {
728 "type": "null"
729 }
730 ],
731 },
732 "before_": {
733 "anyOf": [
734 {
735 "format": "date-time",
736 "type": "string"
737 },
738 {
739 "type": "null"
740 }
741 ],
742 },
743 "is_null_": {
744 "anyOf": [
745 {
746 "type": "boolean"
747 },
748 {
749 "type": "null"
750 }
751 ],
752 }
753 },
754 "type": "object"
755 },
756 "FlowRunFilterExpectedStartTime": {
757 "additionalProperties": false,
758 "properties": {
759 "after_": {
760 "anyOf": [
761 {
762 "format": "date-time",
763 "type": "string"
764 },
765 {
766 "type": "null"
767 }
768 ],
769 },
770 "before_": {
771 "anyOf": [
772 {
773 "format": "date-time",
774 "type": "string"
775 },
776 {
777 "type": "null"
778 }
779 ],
780 }
781 },
782 "type": "object"
783 },
784 "FlowRunFilterFlowVersion": {
785 "additionalProperties": false,
786 "properties": {
787 "any_": {
788 "anyOf": [
789 {
790 "items": {
791 "type": "string"
792 },
793 "type": "array"
794 },
795 {
796 "type": "null"
797 }
798 ],
799 }
800 },
801 "type": "object"
802 },
803 "FlowRunFilterId": {
804 "additionalProperties": false,
805 "properties": {
806 "any_": {
807 "anyOf": [
808 {
809 "items": {
810 "format": "uuid",
811 "type": "string"
812 },
813 "type": "array"
814 },
815 {
816 "type": "null"
817 }
818 ],
819 },
820 "not_any_": {
821 "anyOf": [
822 {
823 "items": {
824 "format": "uuid",
825 "type": "string"
826 },
827 "type": "array"
828 },
829 {
830 "type": "null"
831 }
832 ],
833 }
834 },
835 "type": "object"
836 },
837 "FlowRunFilterIdempotencyKey": {
838 "additionalProperties": false,
839 "properties": {
840 "any_": {
841 "anyOf": [
842 {
843 "items": {
844 "type": "string"
845 },
846 "type": "array"
847 },
848 {
849 "type": "null"
850 }
851 ],
852 },
853 "not_any_": {
854 "anyOf": [
855 {
856 "items": {
857 "type": "string"
858 },
859 "type": "array"
860 },
861 {
862 "type": "null"
863 }
864 ],
865 }
866 },
867 "type": "object"
868 },
869 "FlowRunFilterName": {
870 "additionalProperties": false,
871 "properties": {
872 "any_": {
873 "anyOf": [
874 {
875 "items": {
876 "type": "string"
877 },
878 "type": "array"
879 },
880 {
881 "type": "null"
882 }
883 ],
884 "examples": [
885 [
886 "my-flow-run-1",
887 "my-flow-run-2"
888 ]
889 ],
890 },
891 "like_": {
892 "anyOf": [
893 {
894 "type": "string"
895 },
896 {
897 "type": "null"
898 }
899 ],
900 "examples": [
901 "marvin"
902 ],
903 }
904 },
905 "type": "object"
906 },
907 "FlowRunFilterNextScheduledStartTime": {
908 "additionalProperties": false,
909 "properties": {
910 "after_": {
911 "anyOf": [
912 {
913 "format": "date-time",
914 "type": "string"
915 },
916 {
917 "type": "null"
918 }
919 ],
920 },
921 "before_": {
922 "anyOf": [
923 {
924 "format": "date-time",
925 "type": "string"
926 },
927 {
928 "type": "null"
929 }
930 ],
931 }
932 },
933 "type": "object"
934 },
935 "FlowRunFilterParentFlowRunId": {
936 "additionalProperties": false,
937 "properties": {
938 "any_": {
939 "anyOf": [
940 {
941 "items": {
942 "format": "uuid",
943 "type": "string"
944 },
945 "type": "array"
946 },
947 {
948 "type": "null"
949 }
950 ],
951 },
952 "operator": {
953 "$ref": "#/components/schemas/Operator",
954 }
955 },
956 "type": "object"
957 },
958 "FlowRunFilterParentTaskRunId": {
959 "additionalProperties": false,
960 "properties": {
961 "any_": {
962 "anyOf": [
963 {
964 "items": {
965 "format": "uuid",
966 "type": "string"
967 },
968 "type": "array"
969 },
970 {
971 "type": "null"
972 }
973 ],
974 },
975 "is_null_": {
976 "anyOf": [
977 {
978 "type": "boolean"
979 },
980 {
981 "type": "null"
982 }
983 ],
984 },
985 "operator": {
986 "$ref": "#/components/schemas/Operator",
987 }
988 },
989 "type": "object"
990 },
991 "FlowRunFilterStartTime": {
992 "additionalProperties": false,
993 "properties": {
994 "after_": {
995 "anyOf": [
996 {
997 "format": "date-time",
998 "type": "string"
999 },
1000 {
1001 "type": "null"
1002 }
1003 ],
1004 },
1005 "before_": {
1006 "anyOf": [
1007 {
1008 "format": "date-time",
1009 "type": "string"
1010 },
1011 {
1012 "type": "null"
1013 }
1014 ],
1015 },
1016 "is_null_": {
1017 "anyOf": [
1018 {
1019 "type": "boolean"
1020 },
1021 {
1022 "type": "null"
1023 }
1024 ],
1025 }
1026 },
1027 "type": "object"
1028 },
1029 "FlowRunFilterState": {
1030 "additionalProperties": false,
1031 "properties": {
1032 "name": {
1033 "anyOf": [
1034 {
1035 "$ref": "#/components/schemas/FlowRunFilterStateName"
1036 },
1037 {
1038 "type": "null"
1039 }
1040 ],
1041 },
1042 "operator": {
1043 "$ref": "#/components/schemas/Operator",
1044 },
1045 "type": {
1046 "anyOf": [
1047 {
1048 "$ref": "#/components/schemas/FlowRunFilterStateType"
1049 },
1050 {
1051 "type": "null"
1052 }
1053 ],
1054 }
1055 },
1056 "type": "object"
1057 },
1058 "FlowRunFilterStateName": {
1059 "additionalProperties": false,
1060 "properties": {
1061 "any_": {
1062 "anyOf": [
1063 {
1064 "items": {
1065 "type": "string"
1066 },
1067 "type": "array"
1068 },
1069 {
1070 "type": "null"
1071 }
1072 ],
1073 },
1074 "not_any_": {
1075 "anyOf": [
1076 {
1077 "items": {
1078 "type": "string"
1079 },
1080 "type": "array"
1081 },
1082 {
1083 "type": "null"
1084 }
1085 ],
1086 }
1087 },
1088 "type": "object"
1089 },
1090 "FlowRunFilterStateType": {
1091 "additionalProperties": false,
1092 "properties": {
1093 "any_": {
1094 "anyOf": [
1095 {
1096 "items": {
1097 "$ref": "#/components/schemas/StateType"
1098 },
1099 "type": "array"
1100 },
1101 {
1102 "type": "null"
1103 }
1104 ],
1105 },
1106 "not_any_": {
1107 "anyOf": [
1108 {
1109 "items": {
1110 "$ref": "#/components/schemas/StateType"
1111 },
1112 "type": "array"
1113 },
1114 {
1115 "type": "null"
1116 }
1117 ],
1118 }
1119 },
1120 "type": "object"
1121 },
1122 "FlowRunFilterTags": {
1123 "additionalProperties": false,
1124 "properties": {
1125 "all_": {
1126 "anyOf": [
1127 {
1128 "items": {
1129 "type": "string"
1130 },
1131 "type": "array"
1132 },
1133 {
1134 "type": "null"
1135 }
1136 ],
1137 "examples": [
1138 [
1139 "tag-1",
1140 "tag-2"
1141 ]
1142 ],
1143 },
1144 "any_": {
1145 "anyOf": [
1146 {
1147 "items": {
1148 "type": "string"
1149 },
1150 "type": "array"
1151 },
1152 {
1153 "type": "null"
1154 }
1155 ],
1156 "examples": [
1157 [
1158 "tag-1",
1159 "tag-2"
1160 ]
1161 ],
1162 },
1163 "is_null_": {
1164 "anyOf": [
1165 {
1166 "type": "boolean"
1167 },
1168 {
1169 "type": "null"
1170 }
1171 ],
1172 },
1173 "operator": {
1174 "$ref": "#/components/schemas/Operator",
1175 }
1176 },
1177 "type": "object"
1178 },
1179 "FlowRunFilterWorkQueueName": {
1180 "additionalProperties": false,
1181 "properties": {
1182 "any_": {
1183 "anyOf": [
1184 {
1185 "items": {
1186 "type": "string"
1187 },
1188 "type": "array"
1189 },
1190 {
1191 "type": "null"
1192 }
1193 ],
1194 "examples": [
1195 [
1196 "work_queue_1",
1197 "work_queue_2"
1198 ]
1199 ],
1200 },
1201 "is_null_": {
1202 "anyOf": [
1203 {
1204 "type": "boolean"
1205 },
1206 {
1207 "type": "null"
1208 }
1209 ],
1210 },
1211 "operator": {
1212 "$ref": "#/components/schemas/Operator",
1213 }
1214 },
1215 "type": "object"
1216 },
1217 "Operator": {
1218 "enum": [
1219 "and_",
1220 "or_"
1221 ],
1222 "type": "string"
1223 },
1224 "StateType": {
1225 "enum": [
1226 "SCHEDULED",
1227 "PENDING",
1228 "RUNNING",
1229 "COMPLETED",
1230 "FAILED",
1231 "CANCELLED",
1232 "CRASHED",
1233 "PAUSED",
1234 "CANCELLING"
1235 ],
1236 "type": "string"
1237 },
1238 "TaskRunFilter": {
1239 "additionalProperties": false,
1240 "properties": {
1241 "expected_start_time": {
1242 "anyOf": [
1243 {
1244 "$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1245 },
1246 {
1247 "type": "null"
1248 }
1249 ],
1250 },
1251 "flow_run_id": {
1252 "anyOf": [
1253 {
1254 "$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1255 },
1256 {
1257 "type": "null"
1258 }
1259 ],
1260 },
1261 "id": {
1262 "anyOf": [
1263 {
1264 "$ref": "#/components/schemas/TaskRunFilterId"
1265 },
1266 {
1267 "type": "null"
1268 }
1269 ],
1270 },
1271 "name": {
1272 "anyOf": [
1273 {
1274 "$ref": "#/components/schemas/TaskRunFilterName"
1275 },
1276 {
1277 "type": "null"
1278 }
1279 ],
1280 },
1281 "operator": {
1282 "$ref": "#/components/schemas/Operator",
1283 },
1284 "start_time": {
1285 "anyOf": [
1286 {
1287 "$ref": "#/components/schemas/TaskRunFilterStartTime"
1288 },
1289 {
1290 "type": "null"
1291 }
1292 ],
1293 },
1294 "state": {
1295 "anyOf": [
1296 {
1297 "$ref": "#/components/schemas/TaskRunFilterState"
1298 },
1299 {
1300 "type": "null"
1301 }
1302 ],
1303 },
1304 "subflow_runs": {
1305 "anyOf": [
1306 {
1307 "$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1308 },
1309 {
1310 "type": "null"
1311 }
1312 ],
1313 },
1314 "tags": {
1315 "anyOf": [
1316 {
1317 "$ref": "#/components/schemas/TaskRunFilterTags"
1318 },
1319 {
1320 "type": "null"
1321 }
1322 ],
1323 }
1324 },
1325 "type": "object"
1326 },
1327 "TaskRunFilterExpectedStartTime": {
1328 "additionalProperties": false,
1329 "properties": {
1330 "after_": {
1331 "anyOf": [
1332 {
1333 "format": "date-time",
1334 "type": "string"
1335 },
1336 {
1337 "type": "null"
1338 }
1339 ],
1340 },
1341 "before_": {
1342 "anyOf": [
1343 {
1344 "format": "date-time",
1345 "type": "string"
1346 },
1347 {
1348 "type": "null"
1349 }
1350 ],
1351 }
1352 },
1353 "type": "object"
1354 },
1355 "TaskRunFilterFlowRunId": {
1356 "additionalProperties": false,
1357 "properties": {
1358 "any_": {
1359 "anyOf": [
1360 {
1361 "items": {
1362 "format": "uuid",
1363 "type": "string"
1364 },
1365 "type": "array"
1366 },
1367 {
1368 "type": "null"
1369 }
1370 ],
1371 },
1372 "is_null_": {
1373 "anyOf": [
1374 {
1375 "type": "boolean"
1376 },
1377 {
1378 "type": "null"
1379 }
1380 ],
1381 },
1382 "operator": {
1383 "$ref": "#/components/schemas/Operator",
1384 }
1385 },
1386 "type": "object"
1387 },
1388 "TaskRunFilterId": {
1389 "additionalProperties": false,
1390 "properties": {
1391 "any_": {
1392 "anyOf": [
1393 {
1394 "items": {
1395 "format": "uuid",
1396 "type": "string"
1397 },
1398 "type": "array"
1399 },
1400 {
1401 "type": "null"
1402 }
1403 ],
1404 }
1405 },
1406 "type": "object"
1407 },
1408 "TaskRunFilterName": {
1409 "additionalProperties": false,
1410 "properties": {
1411 "any_": {
1412 "anyOf": [
1413 {
1414 "items": {
1415 "type": "string"
1416 },
1417 "type": "array"
1418 },
1419 {
1420 "type": "null"
1421 }
1422 ],
1423 "examples": [
1424 [
1425 "my-task-run-1",
1426 "my-task-run-2"
1427 ]
1428 ],
1429 },
1430 "like_": {
1431 "anyOf": [
1432 {
1433 "type": "string"
1434 },
1435 {
1436 "type": "null"
1437 }
1438 ],
1439 "examples": [
1440 "marvin"
1441 ],
1442 }
1443 },
1444 "type": "object"
1445 },
1446 "TaskRunFilterStartTime": {
1447 "additionalProperties": false,
1448 "properties": {
1449 "after_": {
1450 "anyOf": [
1451 {
1452 "format": "date-time",
1453 "type": "string"
1454 },
1455 {
1456 "type": "null"
1457 }
1458 ],
1459 },
1460 "before_": {
1461 "anyOf": [
1462 {
1463 "format": "date-time",
1464 "type": "string"
1465 },
1466 {
1467 "type": "null"
1468 }
1469 ],
1470 },
1471 "is_null_": {
1472 "anyOf": [
1473 {
1474 "type": "boolean"
1475 },
1476 {
1477 "type": "null"
1478 }
1479 ],
1480 }
1481 },
1482 "type": "object"
1483 },
1484 "TaskRunFilterState": {
1485 "additionalProperties": false,
1486 "properties": {
1487 "name": {
1488 "anyOf": [
1489 {
1490 "$ref": "#/components/schemas/TaskRunFilterStateName"
1491 },
1492 {
1493 "type": "null"
1494 }
1495 ],
1496 },
1497 "operator": {
1498 "$ref": "#/components/schemas/Operator",
1499 },
1500 "type": {
1501 "anyOf": [
1502 {
1503 "$ref": "#/components/schemas/TaskRunFilterStateType"
1504 },
1505 {
1506 "type": "null"
1507 }
1508 ],
1509 }
1510 },
1511 "type": "object"
1512 },
1513 "TaskRunFilterStateName": {
1514 "additionalProperties": false,
1515 "properties": {
1516 "any_": {
1517 "anyOf": [
1518 {
1519 "items": {
1520 "type": "string"
1521 },
1522 "type": "array"
1523 },
1524 {
1525 "type": "null"
1526 }
1527 ],
1528 }
1529 },
1530 "type": "object"
1531 },
1532 "TaskRunFilterStateType": {
1533 "additionalProperties": false,
1534 "properties": {
1535 "any_": {
1536 "anyOf": [
1537 {
1538 "items": {
1539 "$ref": "#/components/schemas/StateType"
1540 },
1541 "type": "array"
1542 },
1543 {
1544 "type": "null"
1545 }
1546 ],
1547 }
1548 },
1549 "type": "object"
1550 },
1551 "TaskRunFilterSubFlowRuns": {
1552 "additionalProperties": false,
1553 "properties": {
1554 "exists_": {
1555 "anyOf": [
1556 {
1557 "type": "boolean"
1558 },
1559 {
1560 "type": "null"
1561 }
1562 ],
1563 }
1564 },
1565 "type": "object"
1566 },
1567 "TaskRunFilterTags": {
1568 "additionalProperties": false,
1569 "properties": {
1570 "all_": {
1571 "anyOf": [
1572 {
1573 "items": {
1574 "type": "string"
1575 },
1576 "type": "array"
1577 },
1578 {
1579 "type": "null"
1580 }
1581 ],
1582 "examples": [
1583 [
1584 "tag-1",
1585 "tag-2"
1586 ]
1587 ],
1588 },
1589 "is_null_": {
1590 "anyOf": [
1591 {
1592 "type": "boolean"
1593 },
1594 {
1595 "type": "null"
1596 }
1597 ],
1598 },
1599 "operator": {
1600 "$ref": "#/components/schemas/Operator",
1601 }
1602 },
1603 "type": "object"
1604 },
1605 "WorkPoolFilter": {
1606 "additionalProperties": false,
1607 "properties": {
1608 "id": {
1609 "anyOf": [
1610 {
1611 "$ref": "#/components/schemas/WorkPoolFilterId"
1612 },
1613 {
1614 "type": "null"
1615 }
1616 ],
1617 },
1618 "name": {
1619 "anyOf": [
1620 {
1621 "$ref": "#/components/schemas/WorkPoolFilterName"
1622 },
1623 {
1624 "type": "null"
1625 }
1626 ],
1627 },
1628 "operator": {
1629 "$ref": "#/components/schemas/Operator",
1630 },
1631 "type": {
1632 "anyOf": [
1633 {
1634 "$ref": "#/components/schemas/WorkPoolFilterType"
1635 },
1636 {
1637 "type": "null"
1638 }
1639 ],
1640 }
1641 },
1642 "type": "object"
1643 },
1644 "WorkPoolFilterId": {
1645 "additionalProperties": false,
1646 "properties": {
1647 "any_": {
1648 "anyOf": [
1649 {
1650 "items": {
1651 "format": "uuid",
1652 "type": "string"
1653 },
1654 "type": "array"
1655 },
1656 {
1657 "type": "null"
1658 }
1659 ],
1660 }
1661 },
1662 "type": "object"
1663 },
1664 "WorkPoolFilterName": {
1665 "additionalProperties": false,
1666 "properties": {
1667 "any_": {
1668 "anyOf": [
1669 {
1670 "items": {
1671 "type": "string"
1672 },
1673 "type": "array"
1674 },
1675 {
1676 "type": "null"
1677 }
1678 ],
1679 }
1680 },
1681 "type": "object"
1682 },
1683 "WorkPoolFilterType": {
1684 "additionalProperties": false,
1685 "properties": {
1686 "any_": {
1687 "anyOf": [
1688 {
1689 "items": {
1690 "type": "string"
1691 },
1692 "type": "array"
1693 },
1694 {
1695 "type": "null"
1696 }
1697 ],
1698 }
1699 },
1700 "type": "object"
1701 },
1702 "WorkQueueFilter": {
1703 "additionalProperties": false,
1704 "properties": {
1705 "id": {
1706 "anyOf": [
1707 {
1708 "$ref": "#/components/schemas/WorkQueueFilterId"
1709 },
1710 {
1711 "type": "null"
1712 }
1713 ],
1714 },
1715 "name": {
1716 "anyOf": [
1717 {
1718 "$ref": "#/components/schemas/WorkQueueFilterName"
1719 },
1720 {
1721 "type": "null"
1722 }
1723 ],
1724 },
1725 "operator": {
1726 "$ref": "#/components/schemas/Operator",
1727 }
1728 },
1729 "type": "object"
1730 },
1731 "WorkQueueFilterId": {
1732 "additionalProperties": false,
1733 "properties": {
1734 "any_": {
1735 "anyOf": [
1736 {
1737 "items": {
1738 "format": "uuid",
1739 "type": "string"
1740 },
1741 "type": "array"
1742 },
1743 {
1744 "type": "null"
1745 }
1746 ],
1747 }
1748 },
1749 "type": "object"
1750 },
1751 "WorkQueueFilterName": {
1752 "additionalProperties": false,
1753 "properties": {
1754 "any_": {
1755 "anyOf": [
1756 {
1757 "items": {
1758 "type": "string"
1759 },
1760 "type": "array"
1761 },
1762 {
1763 "type": "null"
1764 }
1765 ],
1766 "examples": [
1767 [
1768 "wq-1",
1769 "wq-2"
1770 ]
1771 ],
1772 },
1773 "startswith_": {
1774 "anyOf": [
1775 {
1776 "items": {
1777 "type": "string"
1778 },
1779 "type": "array"
1780 },
1781 {
1782 "type": "null"
1783 }
1784 ],
1785 "examples": [
1786 [
1787 "marvin",
1788 "Marvin-robot"
1789 ]
1790 ],
1791 }
1792 },
1793 "type": "object"
1794 }
1795 }
1796 }
1797}
Responses
seen average

200
Successful Response
1 10.61ms
422
Validation Error
830 2.02ms
default
Default
766 6.90ms
Examples
19 of 19 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json545 of 545 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_deployments_deployments_filter_post",
3 "components": {
4 "schemas": {
5 "Body_read_deployments_deployments_filter_post": {
6 "properties": {
7 "deployments": {
8 "anyOf": [
9 {
10 "$ref": "#/components/schemas/DeploymentFilter"
11 },
12 {
13 "type": "null"
14 }
15 ]
16 },
17 "flow_runs": {
18 "anyOf": [
19 {
20 "$ref": "#/components/schemas/FlowRunFilter"
21 },
22 {
23 "type": "null"
24 }
25 ]
26 },
27 "flows": {
28 "anyOf": [
29 {
30 "$ref": "#/components/schemas/FlowFilter"
31 },
32 {
33 "type": "null"
34 }
35 ]
36 },
37 "limit": {
38 "type": "integer"
39 },
40 "offset": {
41 "minimum": 0.0,
42 "type": "integer"
43 },
44 "sort": {
45 "$ref": "#/components/schemas/DeploymentSort",
46 },
47 "task_runs": {
48 "anyOf": [
49 {
50 "$ref": "#/components/schemas/TaskRunFilter"
51 },
52 {
53 "type": "null"
54 }
55 ]
56 },
57 "work_pool_queues": {
58 "anyOf": [
59 {
60 "$ref": "#/components/schemas/WorkQueueFilter"
61 },
62 {
63 "type": "null"
64 }
65 ]
66 },
67 "work_pools": {
68 "anyOf": [
69 {
70 "$ref": "#/components/schemas/WorkPoolFilter"
71 },
72 {
73 "type": "null"
74 }
75 ]
76 }
77 },
78 "type": "object"
79 },
80 "DeploymentFilter": {
81 "additionalProperties": false,
82 "properties": {
83 "concurrency_limit": {
84 "anyOf": [
85 {
86 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
87 },
88 {
89 "type": "null"
90 }
91 ],
92 "deprecated": true,
93 },
94 "flow_or_deployment_name": {
95 "anyOf": [
96 {
97 "$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
98 },
99 {
100 "type": "null"
101 }
102 ],
103 },
104 "id": {
105 "anyOf": [
106 {
107 "$ref": "#/components/schemas/DeploymentFilterId"
108 },
109 {
110 "type": "null"
111 }
112 ],
113 },
114 "name": {
115 "anyOf": [
116 {
117 "$ref": "#/components/schemas/DeploymentFilterName"
118 },
119 {
120 "type": "null"
121 }
122 ],
123 },
124 "operator": {
125 "$ref": "#/components/schemas/Operator",
126 },
127 "paused": {
128 "anyOf": [
129 {
130 "$ref": "#/components/schemas/DeploymentFilterPaused"
131 },
132 {
133 "type": "null"
134 }
135 ],
136 },
137 "tags": {
138 "anyOf": [
139 {
140 "$ref": "#/components/schemas/DeploymentFilterTags"
141 },
142 {
143 "type": "null"
144 }
145 ],
146 },
147 "work_queue_name": {
148 "anyOf": [
149 {
150 "$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
151 },
152 {
153 "type": "null"
154 }
155 ],
156 }
157 },
158 "type": "object"
159 },
160 "DeploymentFilterConcurrencyLimit": {
161 "additionalProperties": false,
162 "properties": {
163 "ge_": {
164 "anyOf": [
165 {
166 "type": "integer"
167 },
168 {
169 "type": "null"
170 }
171 ],
172 },
173 "is_null_": {
174 "anyOf": [
175 {
176 "type": "boolean"
177 },
178 {
179 "type": "null"
180 }
181 ],
182 },
183 "le_": {
184 "anyOf": [
185 {
186 "type": "integer"
187 },
188 {
189 "type": "null"
190 }
191 ],
192 }
193 },
194 "type": "object"
195 },
196 "DeploymentFilterId": {
197 "additionalProperties": false,
198 "properties": {
199 "any_": {
200 "anyOf": [
201 {
202 "items": {
203 "format": "uuid",
204 "type": "string"
205 },
206 "type": "array"
207 },
208 {
209 "type": "null"
210 }
211 ],
212 },
213 "not_any_": {
214 "anyOf": [
215 {
216 "items": {
217 "format": "uuid",
218 "type": "string"
219 },
220 "type": "array"
221 },
222 {
223 "type": "null"
224 }
225 ],
226 }
227 },
228 "type": "object"
229 },
230 "DeploymentFilterName": {
231 "additionalProperties": false,
232 "properties": {
233 "any_": {
234 "anyOf": [
235 {
236 "items": {
237 "type": "string"
238 },
239 "type": "array"
240 },
241 {
242 "type": "null"
243 }
244 ],
245 "examples": [
246 [
247 "my-deployment-1",
248 "my-deployment-2"
249 ]
250 ],
251 },
252 "like_": {
253 "anyOf": [
254 {
255 "type": "string"
256 },
257 {
258 "type": "null"
259 }
260 ],
261 "examples": [
262 "marvin"
263 ],
264 }
265 },
266 "type": "object"
267 },
268 "DeploymentFilterPaused": {
269 "additionalProperties": false,
270 "properties": {
271 "eq_": {
272 "anyOf": [
273 {
274 "type": "boolean"
275 },
276 {
277 "type": "null"
278 }
279 ],
280 }
281 },
282 "type": "object"
283 },
284 "DeploymentFilterTags": {
285 "additionalProperties": false,
286 "properties": {
287 "all_": {
288 "anyOf": [
289 {
290 "items": {
291 "type": "string"
292 },
293 "type": "array"
294 },
295 {
296 "type": "null"
297 }
298 ],
299 "examples": [
300 [
301 "tag-1",
302 "tag-2"
303 ]
304 ],
305 },
306 "any_": {
307 "anyOf": [
308 {
309 "items": {
310 "type": "string"
311 },
312 "type": "array"
313 },
314 {
315 "type": "null"
316 }
317 ],
318 "examples": [
319 [
320 "tag-1",
321 "tag-2"
322 ]
323 ],
324 },
325 "is_null_": {
326 "anyOf": [
327 {
328 "type": "boolean"
329 },
330 {
331 "type": "null"
332 }
333 ],
334 },
335 "operator": {
336 "$ref": "#/components/schemas/Operator",
337 }
338 },
339 "type": "object"
340 },
341 "DeploymentFilterWorkQueueName": {
342 "additionalProperties": false,
343 "properties": {
344 "any_": {
345 "anyOf": [
346 {
347 "items": {
348 "type": "string"
349 },
350 "type": "array"
351 },
352 {
353 "type": "null"
354 }
355 ],
356 "examples": [
357 [
358 "work_queue_1",
359 "work_queue_2"
360 ]
361 ],
362 }
363 },
364 "type": "object"
365 },
366 "DeploymentOrFlowNameFilter": {
367 "additionalProperties": false,
368 "properties": {
369 "like_": {
370 "anyOf": [
371 {
372 "type": "string"
373 },
374 {
375 "type": "null"
376 }
377 ],
378 }
379 },
380 "type": "object"
381 },
382 "DeploymentSort": {
383 "enum": [
384 "CREATED_DESC",
385 "UPDATED_DESC",
386 "NAME_ASC",
387 "NAME_DESC"
388 ],
389 "type": "string"
390 },
391 "FlowFilter": {
392 "additionalProperties": false,
393 "properties": {
394 "deployment": {
395 "anyOf": [
396 {
397 "$ref": "#/components/schemas/FlowFilterDeployment"
398 },
399 {
400 "type": "null"
401 }
402 ],
403 },
404 "id": {
405 "anyOf": [
406 {
407 "$ref": "#/components/schemas/FlowFilterId"
408 },
409 {
410 "type": "null"
411 }
412 ],
413 },
414 "name": {
415 "anyOf": [
416 {
417 "$ref": "#/components/schemas/FlowFilterName"
418 },
419 {
420 "type": "null"
421 }
422 ],
423 },
424 "operator": {
425 "$ref": "#/components/schemas/Operator",
426 },
427 "tags": {
428 "anyOf": [
429 {
430 "$ref": "#/components/schemas/FlowFilterTags"
431 },
432 {
433 "type": "null"
434 }
435 ],
436 }
437 },
438 "type": "object"
439 },
440 "FlowFilterDeployment": {
441 "additionalProperties": false,
442 "properties": {
443 "is_null_": {
444 "anyOf": [
445 {
446 "type": "boolean"
447 },
448 {
449 "type": "null"
450 }
451 ],
452 },
453 "operator": {
454 "$ref": "#/components/schemas/Operator",
455 }
456 },
457 "type": "object"
458 },
459 "FlowFilterId": {
460 "additionalProperties": false,
461 "properties": {
462 "any_": {
463 "anyOf": [
464 {
465 "items": {
466 "format": "uuid",
467 "type": "string"
468 },
469 "type": "array"
470 },
471 {
472 "type": "null"
473 }
474 ],
475 }
476 },
477 "type": "object"
478 },
479 "FlowFilterName": {
480 "additionalProperties": false,
481 "properties": {
482 "any_": {
483 "anyOf": [
484 {
485 "items": {
486 "type": "string"
487 },
488 "type": "array"
489 },
490 {
491 "type": "null"
492 }
493 ],
494 "examples": [
495 [
496 "my-flow-1",
497 "my-flow-2"
498 ]
499 ],
500 },
501 "like_": {
502 "anyOf": [
503 {
504 "type": "string"
505 },
506 {
507 "type": "null"
508 }
509 ],
510 "examples": [
511 "marvin"
512 ],
513 }
514 },
515 "type": "object"
516 },
517 "FlowFilterTags": {
518 "additionalProperties": false,
519 "properties": {
520 "all_": {
521 "anyOf": [
522 {
523 "items": {
524 "type": "string"
525 },
526 "type": "array"
527 },
528 {
529 "type": "null"
530 }
531 ],
532 "examples": [
533 [
534 "tag-1",
535 "tag-2"
536 ]
537 ],
538 },
539 "is_null_": {
540 "anyOf": [
541 {
542 "type": "boolean"
543 },
544 {
545 "type": "null"
546 }
547 ],
548 },
549 "operator": {
550 "$ref": "#/components/schemas/Operator",
551 }
552 },
553 "type": "object"
554 },
555 "FlowRunFilter": {
556 "additionalProperties": false,
557 "properties": {
558 "deployment_id": {
559 "anyOf": [
560 {
561 "$ref": "#/components/schemas/FlowRunFilterDeploymentId"
562 },
563 {
564 "type": "null"
565 }
566 ],
567 },
568 "end_time": {
569 "anyOf": [
570 {
571 "$ref": "#/components/schemas/FlowRunFilterEndTime"
572 },
573 {
574 "type": "null"
575 }
576 ],
577 },
578 "expected_start_time": {
579 "anyOf": [
580 {
581 "$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
582 },
583 {
584 "type": "null"
585 }
586 ],
587 },
588 "flow_version": {
589 "anyOf": [
590 {
591 "$ref": "#/components/schemas/FlowRunFilterFlowVersion"
592 },
593 {
594 "type": "null"
595 }
596 ],
597 },
598 "id": {
599 "anyOf": [
600 {
601 "$ref": "#/components/schemas/FlowRunFilterId"
602 },
603 {
604 "type": "null"
605 }
606 ],
607 },
608 "idempotency_key": {
609 "anyOf": [
610 {
611 "$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
612 },
613 {
614 "type": "null"
615 }
616 ],
617 },
618 "name": {
619 "anyOf": [
620 {
621 "$ref": "#/components/schemas/FlowRunFilterName"
622 },
623 {
624 "type": "null"
625 }
626 ],
627 },
628 "next_scheduled_start_time": {
629 "anyOf": [
630 {
631 "$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
632 },
633 {
634 "type": "null"
635 }
636 ],
637 },
638 "operator": {
639 "$ref": "#/components/schemas/Operator",
640 },
641 "parent_flow_run_id": {
642 "anyOf": [
643 {
644 "$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
645 },
646 {
647 "type": "null"
648 }
649 ],
650 },
651 "parent_task_run_id": {
652 "anyOf": [
653 {
654 "$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
655 },
656 {
657 "type": "null"
658 }
659 ],
660 },
661 "start_time": {
662 "anyOf": [
663 {
664 "$ref": "#/components/schemas/FlowRunFilterStartTime"
665 },
666 {
667 "type": "null"
668 }
669 ],
670 },
671 "state": {
672 "anyOf": [
673 {
674 "$ref": "#/components/schemas/FlowRunFilterState"
675 },
676 {
677 "type": "null"
678 }
679 ],
680 },
681 "tags": {
682 "anyOf": [
683 {
684 "$ref": "#/components/schemas/FlowRunFilterTags"
685 },
686 {
687 "type": "null"
688 }
689 ],
690 },
691 "work_queue_name": {
692 "anyOf": [
693 {
694 "$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
695 },
696 {
697 "type": "null"
698 }
699 ],
700 }
701 },
702 "type": "object"
703 },
704 "FlowRunFilterDeploymentId": {
705 "additionalProperties": false,
706 "properties": {
707 "any_": {
708 "anyOf": [
709 {
710 "items": {
711 "format": "uuid",
712 "type": "string"
713 },
714 "type": "array"
715 },
716 {
717 "type": "null"
718 }
719 ],
720 },
721 "is_null_": {
722 "anyOf": [
723 {
724 "type": "boolean"
725 },
726 {
727 "type": "null"
728 }
729 ],
730 },
731 "operator": {
732 "$ref": "#/components/schemas/Operator",
733 }
734 },
735 "type": "object"
736 },
737 "FlowRunFilterEndTime": {
738 "additionalProperties": false,
739 "properties": {
740 "after_": {
741 "anyOf": [
742 {
743 "format": "date-time",
744 "type": "string"
745 },
746 {
747 "type": "null"
748 }
749 ],
750 },
751 "before_": {
752 "anyOf": [
753 {
754 "format": "date-time",
755 "type": "string"
756 },
757 {
758 "type": "null"
759 }
760 ],
761 },
762 "is_null_": {
763 "anyOf": [
764 {
765 "type": "boolean"
766 },
767 {
768 "type": "null"
769 }
770 ],
771 }
772 },
773 "type": "object"
774 },
775 "FlowRunFilterExpectedStartTime": {
776 "additionalProperties": false,
777 "properties": {
778 "after_": {
779 "anyOf": [
780 {
781 "format": "date-time",
782 "type": "string"
783 },
784 {
785 "type": "null"
786 }
787 ],
788 },
789 "before_": {
790 "anyOf": [
791 {
792 "format": "date-time",
793 "type": "string"
794 },
795 {
796 "type": "null"
797 }
798 ],
799 }
800 },
801 "type": "object"
802 },
803 "FlowRunFilterFlowVersion": {
804 "additionalProperties": false,
805 "properties": {
806 "any_": {
807 "anyOf": [
808 {
809 "items": {
810 "type": "string"
811 },
812 "type": "array"
813 },
814 {
815 "type": "null"
816 }
817 ],
818 }
819 },
820 "type": "object"
821 },
822 "FlowRunFilterId": {
823 "additionalProperties": false,
824 "properties": {
825 "any_": {
826 "anyOf": [
827 {
828 "items": {
829 "format": "uuid",
830 "type": "string"
831 },
832 "type": "array"
833 },
834 {
835 "type": "null"
836 }
837 ],
838 },
839 "not_any_": {
840 "anyOf": [
841 {
842 "items": {
843 "format": "uuid",
844 "type": "string"
845 },
846 "type": "array"
847 },
848 {
849 "type": "null"
850 }
851 ],
852 }
853 },
854 "type": "object"
855 },
856 "FlowRunFilterIdempotencyKey": {
857 "additionalProperties": false,
858 "properties": {
859 "any_": {
860 "anyOf": [
861 {
862 "items": {
863 "type": "string"
864 },
865 "type": "array"
866 },
867 {
868 "type": "null"
869 }
870 ],
871 },
872 "not_any_": {
873 "anyOf": [
874 {
875 "items": {
876 "type": "string"
877 },
878 "type": "array"
879 },
880 {
881 "type": "null"
882 }
883 ],
884 }
885 },
886 "type": "object"
887 },
888 "FlowRunFilterName": {
889 "additionalProperties": false,
890 "properties": {
891 "any_": {
892 "anyOf": [
893 {
894 "items": {
895 "type": "string"
896 },
897 "type": "array"
898 },
899 {
900 "type": "null"
901 }
902 ],
903 "examples": [
904 [
905 "my-flow-run-1",
906 "my-flow-run-2"
907 ]
908 ],
909 },
910 "like_": {
911 "anyOf": [
912 {
913 "type": "string"
914 },
915 {
916 "type": "null"
917 }
918 ],
919 "examples": [
920 "marvin"
921 ],
922 }
923 },
924 "type": "object"
925 },
926 "FlowRunFilterNextScheduledStartTime": {
927 "additionalProperties": false,
928 "properties": {
929 "after_": {
930 "anyOf": [
931 {
932 "format": "date-time",
933 "type": "string"
934 },
935 {
936 "type": "null"
937 }
938 ],
939 },
940 "before_": {
941 "anyOf": [
942 {
943 "format": "date-time",
944 "type": "string"
945 },
946 {
947 "type": "null"
948 }
949 ],
950 }
951 },
952 "type": "object"
953 },
954 "FlowRunFilterParentFlowRunId": {
955 "additionalProperties": false,
956 "properties": {
957 "any_": {
958 "anyOf": [
959 {
960 "items": {
961 "format": "uuid",
962 "type": "string"
963 },
964 "type": "array"
965 },
966 {
967 "type": "null"
968 }
969 ],
970 },
971 "operator": {
972 "$ref": "#/components/schemas/Operator",
973 }
974 },
975 "type": "object"
976 },
977 "FlowRunFilterParentTaskRunId": {
978 "additionalProperties": false,
979 "properties": {
980 "any_": {
981 "anyOf": [
982 {
983 "items": {
984 "format": "uuid",
985 "type": "string"
986 },
987 "type": "array"
988 },
989 {
990 "type": "null"
991 }
992 ],
993 },
994 "is_null_": {
995 "anyOf": [
996 {
997 "type": "boolean"
998 },
999 {
1000 "type": "null"
1001 }
1002 ],
1003 },
1004 "operator": {
1005 "$ref": "#/components/schemas/Operator",
1006 }
1007 },
1008 "type": "object"
1009 },
1010 "FlowRunFilterStartTime": {
1011 "additionalProperties": false,
1012 "properties": {
1013 "after_": {
1014 "anyOf": [
1015 {
1016 "format": "date-time",
1017 "type": "string"
1018 },
1019 {
1020 "type": "null"
1021 }
1022 ],
1023 },
1024 "before_": {
1025 "anyOf": [
1026 {
1027 "format": "date-time",
1028 "type": "string"
1029 },
1030 {
1031 "type": "null"
1032 }
1033 ],
1034 },
1035 "is_null_": {
1036 "anyOf": [
1037 {
1038 "type": "boolean"
1039 },
1040 {
1041 "type": "null"
1042 }
1043 ],
1044 }
1045 },
1046 "type": "object"
1047 },
1048 "FlowRunFilterState": {
1049 "additionalProperties": false,
1050 "properties": {
1051 "name": {
1052 "anyOf": [
1053 {
1054 "$ref": "#/components/schemas/FlowRunFilterStateName"
1055 },
1056 {
1057 "type": "null"
1058 }
1059 ],
1060 },
1061 "operator": {
1062 "$ref": "#/components/schemas/Operator",
1063 },
1064 "type": {
1065 "anyOf": [
1066 {
1067 "$ref": "#/components/schemas/FlowRunFilterStateType"
1068 },
1069 {
1070 "type": "null"
1071 }
1072 ],
1073 }
1074 },
1075 "type": "object"
1076 },
1077 "FlowRunFilterStateName": {
1078 "additionalProperties": false,
1079 "properties": {
1080 "any_": {
1081 "anyOf": [
1082 {
1083 "items": {
1084 "type": "string"
1085 },
1086 "type": "array"
1087 },
1088 {
1089 "type": "null"
1090 }
1091 ],
1092 },
1093 "not_any_": {
1094 "anyOf": [
1095 {
1096 "items": {
1097 "type": "string"
1098 },
1099 "type": "array"
1100 },
1101 {
1102 "type": "null"
1103 }
1104 ],
1105 }
1106 },
1107 "type": "object"
1108 },
1109 "FlowRunFilterStateType": {
1110 "additionalProperties": false,
1111 "properties": {
1112 "any_": {
1113 "anyOf": [
1114 {
1115 "items": {
1116 "$ref": "#/components/schemas/StateType"
1117 },
1118 "type": "array"
1119 },
1120 {
1121 "type": "null"
1122 }
1123 ],
1124 },
1125 "not_any_": {
1126 "anyOf": [
1127 {
1128 "items": {
1129 "$ref": "#/components/schemas/StateType"
1130 },
1131 "type": "array"
1132 },
1133 {
1134 "type": "null"
1135 }
1136 ],
1137 }
1138 },
1139 "type": "object"
1140 },
1141 "FlowRunFilterTags": {
1142 "additionalProperties": false,
1143 "properties": {
1144 "all_": {
1145 "anyOf": [
1146 {
1147 "items": {
1148 "type": "string"
1149 },
1150 "type": "array"
1151 },
1152 {
1153 "type": "null"
1154 }
1155 ],
1156 "examples": [
1157 [
1158 "tag-1",
1159 "tag-2"
1160 ]
1161 ],
1162 },
1163 "any_": {
1164 "anyOf": [
1165 {
1166 "items": {
1167 "type": "string"
1168 },
1169 "type": "array"
1170 },
1171 {
1172 "type": "null"
1173 }
1174 ],
1175 "examples": [
1176 [
1177 "tag-1",
1178 "tag-2"
1179 ]
1180 ],
1181 },
1182 "is_null_": {
1183 "anyOf": [
1184 {
1185 "type": "boolean"
1186 },
1187 {
1188 "type": "null"
1189 }
1190 ],
1191 },
1192 "operator": {
1193 "$ref": "#/components/schemas/Operator",
1194 }
1195 },
1196 "type": "object"
1197 },
1198 "FlowRunFilterWorkQueueName": {
1199 "additionalProperties": false,
1200 "properties": {
1201 "any_": {
1202 "anyOf": [
1203 {
1204 "items": {
1205 "type": "string"
1206 },
1207 "type": "array"
1208 },
1209 {
1210 "type": "null"
1211 }
1212 ],
1213 "examples": [
1214 [
1215 "work_queue_1",
1216 "work_queue_2"
1217 ]
1218 ],
1219 },
1220 "is_null_": {
1221 "anyOf": [
1222 {
1223 "type": "boolean"
1224 },
1225 {
1226 "type": "null"
1227 }
1228 ],
1229 },
1230 "operator": {
1231 "$ref": "#/components/schemas/Operator",
1232 }
1233 },
1234 "type": "object"
1235 },
1236 "Operator": {
1237 "enum": [
1238 "and_",
1239 "or_"
1240 ],
1241 "type": "string"
1242 },
1243 "StateType": {
1244 "enum": [
1245 "SCHEDULED",
1246 "PENDING",
1247 "RUNNING",
1248 "COMPLETED",
1249 "FAILED",
1250 "CANCELLED",
1251 "CRASHED",
1252 "PAUSED",
1253 "CANCELLING"
1254 ],
1255 "type": "string"
1256 },
1257 "TaskRunFilter": {
1258 "additionalProperties": false,
1259 "properties": {
1260 "expected_start_time": {
1261 "anyOf": [
1262 {
1263 "$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1264 },
1265 {
1266 "type": "null"
1267 }
1268 ],
1269 },
1270 "flow_run_id": {
1271 "anyOf": [
1272 {
1273 "$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1274 },
1275 {
1276 "type": "null"
1277 }
1278 ],
1279 },
1280 "id": {
1281 "anyOf": [
1282 {
1283 "$ref": "#/components/schemas/TaskRunFilterId"
1284 },
1285 {
1286 "type": "null"
1287 }
1288 ],
1289 },
1290 "name": {
1291 "anyOf": [
1292 {
1293 "$ref": "#/components/schemas/TaskRunFilterName"
1294 },
1295 {
1296 "type": "null"
1297 }
1298 ],
1299 },
1300 "operator": {
1301 "$ref": "#/components/schemas/Operator",
1302 },
1303 "start_time": {
1304 "anyOf": [
1305 {
1306 "$ref": "#/components/schemas/TaskRunFilterStartTime"
1307 },
1308 {
1309 "type": "null"
1310 }
1311 ],
1312 },
1313 "state": {
1314 "anyOf": [
1315 {
1316 "$ref": "#/components/schemas/TaskRunFilterState"
1317 },
1318 {
1319 "type": "null"
1320 }
1321 ],
1322 },
1323 "subflow_runs": {
1324 "anyOf": [
1325 {
1326 "$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1327 },
1328 {
1329 "type": "null"
1330 }
1331 ],
1332 },
1333 "tags": {
1334 "anyOf": [
1335 {
1336 "$ref": "#/components/schemas/TaskRunFilterTags"
1337 },
1338 {
1339 "type": "null"
1340 }
1341 ],
1342 }
1343 },
1344 "type": "object"
1345 },
1346 "TaskRunFilterExpectedStartTime": {
1347 "additionalProperties": false,
1348 "properties": {
1349 "after_": {
1350 "anyOf": [
1351 {
1352 "format": "date-time",
1353 "type": "string"
1354 },
1355 {
1356 "type": "null"
1357 }
1358 ],
1359 },
1360 "before_": {
1361 "anyOf": [
1362 {
1363 "format": "date-time",
1364 "type": "string"
1365 },
1366 {
1367 "type": "null"
1368 }
1369 ],
1370 }
1371 },
1372 "type": "object"
1373 },
1374 "TaskRunFilterFlowRunId": {
1375 "additionalProperties": false,
1376 "properties": {
1377 "any_": {
1378 "anyOf": [
1379 {
1380 "items": {
1381 "format": "uuid",
1382 "type": "string"
1383 },
1384 "type": "array"
1385 },
1386 {
1387 "type": "null"
1388 }
1389 ],
1390 },
1391 "is_null_": {
1392 "anyOf": [
1393 {
1394 "type": "boolean"
1395 },
1396 {
1397 "type": "null"
1398 }
1399 ],
1400 },
1401 "operator": {
1402 "$ref": "#/components/schemas/Operator",
1403 }
1404 },
1405 "type": "object"
1406 },
1407 "TaskRunFilterId": {
1408 "additionalProperties": false,
1409 "properties": {
1410 "any_": {
1411 "anyOf": [
1412 {
1413 "items": {
1414 "format": "uuid",
1415 "type": "string"
1416 },
1417 "type": "array"
1418 },
1419 {
1420 "type": "null"
1421 }
1422 ],
1423 }
1424 },
1425 "type": "object"
1426 },
1427 "TaskRunFilterName": {
1428 "additionalProperties": false,
1429 "properties": {
1430 "any_": {
1431 "anyOf": [
1432 {
1433 "items": {
1434 "type": "string"
1435 },
1436 "type": "array"
1437 },
1438 {
1439 "type": "null"
1440 }
1441 ],
1442 "examples": [
1443 [
1444 "my-task-run-1",
1445 "my-task-run-2"
1446 ]
1447 ],
1448 },
1449 "like_": {
1450 "anyOf": [
1451 {
1452 "type": "string"
1453 },
1454 {
1455 "type": "null"
1456 }
1457 ],
1458 "examples": [
1459 "marvin"
1460 ],
1461 }
1462 },
1463 "type": "object"
1464 },
1465 "TaskRunFilterStartTime": {
1466 "additionalProperties": false,
1467 "properties": {
1468 "after_": {
1469 "anyOf": [
1470 {
1471 "format": "date-time",
1472 "type": "string"
1473 },
1474 {
1475 "type": "null"
1476 }
1477 ],
1478 },
1479 "before_": {
1480 "anyOf": [
1481 {
1482 "format": "date-time",
1483 "type": "string"
1484 },
1485 {
1486 "type": "null"
1487 }
1488 ],
1489 },
1490 "is_null_": {
1491 "anyOf": [
1492 {
1493 "type": "boolean"
1494 },
1495 {
1496 "type": "null"
1497 }
1498 ],
1499 }
1500 },
1501 "type": "object"
1502 },
1503 "TaskRunFilterState": {
1504 "additionalProperties": false,
1505 "properties": {
1506 "name": {
1507 "anyOf": [
1508 {
1509 "$ref": "#/components/schemas/TaskRunFilterStateName"
1510 },
1511 {
1512 "type": "null"
1513 }
1514 ],
1515 },
1516 "operator": {
1517 "$ref": "#/components/schemas/Operator",
1518 },
1519 "type": {
1520 "anyOf": [
1521 {
1522 "$ref": "#/components/schemas/TaskRunFilterStateType"
1523 },
1524 {
1525 "type": "null"
1526 }
1527 ],
1528 }
1529 },
1530 "type": "object"
1531 },
1532 "TaskRunFilterStateName": {
1533 "additionalProperties": false,
1534 "properties": {
1535 "any_": {
1536 "anyOf": [
1537 {
1538 "items": {
1539 "type": "string"
1540 },
1541 "type": "array"
1542 },
1543 {
1544 "type": "null"
1545 }
1546 ],
1547 }
1548 },
1549 "type": "object"
1550 },
1551 "TaskRunFilterStateType": {
1552 "additionalProperties": false,
1553 "properties": {
1554 "any_": {
1555 "anyOf": [
1556 {
1557 "items": {
1558 "$ref": "#/components/schemas/StateType"
1559 },
1560 "type": "array"
1561 },
1562 {
1563 "type": "null"
1564 }
1565 ],
1566 }
1567 },
1568 "type": "object"
1569 },
1570 "TaskRunFilterSubFlowRuns": {
1571 "additionalProperties": false,
1572 "properties": {
1573 "exists_": {
1574 "anyOf": [
1575 {
1576 "type": "boolean"
1577 },
1578 {
1579 "type": "null"
1580 }
1581 ],
1582 }
1583 },
1584 "type": "object"
1585 },
1586 "TaskRunFilterTags": {
1587 "additionalProperties": false,
1588 "properties": {
1589 "all_": {
1590 "anyOf": [
1591 {
1592 "items": {
1593 "type": "string"
1594 },
1595 "type": "array"
1596 },
1597 {
1598 "type": "null"
1599 }
1600 ],
1601 "examples": [
1602 [
1603 "tag-1",
1604 "tag-2"
1605 ]
1606 ],
1607 },
1608 "is_null_": {
1609 "anyOf": [
1610 {
1611 "type": "boolean"
1612 },
1613 {
1614 "type": "null"
1615 }
1616 ],
1617 },
1618 "operator": {
1619 "$ref": "#/components/schemas/Operator",
1620 }
1621 },
1622 "type": "object"
1623 },
1624 "WorkPoolFilter": {
1625 "additionalProperties": false,
1626 "properties": {
1627 "id": {
1628 "anyOf": [
1629 {
1630 "$ref": "#/components/schemas/WorkPoolFilterId"
1631 },
1632 {
1633 "type": "null"
1634 }
1635 ],
1636 },
1637 "name": {
1638 "anyOf": [
1639 {
1640 "$ref": "#/components/schemas/WorkPoolFilterName"
1641 },
1642 {
1643 "type": "null"
1644 }
1645 ],
1646 },
1647 "operator": {
1648 "$ref": "#/components/schemas/Operator",
1649 },
1650 "type": {
1651 "anyOf": [
1652 {
1653 "$ref": "#/components/schemas/WorkPoolFilterType"
1654 },
1655 {
1656 "type": "null"
1657 }
1658 ],
1659 }
1660 },
1661 "type": "object"
1662 },
1663 "WorkPoolFilterId": {
1664 "additionalProperties": false,
1665 "properties": {
1666 "any_": {
1667 "anyOf": [
1668 {
1669 "items": {
1670 "format": "uuid",
1671 "type": "string"
1672 },
1673 "type": "array"
1674 },
1675 {
1676 "type": "null"
1677 }
1678 ],
1679 }
1680 },
1681 "type": "object"
1682 },
1683 "WorkPoolFilterName": {
1684 "additionalProperties": false,
1685 "properties": {
1686 "any_": {
1687 "anyOf": [
1688 {
1689 "items": {
1690 "type": "string"
1691 },
1692 "type": "array"
1693 },
1694 {
1695 "type": "null"
1696 }
1697 ],
1698 }
1699 },
1700 "type": "object"
1701 },
1702 "WorkPoolFilterType": {
1703 "additionalProperties": false,
1704 "properties": {
1705 "any_": {
1706 "anyOf": [
1707 {
1708 "items": {
1709 "type": "string"
1710 },
1711 "type": "array"
1712 },
1713 {
1714 "type": "null"
1715 }
1716 ],
1717 }
1718 },
1719 "type": "object"
1720 },
1721 "WorkQueueFilter": {
1722 "additionalProperties": false,
1723 "properties": {
1724 "id": {
1725 "anyOf": [
1726 {
1727 "$ref": "#/components/schemas/WorkQueueFilterId"
1728 },
1729 {
1730 "type": "null"
1731 }
1732 ],
1733 },
1734 "name": {
1735 "anyOf": [
1736 {
1737 "$ref": "#/components/schemas/WorkQueueFilterName"
1738 },
1739 {
1740 "type": "null"
1741 }
1742 ],
1743 },
1744 "operator": {
1745 "$ref": "#/components/schemas/Operator",
1746 }
1747 },
1748 "type": "object"
1749 },
1750 "WorkQueueFilterId": {
1751 "additionalProperties": false,
1752 "properties": {
1753 "any_": {
1754 "anyOf": [
1755 {
1756 "items": {
1757 "format": "uuid",
1758 "type": "string"
1759 },
1760 "type": "array"
1761 },
1762 {
1763 "type": "null"
1764 }
1765 ],
1766 }
1767 },
1768 "type": "object"
1769 },
1770 "WorkQueueFilterName": {
1771 "additionalProperties": false,
1772 "properties": {
1773 "any_": {
1774 "anyOf": [
1775 {
1776 "items": {
1777 "type": "string"
1778 },
1779 "type": "array"
1780 },
1781 {
1782 "type": "null"
1783 }
1784 ],
1785 "examples": [
1786 [
1787 "wq-1",
1788 "wq-2"
1789 ]
1790 ],
1791 },
1792 "startswith_": {
1793 "anyOf": [
1794 {
1795 "items": {
1796 "type": "string"
1797 },
1798 "type": "array"
1799 },
1800 {
1801 "type": "null"
1802 }
1803 ],
1804 "examples": [
1805 [
1806 "marvin",
1807 "Marvin-robot"
1808 ]
1809 ],
1810 }
1811 },
1812 "type": "object"
1813 }
1814 }
1815 }
1816}
Responses
seen average

200
Successful Response
1 12.81ms
422
Validation Error
916 2.54ms
default
Default
724 6.79ms
Examples
21 of 21 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
sort.default
 
"NAME_ASC"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
offset.default
 
0
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json10 of 10 keywords covered
1{
2 "$ref": "#/components/schemas/Body_get_scheduled_flow_runs_for_deployments_deployments_get_scheduled_flow_runs_post",
3 "components": {
4 "schemas": {
5 "Body_get_scheduled_flow_runs_for_deployments_deployments_get_scheduled_flow_runs_post": {
6 "properties": {
7 "deployment_ids": {
8 "items": {
9 "format": "uuid",
10 "type": "string"
11 },
12 "type": "array"
13 },
14 "limit": {
15 "type": "integer"
16 },
17 "scheduled_before": {
18 "format": "date-time",
19 "type": "string"
20 }
21 },
22 "required": [
23 "deployment_ids"
24 ],
25 "type": "object"
26 }
27 }
28 }
29}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
136 1.18ms
default
Default
408 5.83ms
Path Parameters

flow_name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
deployment_name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
363 7.02ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json545 of 545 keywords covered
1{
2 "$ref": "#/components/schemas/Body_paginate_deployments_deployments_paginate_post",
3 "components": {
4 "schemas": {
5 "Body_paginate_deployments_deployments_paginate_post": {
6 "properties": {
7 "deployments": {
8 "anyOf": [
9 {
10 "$ref": "#/components/schemas/DeploymentFilter"
11 },
12 {
13 "type": "null"
14 }
15 ]
16 },
17 "flow_runs": {
18 "anyOf": [
19 {
20 "$ref": "#/components/schemas/FlowRunFilter"
21 },
22 {
23 "type": "null"
24 }
25 ]
26 },
27 "flows": {
28 "anyOf": [
29 {
30 "$ref": "#/components/schemas/FlowFilter"
31 },
32 {
33 "type": "null"
34 }
35 ]
36 },
37 "limit": {
38 "type": "integer"
39 },
40 "page": {
41 "minimum": 1.0,
42 "type": "integer"
43 },
44 "sort": {
45 "$ref": "#/components/schemas/DeploymentSort",
46 },
47 "task_runs": {
48 "anyOf": [
49 {
50 "$ref": "#/components/schemas/TaskRunFilter"
51 },
52 {
53 "type": "null"
54 }
55 ]
56 },
57 "work_pool_queues": {
58 "anyOf": [
59 {
60 "$ref": "#/components/schemas/WorkQueueFilter"
61 },
62 {
63 "type": "null"
64 }
65 ]
66 },
67 "work_pools": {
68 "anyOf": [
69 {
70 "$ref": "#/components/schemas/WorkPoolFilter"
71 },
72 {
73 "type": "null"
74 }
75 ]
76 }
77 },
78 "type": "object"
79 },
80 "DeploymentFilter": {
81 "additionalProperties": false,
82 "properties": {
83 "concurrency_limit": {
84 "anyOf": [
85 {
86 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
87 },
88 {
89 "type": "null"
90 }
91 ],
92 "deprecated": true,
93 },
94 "flow_or_deployment_name": {
95 "anyOf": [
96 {
97 "$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
98 },
99 {
100 "type": "null"
101 }
102 ],
103 },
104 "id": {
105 "anyOf": [
106 {
107 "$ref": "#/components/schemas/DeploymentFilterId"
108 },
109 {
110 "type": "null"
111 }
112 ],
113 },
114 "name": {
115 "anyOf": [
116 {
117 "$ref": "#/components/schemas/DeploymentFilterName"
118 },
119 {
120 "type": "null"
121 }
122 ],
123 },
124 "operator": {
125 "$ref": "#/components/schemas/Operator",
126 },
127 "paused": {
128 "anyOf": [
129 {
130 "$ref": "#/components/schemas/DeploymentFilterPaused"
131 },
132 {
133 "type": "null"
134 }
135 ],
136 },
137 "tags": {
138 "anyOf": [
139 {
140 "$ref": "#/components/schemas/DeploymentFilterTags"
141 },
142 {
143 "type": "null"
144 }
145 ],
146 },
147 "work_queue_name": {
148 "anyOf": [
149 {
150 "$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
151 },
152 {
153 "type": "null"
154 }
155 ],
156 }
157 },
158 "type": "object"
159 },
160 "DeploymentFilterConcurrencyLimit": {
161 "additionalProperties": false,
162 "properties": {
163 "ge_": {
164 "anyOf": [
165 {
166 "type": "integer"
167 },
168 {
169 "type": "null"
170 }
171 ],
172 },
173 "is_null_": {
174 "anyOf": [
175 {
176 "type": "boolean"
177 },
178 {
179 "type": "null"
180 }
181 ],
182 },
183 "le_": {
184 "anyOf": [
185 {
186 "type": "integer"
187 },
188 {
189 "type": "null"
190 }
191 ],
192 }
193 },
194 "type": "object"
195 },
196 "DeploymentFilterId": {
197 "additionalProperties": false,
198 "properties": {
199 "any_": {
200 "anyOf": [
201 {
202 "items": {
203 "format": "uuid",
204 "type": "string"
205 },
206 "type": "array"
207 },
208 {
209 "type": "null"
210 }
211 ],
212 },
213 "not_any_": {
214 "anyOf": [
215 {
216 "items": {
217 "format": "uuid",
218 "type": "string"
219 },
220 "type": "array"
221 },
222 {
223 "type": "null"
224 }
225 ],
226 }
227 },
228 "type": "object"
229 },
230 "DeploymentFilterName": {
231 "additionalProperties": false,
232 "properties": {
233 "any_": {
234 "anyOf": [
235 {
236 "items": {
237 "type": "string"
238 },
239 "type": "array"
240 },
241 {
242 "type": "null"
243 }
244 ],
245 "examples": [
246 [
247 "my-deployment-1",
248 "my-deployment-2"
249 ]
250 ],
251 },
252 "like_": {
253 "anyOf": [
254 {
255 "type": "string"
256 },
257 {
258 "type": "null"
259 }
260 ],
261 "examples": [
262 "marvin"
263 ],
264 }
265 },
266 "type": "object"
267 },
268 "DeploymentFilterPaused": {
269 "additionalProperties": false,
270 "properties": {
271 "eq_": {
272 "anyOf": [
273 {
274 "type": "boolean"
275 },
276 {
277 "type": "null"
278 }
279 ],
280 }
281 },
282 "type": "object"
283 },
284 "DeploymentFilterTags": {
285 "additionalProperties": false,
286 "properties": {
287 "all_": {
288 "anyOf": [
289 {
290 "items": {
291 "type": "string"
292 },
293 "type": "array"
294 },
295 {
296 "type": "null"
297 }
298 ],
299 "examples": [
300 [
301 "tag-1",
302 "tag-2"
303 ]
304 ],
305 },
306 "any_": {
307 "anyOf": [
308 {
309 "items": {
310 "type": "string"
311 },
312 "type": "array"
313 },
314 {
315 "type": "null"
316 }
317 ],
318 "examples": [
319 [
320 "tag-1",
321 "tag-2"
322 ]
323 ],
324 },
325 "is_null_": {
326 "anyOf": [
327 {
328 "type": "boolean"
329 },
330 {
331 "type": "null"
332 }
333 ],
334 },
335 "operator": {
336 "$ref": "#/components/schemas/Operator",
337 }
338 },
339 "type": "object"
340 },
341 "DeploymentFilterWorkQueueName": {
342 "additionalProperties": false,
343 "properties": {
344 "any_": {
345 "anyOf": [
346 {
347 "items": {
348 "type": "string"
349 },
350 "type": "array"
351 },
352 {
353 "type": "null"
354 }
355 ],
356 "examples": [
357 [
358 "work_queue_1",
359 "work_queue_2"
360 ]
361 ],
362 }
363 },
364 "type": "object"
365 },
366 "DeploymentOrFlowNameFilter": {
367 "additionalProperties": false,
368 "properties": {
369 "like_": {
370 "anyOf": [
371 {
372 "type": "string"
373 },
374 {
375 "type": "null"
376 }
377 ],
378 }
379 },
380 "type": "object"
381 },
382 "DeploymentSort": {
383 "enum": [
384 "CREATED_DESC",
385 "UPDATED_DESC",
386 "NAME_ASC",
387 "NAME_DESC"
388 ],
389 "type": "string"
390 },
391 "FlowFilter": {
392 "additionalProperties": false,
393 "properties": {
394 "deployment": {
395 "anyOf": [
396 {
397 "$ref": "#/components/schemas/FlowFilterDeployment"
398 },
399 {
400 "type": "null"
401 }
402 ],
403 },
404 "id": {
405 "anyOf": [
406 {
407 "$ref": "#/components/schemas/FlowFilterId"
408 },
409 {
410 "type": "null"
411 }
412 ],
413 },
414 "name": {
415 "anyOf": [
416 {
417 "$ref": "#/components/schemas/FlowFilterName"
418 },
419 {
420 "type": "null"
421 }
422 ],
423 },
424 "operator": {
425 "$ref": "#/components/schemas/Operator",
426 },
427 "tags": {
428 "anyOf": [
429 {
430 "$ref": "#/components/schemas/FlowFilterTags"
431 },
432 {
433 "type": "null"
434 }
435 ],
436 }
437 },
438 "type": "object"
439 },
440 "FlowFilterDeployment": {
441 "additionalProperties": false,
442 "properties": {
443 "is_null_": {
444 "anyOf": [
445 {
446 "type": "boolean"
447 },
448 {
449 "type": "null"
450 }
451 ],
452 },
453 "operator": {
454 "$ref": "#/components/schemas/Operator",
455 }
456 },
457 "type": "object"
458 },
459 "FlowFilterId": {
460 "additionalProperties": false,
461 "properties": {
462 "any_": {
463 "anyOf": [
464 {
465 "items": {
466 "format": "uuid",
467 "type": "string"
468 },
469 "type": "array"
470 },
471 {
472 "type": "null"
473 }
474 ],
475 }
476 },
477 "type": "object"
478 },
479 "FlowFilterName": {
480 "additionalProperties": false,
481 "properties": {
482 "any_": {
483 "anyOf": [
484 {
485 "items": {
486 "type": "string"
487 },
488 "type": "array"
489 },
490 {
491 "type": "null"
492 }
493 ],
494 "examples": [
495 [
496 "my-flow-1",
497 "my-flow-2"
498 ]
499 ],
500 },
501 "like_": {
502 "anyOf": [
503 {
504 "type": "string"
505 },
506 {
507 "type": "null"
508 }
509 ],
510 "examples": [
511 "marvin"
512 ],
513 }
514 },
515 "type": "object"
516 },
517 "FlowFilterTags": {
518 "additionalProperties": false,
519 "properties": {
520 "all_": {
521 "anyOf": [
522 {
523 "items": {
524 "type": "string"
525 },
526 "type": "array"
527 },
528 {
529 "type": "null"
530 }
531 ],
532 "examples": [
533 [
534 "tag-1",
535 "tag-2"
536 ]
537 ],
538 },
539 "is_null_": {
540 "anyOf": [
541 {
542 "type": "boolean"
543 },
544 {
545 "type": "null"
546 }
547 ],
548 },
549 "operator": {
550 "$ref": "#/components/schemas/Operator",
551 }
552 },
553 "type": "object"
554 },
555 "FlowRunFilter": {
556 "additionalProperties": false,
557 "properties": {
558 "deployment_id": {
559 "anyOf": [
560 {
561 "$ref": "#/components/schemas/FlowRunFilterDeploymentId"
562 },
563 {
564 "type": "null"
565 }
566 ],
567 },
568 "end_time": {
569 "anyOf": [
570 {
571 "$ref": "#/components/schemas/FlowRunFilterEndTime"
572 },
573 {
574 "type": "null"
575 }
576 ],
577 },
578 "expected_start_time": {
579 "anyOf": [
580 {
581 "$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
582 },
583 {
584 "type": "null"
585 }
586 ],
587 },
588 "flow_version": {
589 "anyOf": [
590 {
591 "$ref": "#/components/schemas/FlowRunFilterFlowVersion"
592 },
593 {
594 "type": "null"
595 }
596 ],
597 },
598 "id": {
599 "anyOf": [
600 {
601 "$ref": "#/components/schemas/FlowRunFilterId"
602 },
603 {
604 "type": "null"
605 }
606 ],
607 },
608 "idempotency_key": {
609 "anyOf": [
610 {
611 "$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
612 },
613 {
614 "type": "null"
615 }
616 ],
617 },
618 "name": {
619 "anyOf": [
620 {
621 "$ref": "#/components/schemas/FlowRunFilterName"
622 },
623 {
624 "type": "null"
625 }
626 ],
627 },
628 "next_scheduled_start_time": {
629 "anyOf": [
630 {
631 "$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
632 },
633 {
634 "type": "null"
635 }
636 ],
637 },
638 "operator": {
639 "$ref": "#/components/schemas/Operator",
640 },
641 "parent_flow_run_id": {
642 "anyOf": [
643 {
644 "$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
645 },
646 {
647 "type": "null"
648 }
649 ],
650 },
651 "parent_task_run_id": {
652 "anyOf": [
653 {
654 "$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
655 },
656 {
657 "type": "null"
658 }
659 ],
660 },
661 "start_time": {
662 "anyOf": [
663 {
664 "$ref": "#/components/schemas/FlowRunFilterStartTime"
665 },
666 {
667 "type": "null"
668 }
669 ],
670 },
671 "state": {
672 "anyOf": [
673 {
674 "$ref": "#/components/schemas/FlowRunFilterState"
675 },
676 {
677 "type": "null"
678 }
679 ],
680 },
681 "tags": {
682 "anyOf": [
683 {
684 "$ref": "#/components/schemas/FlowRunFilterTags"
685 },
686 {
687 "type": "null"
688 }
689 ],
690 },
691 "work_queue_name": {
692 "anyOf": [
693 {
694 "$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
695 },
696 {
697 "type": "null"
698 }
699 ],
700 }
701 },
702 "type": "object"
703 },
704 "FlowRunFilterDeploymentId": {
705 "additionalProperties": false,
706 "properties": {
707 "any_": {
708 "anyOf": [
709 {
710 "items": {
711 "format": "uuid",
712 "type": "string"
713 },
714 "type": "array"
715 },
716 {
717 "type": "null"
718 }
719 ],
720 },
721 "is_null_": {
722 "anyOf": [
723 {
724 "type": "boolean"
725 },
726 {
727 "type": "null"
728 }
729 ],
730 },
731 "operator": {
732 "$ref": "#/components/schemas/Operator",
733 }
734 },
735 "type": "object"
736 },
737 "FlowRunFilterEndTime": {
738 "additionalProperties": false,
739 "properties": {
740 "after_": {
741 "anyOf": [
742 {
743 "format": "date-time",
744 "type": "string"
745 },
746 {
747 "type": "null"
748 }
749 ],
750 },
751 "before_": {
752 "anyOf": [
753 {
754 "format": "date-time",
755 "type": "string"
756 },
757 {
758 "type": "null"
759 }
760 ],
761 },
762 "is_null_": {
763 "anyOf": [
764 {
765 "type": "boolean"
766 },
767 {
768 "type": "null"
769 }
770 ],
771 }
772 },
773 "type": "object"
774 },
775 "FlowRunFilterExpectedStartTime": {
776 "additionalProperties": false,
777 "properties": {
778 "after_": {
779 "anyOf": [
780 {
781 "format": "date-time",
782 "type": "string"
783 },
784 {
785 "type": "null"
786 }
787 ],
788 },
789 "before_": {
790 "anyOf": [
791 {
792 "format": "date-time",
793 "type": "string"
794 },
795 {
796 "type": "null"
797 }
798 ],
799 }
800 },
801 "type": "object"
802 },
803 "FlowRunFilterFlowVersion": {
804 "additionalProperties": false,
805 "properties": {
806 "any_": {
807 "anyOf": [
808 {
809 "items": {
810 "type": "string"
811 },
812 "type": "array"
813 },
814 {
815 "type": "null"
816 }
817 ],
818 }
819 },
820 "type": "object"
821 },
822 "FlowRunFilterId": {
823 "additionalProperties": false,
824 "properties": {
825 "any_": {
826 "anyOf": [
827 {
828 "items": {
829 "format": "uuid",
830 "type": "string"
831 },
832 "type": "array"
833 },
834 {
835 "type": "null"
836 }
837 ],
838 },
839 "not_any_": {
840 "anyOf": [
841 {
842 "items": {
843 "format": "uuid",
844 "type": "string"
845 },
846 "type": "array"
847 },
848 {
849 "type": "null"
850 }
851 ],
852 }
853 },
854 "type": "object"
855 },
856 "FlowRunFilterIdempotencyKey": {
857 "additionalProperties": false,
858 "properties": {
859 "any_": {
860 "anyOf": [
861 {
862 "items": {
863 "type": "string"
864 },
865 "type": "array"
866 },
867 {
868 "type": "null"
869 }
870 ],
871 },
872 "not_any_": {
873 "anyOf": [
874 {
875 "items": {
876 "type": "string"
877 },
878 "type": "array"
879 },
880 {
881 "type": "null"
882 }
883 ],
884 }
885 },
886 "type": "object"
887 },
888 "FlowRunFilterName": {
889 "additionalProperties": false,
890 "properties": {
891 "any_": {
892 "anyOf": [
893 {
894 "items": {
895 "type": "string"
896 },
897 "type": "array"
898 },
899 {
900 "type": "null"
901 }
902 ],
903 "examples": [
904 [
905 "my-flow-run-1",
906 "my-flow-run-2"
907 ]
908 ],
909 },
910 "like_": {
911 "anyOf": [
912 {
913 "type": "string"
914 },
915 {
916 "type": "null"
917 }
918 ],
919 "examples": [
920 "marvin"
921 ],
922 }
923 },
924 "type": "object"
925 },
926 "FlowRunFilterNextScheduledStartTime": {
927 "additionalProperties": false,
928 "properties": {
929 "after_": {
930 "anyOf": [
931 {
932 "format": "date-time",
933 "type": "string"
934 },
935 {
936 "type": "null"
937 }
938 ],
939 },
940 "before_": {
941 "anyOf": [
942 {
943 "format": "date-time",
944 "type": "string"
945 },
946 {
947 "type": "null"
948 }
949 ],
950 }
951 },
952 "type": "object"
953 },
954 "FlowRunFilterParentFlowRunId": {
955 "additionalProperties": false,
956 "properties": {
957 "any_": {
958 "anyOf": [
959 {
960 "items": {
961 "format": "uuid",
962 "type": "string"
963 },
964 "type": "array"
965 },
966 {
967 "type": "null"
968 }
969 ],
970 },
971 "operator": {
972 "$ref": "#/components/schemas/Operator",
973 }
974 },
975 "type": "object"
976 },
977 "FlowRunFilterParentTaskRunId": {
978 "additionalProperties": false,
979 "properties": {
980 "any_": {
981 "anyOf": [
982 {
983 "items": {
984 "format": "uuid",
985 "type": "string"
986 },
987 "type": "array"
988 },
989 {
990 "type": "null"
991 }
992 ],
993 },
994 "is_null_": {
995 "anyOf": [
996 {
997 "type": "boolean"
998 },
999 {
1000 "type": "null"
1001 }
1002 ],
1003 },
1004 "operator": {
1005 "$ref": "#/components/schemas/Operator",
1006 }
1007 },
1008 "type": "object"
1009 },
1010 "FlowRunFilterStartTime": {
1011 "additionalProperties": false,
1012 "properties": {
1013 "after_": {
1014 "anyOf": [
1015 {
1016 "format": "date-time",
1017 "type": "string"
1018 },
1019 {
1020 "type": "null"
1021 }
1022 ],
1023 },
1024 "before_": {
1025 "anyOf": [
1026 {
1027 "format": "date-time",
1028 "type": "string"
1029 },
1030 {
1031 "type": "null"
1032 }
1033 ],
1034 },
1035 "is_null_": {
1036 "anyOf": [
1037 {
1038 "type": "boolean"
1039 },
1040 {
1041 "type": "null"
1042 }
1043 ],
1044 }
1045 },
1046 "type": "object"
1047 },
1048 "FlowRunFilterState": {
1049 "additionalProperties": false,
1050 "properties": {
1051 "name": {
1052 "anyOf": [
1053 {
1054 "$ref": "#/components/schemas/FlowRunFilterStateName"
1055 },
1056 {
1057 "type": "null"
1058 }
1059 ],
1060 },
1061 "operator": {
1062 "$ref": "#/components/schemas/Operator",
1063 },
1064 "type": {
1065 "anyOf": [
1066 {
1067 "$ref": "#/components/schemas/FlowRunFilterStateType"
1068 },
1069 {
1070 "type": "null"
1071 }
1072 ],
1073 }
1074 },
1075 "type": "object"
1076 },
1077 "FlowRunFilterStateName": {
1078 "additionalProperties": false,
1079 "properties": {
1080 "any_": {
1081 "anyOf": [
1082 {
1083 "items": {
1084 "type": "string"
1085 },
1086 "type": "array"
1087 },
1088 {
1089 "type": "null"
1090 }
1091 ],
1092 },
1093 "not_any_": {
1094 "anyOf": [
1095 {
1096 "items": {
1097 "type": "string"
1098 },
1099 "type": "array"
1100 },
1101 {
1102 "type": "null"
1103 }
1104 ],
1105 }
1106 },
1107 "type": "object"
1108 },
1109 "FlowRunFilterStateType": {
1110 "additionalProperties": false,
1111 "properties": {
1112 "any_": {
1113 "anyOf": [
1114 {
1115 "items": {
1116 "$ref": "#/components/schemas/StateType"
1117 },
1118 "type": "array"
1119 },
1120 {
1121 "type": "null"
1122 }
1123 ],
1124 },
1125 "not_any_": {
1126 "anyOf": [
1127 {
1128 "items": {
1129 "$ref": "#/components/schemas/StateType"
1130 },
1131 "type": "array"
1132 },
1133 {
1134 "type": "null"
1135 }
1136 ],
1137 }
1138 },
1139 "type": "object"
1140 },
1141 "FlowRunFilterTags": {
1142 "additionalProperties": false,
1143 "properties": {
1144 "all_": {
1145 "anyOf": [
1146 {
1147 "items": {
1148 "type": "string"
1149 },
1150 "type": "array"
1151 },
1152 {
1153 "type": "null"
1154 }
1155 ],
1156 "examples": [
1157 [
1158 "tag-1",
1159 "tag-2"
1160 ]
1161 ],
1162 },
1163 "any_": {
1164 "anyOf": [
1165 {
1166 "items": {
1167 "type": "string"
1168 },
1169 "type": "array"
1170 },
1171 {
1172 "type": "null"
1173 }
1174 ],
1175 "examples": [
1176 [
1177 "tag-1",
1178 "tag-2"
1179 ]
1180 ],
1181 },
1182 "is_null_": {
1183 "anyOf": [
1184 {
1185 "type": "boolean"
1186 },
1187 {
1188 "type": "null"
1189 }
1190 ],
1191 },
1192 "operator": {
1193 "$ref": "#/components/schemas/Operator",
1194 }
1195 },
1196 "type": "object"
1197 },
1198 "FlowRunFilterWorkQueueName": {
1199 "additionalProperties": false,
1200 "properties": {
1201 "any_": {
1202 "anyOf": [
1203 {
1204 "items": {
1205 "type": "string"
1206 },
1207 "type": "array"
1208 },
1209 {
1210 "type": "null"
1211 }
1212 ],
1213 "examples": [
1214 [
1215 "work_queue_1",
1216 "work_queue_2"
1217 ]
1218 ],
1219 },
1220 "is_null_": {
1221 "anyOf": [
1222 {
1223 "type": "boolean"
1224 },
1225 {
1226 "type": "null"
1227 }
1228 ],
1229 },
1230 "operator": {
1231 "$ref": "#/components/schemas/Operator",
1232 }
1233 },
1234 "type": "object"
1235 },
1236 "Operator": {
1237 "enum": [
1238 "and_",
1239 "or_"
1240 ],
1241 "type": "string"
1242 },
1243 "StateType": {
1244 "enum": [
1245 "SCHEDULED",
1246 "PENDING",
1247 "RUNNING",
1248 "COMPLETED",
1249 "FAILED",
1250 "CANCELLED",
1251 "CRASHED",
1252 "PAUSED",
1253 "CANCELLING"
1254 ],
1255 "type": "string"
1256 },
1257 "TaskRunFilter": {
1258 "additionalProperties": false,
1259 "properties": {
1260 "expected_start_time": {
1261 "anyOf": [
1262 {
1263 "$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1264 },
1265 {
1266 "type": "null"
1267 }
1268 ],
1269 },
1270 "flow_run_id": {
1271 "anyOf": [
1272 {
1273 "$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1274 },
1275 {
1276 "type": "null"
1277 }
1278 ],
1279 },
1280 "id": {
1281 "anyOf": [
1282 {
1283 "$ref": "#/components/schemas/TaskRunFilterId"
1284 },
1285 {
1286 "type": "null"
1287 }
1288 ],
1289 },
1290 "name": {
1291 "anyOf": [
1292 {
1293 "$ref": "#/components/schemas/TaskRunFilterName"
1294 },
1295 {
1296 "type": "null"
1297 }
1298 ],
1299 },
1300 "operator": {
1301 "$ref": "#/components/schemas/Operator",
1302 },
1303 "start_time": {
1304 "anyOf": [
1305 {
1306 "$ref": "#/components/schemas/TaskRunFilterStartTime"
1307 },
1308 {
1309 "type": "null"
1310 }
1311 ],
1312 },
1313 "state": {
1314 "anyOf": [
1315 {
1316 "$ref": "#/components/schemas/TaskRunFilterState"
1317 },
1318 {
1319 "type": "null"
1320 }
1321 ],
1322 },
1323 "subflow_runs": {
1324 "anyOf": [
1325 {
1326 "$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1327 },
1328 {
1329 "type": "null"
1330 }
1331 ],
1332 },
1333 "tags": {
1334 "anyOf": [
1335 {
1336 "$ref": "#/components/schemas/TaskRunFilterTags"
1337 },
1338 {
1339 "type": "null"
1340 }
1341 ],
1342 }
1343 },
1344 "type": "object"
1345 },
1346 "TaskRunFilterExpectedStartTime": {
1347 "additionalProperties": false,
1348 "properties": {
1349 "after_": {
1350 "anyOf": [
1351 {
1352 "format": "date-time",
1353 "type": "string"
1354 },
1355 {
1356 "type": "null"
1357 }
1358 ],
1359 },
1360 "before_": {
1361 "anyOf": [
1362 {
1363 "format": "date-time",
1364 "type": "string"
1365 },
1366 {
1367 "type": "null"
1368 }
1369 ],
1370 }
1371 },
1372 "type": "object"
1373 },
1374 "TaskRunFilterFlowRunId": {
1375 "additionalProperties": false,
1376 "properties": {
1377 "any_": {
1378 "anyOf": [
1379 {
1380 "items": {
1381 "format": "uuid",
1382 "type": "string"
1383 },
1384 "type": "array"
1385 },
1386 {
1387 "type": "null"
1388 }
1389 ],
1390 },
1391 "is_null_": {
1392 "anyOf": [
1393 {
1394 "type": "boolean"
1395 },
1396 {
1397 "type": "null"
1398 }
1399 ],
1400 },
1401 "operator": {
1402 "$ref": "#/components/schemas/Operator",
1403 }
1404 },
1405 "type": "object"
1406 },
1407 "TaskRunFilterId": {
1408 "additionalProperties": false,
1409 "properties": {
1410 "any_": {
1411 "anyOf": [
1412 {
1413 "items": {
1414 "format": "uuid",
1415 "type": "string"
1416 },
1417 "type": "array"
1418 },
1419 {
1420 "type": "null"
1421 }
1422 ],
1423 }
1424 },
1425 "type": "object"
1426 },
1427 "TaskRunFilterName": {
1428 "additionalProperties": false,
1429 "properties": {
1430 "any_": {
1431 "anyOf": [
1432 {
1433 "items": {
1434 "type": "string"
1435 },
1436 "type": "array"
1437 },
1438 {
1439 "type": "null"
1440 }
1441 ],
1442 "examples": [
1443 [
1444 "my-task-run-1",
1445 "my-task-run-2"
1446 ]
1447 ],
1448 },
1449 "like_": {
1450 "anyOf": [
1451 {
1452 "type": "string"
1453 },
1454 {
1455 "type": "null"
1456 }
1457 ],
1458 "examples": [
1459 "marvin"
1460 ],
1461 }
1462 },
1463 "type": "object"
1464 },
1465 "TaskRunFilterStartTime": {
1466 "additionalProperties": false,
1467 "properties": {
1468 "after_": {
1469 "anyOf": [
1470 {
1471 "format": "date-time",
1472 "type": "string"
1473 },
1474 {
1475 "type": "null"
1476 }
1477 ],
1478 },
1479 "before_": {
1480 "anyOf": [
1481 {
1482 "format": "date-time",
1483 "type": "string"
1484 },
1485 {
1486 "type": "null"
1487 }
1488 ],
1489 },
1490 "is_null_": {
1491 "anyOf": [
1492 {
1493 "type": "boolean"
1494 },
1495 {
1496 "type": "null"
1497 }
1498 ],
1499 }
1500 },
1501 "type": "object"
1502 },
1503 "TaskRunFilterState": {
1504 "additionalProperties": false,
1505 "properties": {
1506 "name": {
1507 "anyOf": [
1508 {
1509 "$ref": "#/components/schemas/TaskRunFilterStateName"
1510 },
1511 {
1512 "type": "null"
1513 }
1514 ],
1515 },
1516 "operator": {
1517 "$ref": "#/components/schemas/Operator",
1518 },
1519 "type": {
1520 "anyOf": [
1521 {
1522 "$ref": "#/components/schemas/TaskRunFilterStateType"
1523 },
1524 {
1525 "type": "null"
1526 }
1527 ],
1528 }
1529 },
1530 "type": "object"
1531 },
1532 "TaskRunFilterStateName": {
1533 "additionalProperties": false,
1534 "properties": {
1535 "any_": {
1536 "anyOf": [
1537 {
1538 "items": {
1539 "type": "string"
1540 },
1541 "type": "array"
1542 },
1543 {
1544 "type": "null"
1545 }
1546 ],
1547 }
1548 },
1549 "type": "object"
1550 },
1551 "TaskRunFilterStateType": {
1552 "additionalProperties": false,
1553 "properties": {
1554 "any_": {
1555 "anyOf": [
1556 {
1557 "items": {
1558 "$ref": "#/components/schemas/StateType"
1559 },
1560 "type": "array"
1561 },
1562 {
1563 "type": "null"
1564 }
1565 ],
1566 }
1567 },
1568 "type": "object"
1569 },
1570 "TaskRunFilterSubFlowRuns": {
1571 "additionalProperties": false,
1572 "properties": {
1573 "exists_": {
1574 "anyOf": [
1575 {
1576 "type": "boolean"
1577 },
1578 {
1579 "type": "null"
1580 }
1581 ],
1582 }
1583 },
1584 "type": "object"
1585 },
1586 "TaskRunFilterTags": {
1587 "additionalProperties": false,
1588 "properties": {
1589 "all_": {
1590 "anyOf": [
1591 {
1592 "items": {
1593 "type": "string"
1594 },
1595 "type": "array"
1596 },
1597 {
1598 "type": "null"
1599 }
1600 ],
1601 "examples": [
1602 [
1603 "tag-1",
1604 "tag-2"
1605 ]
1606 ],
1607 },
1608 "is_null_": {
1609 "anyOf": [
1610 {
1611 "type": "boolean"
1612 },
1613 {
1614 "type": "null"
1615 }
1616 ],
1617 },
1618 "operator": {
1619 "$ref": "#/components/schemas/Operator",
1620 }
1621 },
1622 "type": "object"
1623 },
1624 "WorkPoolFilter": {
1625 "additionalProperties": false,
1626 "properties": {
1627 "id": {
1628 "anyOf": [
1629 {
1630 "$ref": "#/components/schemas/WorkPoolFilterId"
1631 },
1632 {
1633 "type": "null"
1634 }
1635 ],
1636 },
1637 "name": {
1638 "anyOf": [
1639 {
1640 "$ref": "#/components/schemas/WorkPoolFilterName"
1641 },
1642 {
1643 "type": "null"
1644 }
1645 ],
1646 },
1647 "operator": {
1648 "$ref": "#/components/schemas/Operator",
1649 },
1650 "type": {
1651 "anyOf": [
1652 {
1653 "$ref": "#/components/schemas/WorkPoolFilterType"
1654 },
1655 {
1656 "type": "null"
1657 }
1658 ],
1659 }
1660 },
1661 "type": "object"
1662 },
1663 "WorkPoolFilterId": {
1664 "additionalProperties": false,
1665 "properties": {
1666 "any_": {
1667 "anyOf": [
1668 {
1669 "items": {
1670 "format": "uuid",
1671 "type": "string"
1672 },
1673 "type": "array"
1674 },
1675 {
1676 "type": "null"
1677 }
1678 ],
1679 }
1680 },
1681 "type": "object"
1682 },
1683 "WorkPoolFilterName": {
1684 "additionalProperties": false,
1685 "properties": {
1686 "any_": {
1687 "anyOf": [
1688 {
1689 "items": {
1690 "type": "string"
1691 },
1692 "type": "array"
1693 },
1694 {
1695 "type": "null"
1696 }
1697 ],
1698 }
1699 },
1700 "type": "object"
1701 },
1702 "WorkPoolFilterType": {
1703 "additionalProperties": false,
1704 "properties": {
1705 "any_": {
1706 "anyOf": [
1707 {
1708 "items": {
1709 "type": "string"
1710 },
1711 "type": "array"
1712 },
1713 {
1714 "type": "null"
1715 }
1716 ],
1717 }
1718 },
1719 "type": "object"
1720 },
1721 "WorkQueueFilter": {
1722 "additionalProperties": false,
1723 "properties": {
1724 "id": {
1725 "anyOf": [
1726 {
1727 "$ref": "#/components/schemas/WorkQueueFilterId"
1728 },
1729 {
1730 "type": "null"
1731 }
1732 ],
1733 },
1734 "name": {
1735 "anyOf": [
1736 {
1737 "$ref": "#/components/schemas/WorkQueueFilterName"
1738 },
1739 {
1740 "type": "null"
1741 }
1742 ],
1743 },
1744 "operator": {
1745 "$ref": "#/components/schemas/Operator",
1746 }
1747 },
1748 "type": "object"
1749 },
1750 "WorkQueueFilterId": {
1751 "additionalProperties": false,
1752 "properties": {
1753 "any_": {
1754 "anyOf": [
1755 {
1756 "items": {
1757 "format": "uuid",
1758 "type": "string"
1759 },
1760 "type": "array"
1761 },
1762 {
1763 "type": "null"
1764 }
1765 ],
1766 }
1767 },
1768 "type": "object"
1769 },
1770 "WorkQueueFilterName": {
1771 "additionalProperties": false,
1772 "properties": {
1773 "any_": {
1774 "anyOf": [
1775 {
1776 "items": {
1777 "type": "string"
1778 },
1779 "type": "array"
1780 },
1781 {
1782 "type": "null"
1783 }
1784 ],
1785 "examples": [
1786 [
1787 "wq-1",
1788 "wq-2"
1789 ]
1790 ],
1791 },
1792 "startswith_": {
1793 "anyOf": [
1794 {
1795 "items": {
1796 "type": "string"
1797 },
1798 "type": "array"
1799 },
1800 {
1801 "type": "null"
1802 }
1803 ],
1804 "examples": [
1805 [
1806 "marvin",
1807 "Marvin-robot"
1808 ]
1809 ],
1810 }
1811 },
1812 "type": "object"
1813 }
1814 }
1815 }
1816}
Responses
seen average

200
Successful Response
1 9.06ms
422
Validation Error
911 2.09ms
default
Default
749 6.54ms
Examples
21 of 21 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
sort.default
 
"NAME_ASC"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
page.default
 
1
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
0 -
default
Default
506 4.66ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
506 4.43ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json113 of 124 keywords covered
1{
2 "$ref": "#/components/schemas/DeploymentUpdate",
3 "components": {
4 "schemas": {
5 "ConcurrencyLimitStrategy": {
6 "enum": [
7 "ENQUEUE",
8 "CANCEL_NEW"
9 ],
10 "type": "string"
11 },
12 "ConcurrencyOptions": {
13 "properties": {
14 "collision_strategy": {
15 "$ref": "#/components/schemas/ConcurrencyLimitStrategy"
16 }
17 },
18 "required": [
19 "collision_strategy"
20 ],
21 "type": "object"
22 },
23 "CronSchedule": {
24 "additionalProperties": false,
Missing negative tests
25
"properties": {
26 "cron": {
27 "examples": [
28 "0 0 * * *"
29 ],
Missing negative tests
30
"type": "string"
31 },
32 "day_or": {
Missing negative tests
33
"type": "boolean"
34 },
35 "timezone": {
Missing negative tests
36
"anyOf": [
37 {
38 "type": "string"
39 },
40 {
41 "type": "null"
42 }
Missing negative tests
43
],
44 "examples": [
45 "America/New_York"
46 ],
47 }
Missing negative tests
48
},
49 "required": [
50 "cron"
51 ],
52 "type": "object"
53 },
54 "DeploymentScheduleUpdate": {
55 "additionalProperties": false,
56 "properties": {
57 "active": {
58 "anyOf": [
59 {
60 "type": "boolean"
61 },
62 {
63 "type": "null"
64 }
65 ],
66 },
67 "max_scheduled_runs": {
68 "anyOf": [
69 {
70 "exclusiveMinimum": 0.0,
71 "type": "integer"
72 },
73 {
74 "type": "null"
75 }
76 ],
77 },
78 "parameters": {
Negative tests not applicable
79
"additionalProperties": true,
80 "type": "object"
81 },
82 "schedule": {
Missing negative tests
83
"anyOf": [
84 {
85 "$ref": "#/components/schemas/IntervalSchedule"
86 },
87 {
88 "$ref": "#/components/schemas/CronSchedule"
89 },
90 {
91 "$ref": "#/components/schemas/RRuleSchedule"
92 },
93 {
94 "type": "null"
95 }
Missing negative tests
96
],
97 },
98 "slug": {
99 "anyOf": [
100 {
101 "type": "string"
102 },
103 {
104 "type": "null"
105 }
106 ],
107 }
108 },
109 "type": "object"
110 },
111 "DeploymentUpdate": {
112 "additionalProperties": false,
113 "properties": {
114 "concurrency_limit": {
115 "anyOf": [
116 {
117 "exclusiveMinimum": 0.0,
118 "type": "integer"
119 },
120 {
121 "type": "null"
122 }
123 ],
124 },
125 "concurrency_options": {
126 "anyOf": [
127 {
128 "$ref": "#/components/schemas/ConcurrencyOptions"
129 },
130 {
131 "type": "null"
132 }
133 ],
134 },
135 "description": {
136 "anyOf": [
137 {
138 "type": "string"
139 },
140 {
141 "type": "null"
142 }
143 ],
144 },
145 "enforce_parameter_schema": {
146 "anyOf": [
147 {
148 "type": "boolean"
149 },
150 {
151 "type": "null"
152 }
153 ],
154 },
155 "entrypoint": {
156 "anyOf": [
157 {
158 "type": "string"
159 },
160 {
161 "type": "null"
162 }
163 ],
164 },
165 "global_concurrency_limit_id": {
166 "anyOf": [
167 {
168 "format": "uuid",
169 "type": "string"
170 },
171 {
172 "type": "null"
173 }
174 ],
175 },
176 "infrastructure_document_id": {
177 "anyOf": [
178 {
179 "format": "uuid",
180 "type": "string"
181 },
182 {
183 "type": "null"
184 }
185 ],
186 },
187 "job_variables": {
188 "anyOf": [
189 {
Negative tests not applicable
190
"additionalProperties": true,
191 "type": "object"
192 },
193 {
194 "type": "null"
195 }
196 ],
197 },
198 "parameter_openapi_schema": {
199 "anyOf": [
200 {
Negative tests not applicable
201
"additionalProperties": true,
202 "type": "object"
203 },
204 {
205 "type": "null"
206 }
207 ],
208 },
209 "parameters": {
210 "anyOf": [
211 {
Negative tests not applicable
212
"additionalProperties": true,
213 "type": "object"
214 },
215 {
216 "type": "null"
217 }
218 ],
219 },
220 "path": {
221 "anyOf": [
222 {
223 "type": "string"
224 },
225 {
226 "type": "null"
227 }
228 ],
229 },
230 "paused": {
231 "type": "boolean"
232 },
233 "pull_steps": {
234 "anyOf": [
235 {
236 "items": {
Negative tests not applicable
237
"additionalProperties": true,
238 "type": "object"
239 },
240 "type": "array"
241 },
242 {
243 "type": "null"
244 }
245 ],
246 },
247 "schedules": {
248 "items": {
249 "$ref": "#/components/schemas/DeploymentScheduleUpdate"
250 },
251 "type": "array"
252 },
253 "storage_document_id": {
254 "anyOf": [
255 {
256 "format": "uuid",
257 "type": "string"
258 },
259 {
260 "type": "null"
261 }
262 ],
263 },
264 "tags": {
265 "examples": [
266 [
267 "tag-1",
268 "tag-2"
269 ]
270 ],
271 "items": {
272 "type": "string"
273 },
274 "type": "array"
275 },
276 "version": {
277 "anyOf": [
278 {
279 "type": "string"
280 },
281 {
282 "type": "null"
283 }
284 ],
285 },
286 "version_info": {
287 "anyOf": [
288 {
289 "$ref": "#/components/schemas/VersionInfo"
290 },
291 {
292 "type": "null"
293 }
294 ],
295 },
296 "work_pool_name": {
297 "anyOf": [
298 {
299 "type": "string"
300 },
301 {
302 "type": "null"
303 }
304 ],
305 "examples": [
306 "my-work-pool"
307 ],
308 },
309 "work_queue_name": {
310 "anyOf": [
311 {
312 "type": "string"
313 },
314 {
315 "type": "null"
316 }
317 ],
318 }
319 },
320 "type": "object"
321 },
322 "IntervalSchedule": {
323 "additionalProperties": false,
Missing negative tests
324
"properties": {
325 "anchor_date": {
326 "examples": [
327 "2020-01-01T00:00:00Z"
328 ],
Missing negative tests
329
"format": "date-time",
Missing negative tests
330
"type": "string"
331 },
332 "interval": {
Missing negative tests
333
"type": "number"
334 },
335 "timezone": {
Missing negative tests
336
"anyOf": [
337 {
338 "type": "string"
339 },
340 {
341 "type": "null"
342 }
Missing negative tests
343
],
344 "examples": [
345 "America/New_York"
346 ],
347 }
Missing negative tests
348
},
349 "required": [
350 "interval"
351 ],
352 "type": "object"
353 },
354 "RRuleSchedule": {
355 "additionalProperties": false,
356 "properties": {
357 "rrule": {
Missing negative tests
358
"type": "string"
359 },
360 "timezone": {
361 "anyOf": [
362 {
363 "examples": [
364 "America/New_York"
365 ],
366 "pattern": "Africa/Abidjan|Africa/Accra|Africa/Addis_Ababa|Africa/Algiers|Africa/Asmara|Africa/Asmera|Africa/Bamako|Africa/Bangui|Africa/Banjul|Africa/Bissau|Africa/Blantyre|Africa/Brazzaville|Africa/Bujumbura|Africa/Cairo|Africa/Casablanca|Africa/Ceuta|Africa/Conakry|Africa/Dakar|Africa/Dar_es_Salaam|Africa/Djibouti|Africa/Douala|Africa/El_Aaiun|Africa/Freetown|Africa/Gaborone|Africa/Harare|Africa/Johannesburg|Africa/Juba|Africa/Kampala|Africa/Khartoum|Africa/Kigali|Africa/Kinshasa|Africa/Lagos|Africa/Libreville|Africa/Lome|Africa/Luanda|Africa/Lubumbashi|Africa/Lusaka|Africa/Malabo|Africa/Maputo|Africa/Maseru|Africa/Mbabane|Africa/Mogadishu|Africa/Monrovia|Africa/Nairobi|Africa/Ndjamena|Africa/Niamey|Africa/Nouakchott|Africa/Ouagadougou|Africa/Porto-Novo|Africa/Sao_Tome|Africa/Timbuktu|Africa/Tripoli|Africa/Tunis|Africa/Windhoek|America/Adak|America/Anchorage|America/Anguilla|America/Antigua|America/Araguaina|America/Argentina/Buenos_Aires|America/Argentina/Catamarca|America/Argentina/ComodRivadavia|America/Argentina/Cordoba|America/Argentina/Jujuy|America/Argentina/La_Rioja|America/Argentina/Mendoza|America/Argentina/Rio_Gallegos|America/Argentina/Salta|America/Argentina/San_Juan|America/Argentina/San_Luis|America/Argentina/Tucuman|America/Argentina/Ushuaia|America/Aruba|America/Asuncion|America/Atikokan|America/Atka|America/Bahia|America/Bahia_Banderas|America/Barbados|America/Belem|America/Belize|America/Blanc-Sablon|America/Boa_Vista|America/Bogota|America/Boise|America/Buenos_Aires|America/Cambridge_Bay|America/Campo_Grande|America/Cancun|America/Caracas|America/Catamarca|America/Cayenne|America/Cayman|America/Chicago|America/Chihuahua|America/Ciudad_Juarez|America/Coral_Harbour|America/Cordoba|America/Costa_Rica|America/Coyhaique|America/Creston|America/Cuiaba|America/Curacao|America/Danmarkshavn|America/Dawson|America/Dawson_Creek|America/Denver|America/Detroit|America/Dominica|America/Edmonton|America/Eirunepe|America/El_Salvador|America/Ensenada|America/Fort_Nelson|America/Fort_Wayne|America/Fortaleza|America/Glace_Bay|America/Godthab|America/Goose_Bay|America/Grand_Turk|America/Grenada|America/Guadeloupe|America/Guatemala|America/Guayaquil|America/Guyana|America/Halifax|America/Havana|America/Hermosillo|America/Indiana/Indianapolis|America/Indiana/Knox|America/Indiana/Marengo|America/Indiana/Petersburg|America/Indiana/Tell_City|America/Indiana/Vevay|America/Indiana/Vincennes|America/Indiana/Winamac|America/Indianapolis|America/Inuvik|America/Iqaluit|America/Jamaica|America/Jujuy|America/Juneau|America/Kentucky/Louisville|America/Kentucky/Monticello|America/Knox_IN|America/Kralendijk|America/La_Paz|America/Lima|America/Los_Angeles|America/Louisville|America/Lower_Princes|America/Maceio|America/Managua|America/Manaus|America/Marigot|America/Martinique|America/Matamoros|America/Mazatlan|America/Mendoza|America/Menominee|America/Merida|America/Metlakatla|America/Mexico_City|America/Miquelon|America/Moncton|America/Monterrey|America/Montevideo|America/Montreal|America/Montserrat|America/Nassau|America/New_York|America/Nipigon|America/Nome|America/Noronha|America/North_Dakota/Beulah|America/North_Dakota/Center|America/North_Dakota/New_Salem|America/Nuuk|America/Ojinaga|America/Panama|America/Pangnirtung|America/Paramaribo|America/Phoenix|America/Port-au-Prince|America/Port_of_Spain|America/Porto_Acre|America/Porto_Velho|America/Puerto_Rico|America/Punta_Arenas|America/Rainy_River|America/Rankin_Inlet|America/Recife|America/Regina|America/Resolute|America/Rio_Branco|America/Rosario|America/Santa_Isabel|America/Santarem|America/Santiago|America/Santo_Domingo|America/Sao_Paulo|America/Scoresbysund|America/Shiprock|America/Sitka|America/St_Barthelemy|America/St_Johns|America/St_Kitts|America/St_Lucia|America/St_Thomas|America/St_Vincent|America/Swift_Current|America/Tegucigalpa|America/Thule|America/Thunder_Bay|America/Tijuana|America/Toronto|America/Tortola|America/Vancouver|America/Virgin|America/Whitehorse|America/Winnipeg|America/Yakutat|America/Yellowknife|Antarctica/Casey|Antarctica/Davis|Antarctica/DumontDUrville|Antarctica/Macquarie|Antarctica/Mawson|Antarctica/McMurdo|Antarctica/Palmer|Antarctica/Rothera|Antarctica/South_Pole|Antarctica/Syowa|Antarctica/Troll|Antarctica/Vostok|Arctic/Longyearbyen|Asia/Aden|Asia/Almaty|Asia/Amman|Asia/Anadyr|Asia/Aqtau|Asia/Aqtobe|Asia/Ashgabat|Asia/Ashkhabad|Asia/Atyrau|Asia/Baghdad|Asia/Bahrain|Asia/Baku|Asia/Bangkok|Asia/Barnaul|Asia/Beirut|Asia/Bishkek|Asia/Brunei|Asia/Calcutta|Asia/Chita|Asia/Choibalsan|Asia/Chongqing|Asia/Chungking|Asia/Colombo|Asia/Dacca|Asia/Damascus|Asia/Dhaka|Asia/Dili|Asia/Dubai|Asia/Dushanbe|Asia/Famagusta|Asia/Gaza|Asia/Harbin|Asia/Hebron|Asia/Ho_Chi_Minh|Asia/Hong_Kong|Asia/Hovd|Asia/Irkutsk|Asia/Istanbul|Asia/Jakarta|Asia/Jayapura|Asia/Jerusalem|Asia/Kabul|Asia/Kamchatka|Asia/Karachi|Asia/Kashgar|Asia/Kathmandu|Asia/Katmandu|Asia/Khandyga|Asia/Kolkata|Asia/Krasnoyarsk|Asia/Kuala_Lumpur|Asia/Kuching|Asia/Kuwait|Asia/Macao|Asia/Macau|Asia/Magadan|Asia/Makassar|Asia/Manila|Asia/Muscat|Asia/Nicosia|Asia/Novokuznetsk|Asia/Novosibirsk|Asia/Omsk|Asia/Oral|Asia/Phnom_Penh|Asia/Pontianak|Asia/Pyongyang|Asia/Qatar|Asia/Qostanay|Asia/Qyzylorda|Asia/Rangoon|Asia/Riyadh|Asia/Saigon|Asia/Sakhalin|Asia/Samarkand|Asia/Seoul|Asia/Shanghai|Asia/Singapore|Asia/Srednekolymsk|Asia/Taipei|Asia/Tashkent|Asia/Tbilisi|Asia/Tehran|Asia/Tel_Aviv|Asia/Thimbu|Asia/Thimphu|Asia/Tokyo|Asia/Tomsk|Asia/Ujung_Pandang|Asia/Ulaanbaatar|Asia/Ulan_Bator|Asia/Urumqi|Asia/Ust-Nera|Asia/Vientiane|Asia/Vladivostok|Asia/Yakutsk|Asia/Yangon|Asia/Yekaterinburg|Asia/Yerevan|Atlantic/Azores|Atlantic/Bermuda|Atlantic/Canary|Atlantic/Cape_Verde|Atlantic/Faeroe|Atlantic/Faroe|Atlantic/Jan_Mayen|Atlantic/Madeira|Atlantic/Reykjavik|Atlantic/South_Georgia|Atlantic/St_Helena|Atlantic/Stanley|Australia/ACT|Australia/Adelaide|Australia/Brisbane|Australia/Broken_Hill|Australia/Canberra|Australia/Currie|Australia/Darwin|Australia/Eucla|Australia/Hobart|Australia/LHI|Australia/Lindeman|Australia/Lord_Howe|Australia/Melbourne|Australia/NSW|Australia/North|Australia/Perth|Australia/Queensland|Australia/South|Australia/Sydney|Australia/Tasmania|Australia/Victoria|Australia/West|Australia/Yancowinna|Brazil/Acre|Brazil/DeNoronha|Brazil/East|Brazil/West|CET|CST6CDT|Canada/Atlantic|Canada/Central|Canada/Eastern|Canada/Mountain|Canada/Newfoundland|Canada/Pacific|Canada/Saskatchewan|Canada/Yukon|Chile/Continental|Chile/EasterIsland|Cuba|EET|EST|EST5EDT|Egypt|Eire|Etc/GMT|Etc/GMT+0|Etc/GMT+1|Etc/GMT+10|Etc/GMT+11|Etc/GMT+12|Etc/GMT+2|Etc/GMT+3|Etc/GMT+4|Etc/GMT+5|Etc/GMT+6|Etc/GMT+7|Etc/GMT+8|Etc/GMT+9|Etc/GMT-0|Etc/GMT-1|Etc/GMT-10|Etc/GMT-11|Etc/GMT-12|Etc/GMT-13|Etc/GMT-14|Etc/GMT-2|Etc/GMT-3|Etc/GMT-4|Etc/GMT-5|Etc/GMT-6|Etc/GMT-7|Etc/GMT-8|Etc/GMT-9|Etc/GMT0|Etc/Greenwich|Etc/UCT|Etc/UTC|Etc/Universal|Etc/Zulu|Europe/Amsterdam|Europe/Andorra|Europe/Astrakhan|Europe/Athens|Europe/Belfast|Europe/Belgrade|Europe/Berlin|Europe/Bratislava|Europe/Brussels|Europe/Bucharest|Europe/Budapest|Europe/Busingen|Europe/Chisinau|Europe/Copenhagen|Europe/Dublin|Europe/Gibraltar|Europe/Guernsey|Europe/Helsinki|Europe/Isle_of_Man|Europe/Istanbul|Europe/Jersey|Europe/Kaliningrad|Europe/Kiev|Europe/Kirov|Europe/Kyiv|Europe/Lisbon|Europe/Ljubljana|Europe/London|Europe/Luxembourg|Europe/Madrid|Europe/Malta|Europe/Mariehamn|Europe/Minsk|Europe/Monaco|Europe/Moscow|Europe/Nicosia|Europe/Oslo|Europe/Paris|Europe/Podgorica|Europe/Prague|Europe/Riga|Europe/Rome|Europe/Samara|Europe/San_Marino|Europe/Sarajevo|Europe/Saratov|Europe/Simferopol|Europe/Skopje|Europe/Sofia|Europe/Stockholm|Europe/Tallinn|Europe/Tirane|Europe/Tiraspol|Europe/Ulyanovsk|Europe/Uzhgorod|Europe/Vaduz|Europe/Vatican|Europe/Vienna|Europe/Vilnius|Europe/Volgograd|Europe/Warsaw|Europe/Zagreb|Europe/Zaporozhye|Europe/Zurich|Factory|GB|GB-Eire|GMT|GMT+0|GMT-0|GMT0|Greenwich|HST|Hongkong|Iceland|Indian/Antananarivo|Indian/Chagos|Indian/Christmas|Indian/Cocos|Indian/Comoro|Indian/Kerguelen|Indian/Mahe|Indian/Maldives|Indian/Mauritius|Indian/Mayotte|Indian/Reunion|Iran|Israel|Jamaica|Japan|Kwajalein|Libya|MET|MST|MST7MDT|Mexico/BajaNorte|Mexico/BajaSur|Mexico/General|NZ|NZ-CHAT|Navajo|PRC|PST8PDT|Pacific/Apia|Pacific/Auckland|Pacific/Bougainville|Pacific/Chatham|Pacific/Chuuk|Pacific/Easter|Pacific/Efate|Pacific/Enderbury|Pacific/Fakaofo|Pacific/Fiji|Pacific/Funafuti|Pacific/Galapagos|Pacific/Gambier|Pacific/Guadalcanal|Pacific/Guam|Pacific/Honolulu|Pacific/Johnston|Pacific/Kanton|Pacific/Kiritimati|Pacific/Kosrae|Pacific/Kwajalein|Pacific/Majuro|Pacific/Marquesas|Pacific/Midway|Pacific/Nauru|Pacific/Niue|Pacific/Norfolk|Pacific/Noumea|Pacific/Pago_Pago|Pacific/Palau|Pacific/Pitcairn|Pacific/Pohnpei|Pacific/Ponape|Pacific/Port_Moresby|Pacific/Rarotonga|Pacific/Saipan|Pacific/Samoa|Pacific/Tahiti|Pacific/Tarawa|Pacific/Tongatapu|Pacific/Truk|Pacific/Wake|Pacific/Wallis|Pacific/Yap|Poland|Portugal|ROC|ROK|Singapore|Turkey|UCT|US/Alaska|US/Aleutian|US/Arizona|US/Central|US/East-Indiana|US/Eastern|US/Hawaii|US/Indiana-Starke|US/Michigan|US/Mountain|US/Pacific|US/Samoa|UTC|Universal|W-SU|WET|Zulu",
367 "type": "string"
368 },
369 {
370 "type": "null"
371 }
372 ],
373 }
374 },
375 "required": [
376 "rrule"
377 ],
378 "type": "object"
379 },
380 "VersionInfo": {
Negative tests not applicable
381
"additionalProperties": true,
382 "properties": {
383 "type": {
384 "type": "string"
385 },
386 "version": {
387 "type": "string"
388 }
389 },
390 "required": [
391 "type",
392 "version"
393 ],
394 "type": "object"
395 }
396 }
397 }
398}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
197 3.35ms
default
Default
513 5.27ms
Examples
3 of 3 covered

Body: application/json
paused.default
 
false
 
day_or.default
 
true
 
timezone.default
 
"UTC"
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json141 of 143 keywords covered
1{
2 "$ref": "#/components/schemas/DeploymentFlowRunCreate",
3 "components": {
4 "schemas": {
5 "DeploymentFlowRunCreate": {
6 "additionalProperties": false,
7 "properties": {
8 "context": {
Negative tests not applicable
9
"additionalProperties": true,
10 "type": "object"
11 },
12 "empirical_policy": {
13 "$ref": "#/components/schemas/FlowRunPolicy",
14 },
15 "enforce_parameter_schema": {
16 "anyOf": [
17 {
18 "type": "boolean"
19 },
20 {
21 "type": "null"
22 }
23 ],
24 },
25 "idempotency_key": {
26 "anyOf": [
27 {
28 "type": "string"
29 },
30 {
31 "type": "null"
32 }
33 ],
34 },
35 "infrastructure_document_id": {
36 "anyOf": [
37 {
38 "format": "uuid",
39 "type": "string"
40 },
41 {
42 "type": "null"
43 }
44 ],
45 },
46 "job_variables": {
Negative tests not applicable
47
"additionalProperties": true,
48 "anyOf": [
49 {
Negative tests not applicable
50
"additionalProperties": true,
51 "type": "object"
52 },
53 {
54 "type": "null"
55 }
56 ],
57 },
58 "labels": {
59 "anyOf": [
60 {
61 "additionalProperties": {
Missing negative tests
62
"anyOf": [
63 {
64 "type": "boolean"
65 },
66 {
67 "type": "integer"
68 },
69 {
70 "type": "number"
71 },
72 {
73 "type": "string"
74 }
Missing negative tests
75
]
76 },
77 "type": "object"
78 },
79 {
80 "type": "null"
81 }
82 ],
83 "examples": [
84 {
85 "key": "value1",
86 "key2": 42
87 }
88 ],
89 },
90 "name": {
91 "examples": [
92 "my-flow-run"
93 ],
94 "type": "string"
95 },
96 "parameters": {
Negative tests not applicable
97
"additionalProperties": true,
98 "type": "object"
99 },
100 "parent_task_run_id": {
101 "anyOf": [
102 {
103 "format": "uuid",
104 "type": "string"
105 },
106 {
107 "type": "null"
108 }
109 ],
110 },
111 "state": {
112 "anyOf": [
113 {
114 "$ref": "#/components/schemas/StateCreate"
115 },
116 {
117 "type": "null"
118 }
119 ],
120 },
121 "tags": {
122 "examples": [
123 [
124 "tag-1",
125 "tag-2"
126 ]
127 ],
128 "items": {
129 "type": "string"
130 },
131 "type": "array"
132 },
133 "work_queue_name": {
134 "anyOf": [
135 {
136 "type": "string"
137 },
138 {
139 "type": "null"
140 }
141 ],
142 }
143 },
144 "type": "object"
145 },
146 "FlowRunPolicy": {
147 "properties": {
148 "max_retries": {
149 "deprecated": true,
150 "type": "integer"
151 },
152 "pause_keys": {
153 "anyOf": [
154 {
155 "items": {
156 "type": "string"
157 },
158 "type": "array",
159 "uniqueItems": true
160 },
161 {
162 "type": "null"
163 }
164 ],
165 },
166 "resuming": {
167 "anyOf": [
168 {
169 "type": "boolean"
170 },
171 {
172 "type": "null"
173 }
174 ],
175 },
176 "retries": {
177 "anyOf": [
178 {
179 "type": "integer"
180 },
181 {
182 "type": "null"
183 }
184 ],
185 },
186 "retry_delay": {
187 "anyOf": [
188 {
189 "type": "integer"
190 },
191 {
192 "type": "null"
193 }
194 ],
195 },
196 "retry_delay_seconds": {
197 "deprecated": true,
198 "type": "number"
199 },
200 "retry_type": {
201 "anyOf": [
202 {
203 "enum": [
204 "in_process",
205 "reschedule"
206 ],
207 "type": "string"
208 },
209 {
210 "type": "null"
211 }
212 ],
213 }
214 },
215 "type": "object"
216 },
217 "StateCreate": {
218 "additionalProperties": false,
219 "properties": {
220 "data": {
Negative tests not applicable
221
"anyOf": [
222 {},
223 {
224 "type": "null"
225 }
Negative tests not applicable
226
],
227 },
228 "message": {
229 "anyOf": [
230 {
231 "type": "string"
232 },
233 {
234 "type": "null"
235 }
236 ],
237 },
238 "name": {
239 "anyOf": [
240 {
241 "type": "string"
242 },
243 {
244 "type": "null"
245 }
246 ],
247 },
248 "state_details": {
249 "$ref": "#/components/schemas/StateDetails",
250 },
251 "type": {
252 "$ref": "#/components/schemas/StateType",
253 }
254 },
255 "required": [
256 "type"
257 ],
258 "type": "object"
259 },
260 "StateDetails": {
261 "properties": {
262 "cache_expiration": {
263 "anyOf": [
264 {
265 "format": "date-time",
266 "type": "string"
267 },
268 {
269 "type": "null"
270 }
271 ],
272 },
273 "cache_key": {
274 "anyOf": [
275 {
276 "type": "string"
277 },
278 {
279 "type": "null"
280 }
281 ],
282 },
283 "child_flow_run_id": {
284 "anyOf": [
285 {
286 "format": "uuid",
287 "type": "string"
288 },
289 {
290 "type": "null"
291 }
292 ],
293 },
294 "deferred": {
295 "anyOf": [
296 {
297 "type": "boolean"
298 },
299 {
300 "type": "null"
301 }
302 ],
303 },
304 "deployment_concurrency_lease_id": {
305 "anyOf": [
306 {
307 "format": "uuid",
308 "type": "string"
309 },
310 {
311 "type": "null"
312 }
313 ],
314 },
315 "flow_run_id": {
316 "anyOf": [
317 {
318 "format": "uuid",
319 "type": "string"
320 },
321 {
322 "type": "null"
323 }
324 ],
325 },
326 "pause_key": {
327 "anyOf": [
328 {
329 "type": "string"
330 },
331 {
332 "type": "null"
333 }
334 ],
335 },
336 "pause_reschedule": {
337 "type": "boolean"
338 },
339 "pause_timeout": {
340 "anyOf": [
341 {
342 "format": "date-time",
343 "type": "string"
344 },
345 {
346 "type": "null"
347 }
348 ],
349 },
350 "refresh_cache": {
351 "anyOf": [
352 {
353 "type": "boolean"
354 },
355 {
356 "type": "null"
357 }
358 ],
359 },
360 "retriable": {
361 "anyOf": [
362 {
363 "type": "boolean"
364 },
365 {
366 "type": "null"
367 }
368 ],
369 },
370 "run_input_keyset": {
371 "anyOf": [
372 {
373 "additionalProperties": {
Missing negative tests
374
"type": "string"
375 },
376 "type": "object"
377 },
378 {
379 "type": "null"
380 }
381 ],
382 },
383 "scheduled_time": {
384 "anyOf": [
385 {
386 "format": "date-time",
387 "type": "string"
388 },
389 {
390 "type": "null"
391 }
392 ],
393 },
394 "task_parameters_id": {
395 "anyOf": [
396 {
397 "format": "uuid",
398 "type": "string"
399 },
400 {
401 "type": "null"
402 }
403 ],
404 },
405 "task_run_id": {
406 "anyOf": [
407 {
408 "format": "uuid",
409 "type": "string"
410 },
411 {
412 "type": "null"
413 }
414 ],
415 },
416 "traceparent": {
417 "anyOf": [
418 {
419 "type": "string"
420 },
421 {
422 "type": "null"
423 }
424 ],
425 },
426 "transition_id": {
427 "anyOf": [
428 {
429 "format": "uuid",
430 "type": "string"
431 },
432 {
433 "type": "null"
434 }
435 ],
436 },
437 "untrackable_result": {
438 "type": "boolean"
439 }
440 },
441 "type": "object"
442 },
443 "StateType": {
444 "enum": [
445 "SCHEDULED",
446 "PENDING",
447 "RUNNING",
448 "COMPLETED",
449 "FAILED",
450 "CANCELLED",
451 "CRASHED",
452 "PAUSED",
453 "CANCELLING"
454 ],
455 "type": "string"
456 }
457 }
458 }
459}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
190 2.94ms
default
Default
591 5.75ms
Examples
6 of 6 covered

Body: application/json
retry_delay_seconds.default
 
0
 
resuming.default
 
false
 
deferred.default
 
false
 
untrackable_result.default
 
false
 
max_retries.default
 
0
 
pause_reschedule.default
 
false
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
508 4.19ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
506 4.63ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json10 of 11 keywords covered
1{
2 "$ref": "#/components/schemas/Body_schedule_deployment_deployments__id__schedule_post",
3 "components": {
4 "schemas": {
5 "Body_schedule_deployment_deployments__id__schedule_post": {
6 "properties": {
7 "end_time": {
8 "format": "date-time",
9 "type": "string"
10 },
11 "max_runs": {
12 "type": "integer"
13 },
14 "min_runs": {
15 "type": "integer"
16 },
17 "min_time": {
Missing tests
18
"format": "time-delta",
19 "type": "number"
20 },
21 "start_time": {
22 "format": "date-time",
23 "type": "string"
24 }
25 },
26 "type": "object"
27 }
28 }
29 }
30}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
19 2.40ms
default
Default
518 4.96ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
506 5.77ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json30 of 44 keywords covered
1{
2 "components": {
3 "schemas": {
4 "CronSchedule": {
5 "additionalProperties": false,
Missing negative tests
6
"properties": {
7 "cron": {
8 "examples": [
9 "0 0 * * *"
10 ],
Missing negative tests
11
"type": "string"
12 },
13 "day_or": {
Missing negative tests
14
"type": "boolean"
15 },
16 "timezone": {
Missing negative tests
17
"anyOf": [
18 {
19 "type": "string"
20 },
21 {
22 "type": "null"
23 }
Missing negative tests
24
],
25 "examples": [
26 "America/New_York"
27 ],
28 }
Missing negative tests
29
},
30 "required": [
31 "cron"
32 ],
Missing negative tests
33
"type": "object"
34 },
35 "DeploymentScheduleCreate": {
36 "additionalProperties": false,
37 "properties": {
38 "active": {
39 "type": "boolean"
40 },
41 "max_scheduled_runs": {
42 "anyOf": [
43 {
44 "exclusiveMinimum": 0.0,
45 "type": "integer"
46 },
47 {
48 "type": "null"
49 }
50 ],
51 },
52 "parameters": {
Negative tests not applicable
53
"additionalProperties": true,
54 "type": "object"
55 },
56 "schedule": {
Missing negative tests
57
"anyOf": [
58 {
59 "$ref": "#/components/schemas/IntervalSchedule"
60 },
61 {
62 "$ref": "#/components/schemas/CronSchedule"
63 },
64 {
65 "$ref": "#/components/schemas/RRuleSchedule"
66 }
Missing negative tests
67
],
68 },
69 "slug": {
70 "anyOf": [
71 {
72 "type": "string"
73 },
74 {
75 "type": "null"
76 }
77 ],
78 }
79 },
80 "required": [
81 "schedule"
82 ],
83 "type": "object"
84 },
85 "IntervalSchedule": {
86 "additionalProperties": false,
Missing negative tests
87
"properties": {
88 "anchor_date": {
89 "examples": [
90 "2020-01-01T00:00:00Z"
91 ],
Missing negative tests
92
"format": "date-time",
Missing negative tests
93
"type": "string"
94 },
95 "interval": {
Missing negative tests
96
"type": "number"
97 },
98 "timezone": {
Missing negative tests
99
"anyOf": [
100 {
101 "type": "string"
102 },
103 {
104 "type": "null"
105 }
Missing negative tests
106
],
107 "examples": [
108 "America/New_York"
109 ],
110 }
Missing negative tests
111
},
112 "required": [
113 "interval"
114 ],
Missing negative tests
115
"type": "object"
116 },
117 "RRuleSchedule": {
118 "additionalProperties": false,
119 "properties": {
120 "rrule": {
Missing negative tests
121
"type": "string"
122 },
123 "timezone": {
124 "anyOf": [
125 {
126 "examples": [
127 "America/New_York"
128 ],
129 "pattern": "Africa/Abidjan|Africa/Accra|Africa/Addis_Ababa|Africa/Algiers|Africa/Asmara|Africa/Asmera|Africa/Bamako|Africa/Bangui|Africa/Banjul|Africa/Bissau|Africa/Blantyre|Africa/Brazzaville|Africa/Bujumbura|Africa/Cairo|Africa/Casablanca|Africa/Ceuta|Africa/Conakry|Africa/Dakar|Africa/Dar_es_Salaam|Africa/Djibouti|Africa/Douala|Africa/El_Aaiun|Africa/Freetown|Africa/Gaborone|Africa/Harare|Africa/Johannesburg|Africa/Juba|Africa/Kampala|Africa/Khartoum|Africa/Kigali|Africa/Kinshasa|Africa/Lagos|Africa/Libreville|Africa/Lome|Africa/Luanda|Africa/Lubumbashi|Africa/Lusaka|Africa/Malabo|Africa/Maputo|Africa/Maseru|Africa/Mbabane|Africa/Mogadishu|Africa/Monrovia|Africa/Nairobi|Africa/Ndjamena|Africa/Niamey|Africa/Nouakchott|Africa/Ouagadougou|Africa/Porto-Novo|Africa/Sao_Tome|Africa/Timbuktu|Africa/Tripoli|Africa/Tunis|Africa/Windhoek|America/Adak|America/Anchorage|America/Anguilla|America/Antigua|America/Araguaina|America/Argentina/Buenos_Aires|America/Argentina/Catamarca|America/Argentina/ComodRivadavia|America/Argentina/Cordoba|America/Argentina/Jujuy|America/Argentina/La_Rioja|America/Argentina/Mendoza|America/Argentina/Rio_Gallegos|America/Argentina/Salta|America/Argentina/San_Juan|America/Argentina/San_Luis|America/Argentina/Tucuman|America/Argentina/Ushuaia|America/Aruba|America/Asuncion|America/Atikokan|America/Atka|America/Bahia|America/Bahia_Banderas|America/Barbados|America/Belem|America/Belize|America/Blanc-Sablon|America/Boa_Vista|America/Bogota|America/Boise|America/Buenos_Aires|America/Cambridge_Bay|America/Campo_Grande|America/Cancun|America/Caracas|America/Catamarca|America/Cayenne|America/Cayman|America/Chicago|America/Chihuahua|America/Ciudad_Juarez|America/Coral_Harbour|America/Cordoba|America/Costa_Rica|America/Coyhaique|America/Creston|America/Cuiaba|America/Curacao|America/Danmarkshavn|America/Dawson|America/Dawson_Creek|America/Denver|America/Detroit|America/Dominica|America/Edmonton|America/Eirunepe|America/El_Salvador|America/Ensenada|America/Fort_Nelson|America/Fort_Wayne|America/Fortaleza|America/Glace_Bay|America/Godthab|America/Goose_Bay|America/Grand_Turk|America/Grenada|America/Guadeloupe|America/Guatemala|America/Guayaquil|America/Guyana|America/Halifax|America/Havana|America/Hermosillo|America/Indiana/Indianapolis|America/Indiana/Knox|America/Indiana/Marengo|America/Indiana/Petersburg|America/Indiana/Tell_City|America/Indiana/Vevay|America/Indiana/Vincennes|America/Indiana/Winamac|America/Indianapolis|America/Inuvik|America/Iqaluit|America/Jamaica|America/Jujuy|America/Juneau|America/Kentucky/Louisville|America/Kentucky/Monticello|America/Knox_IN|America/Kralendijk|America/La_Paz|America/Lima|America/Los_Angeles|America/Louisville|America/Lower_Princes|America/Maceio|America/Managua|America/Manaus|America/Marigot|America/Martinique|America/Matamoros|America/Mazatlan|America/Mendoza|America/Menominee|America/Merida|America/Metlakatla|America/Mexico_City|America/Miquelon|America/Moncton|America/Monterrey|America/Montevideo|America/Montreal|America/Montserrat|America/Nassau|America/New_York|America/Nipigon|America/Nome|America/Noronha|America/North_Dakota/Beulah|America/North_Dakota/Center|America/North_Dakota/New_Salem|America/Nuuk|America/Ojinaga|America/Panama|America/Pangnirtung|America/Paramaribo|America/Phoenix|America/Port-au-Prince|America/Port_of_Spain|America/Porto_Acre|America/Porto_Velho|America/Puerto_Rico|America/Punta_Arenas|America/Rainy_River|America/Rankin_Inlet|America/Recife|America/Regina|America/Resolute|America/Rio_Branco|America/Rosario|America/Santa_Isabel|America/Santarem|America/Santiago|America/Santo_Domingo|America/Sao_Paulo|America/Scoresbysund|America/Shiprock|America/Sitka|America/St_Barthelemy|America/St_Johns|America/St_Kitts|America/St_Lucia|America/St_Thomas|America/St_Vincent|America/Swift_Current|America/Tegucigalpa|America/Thule|America/Thunder_Bay|America/Tijuana|America/Toronto|America/Tortola|America/Vancouver|America/Virgin|America/Whitehorse|America/Winnipeg|America/Yakutat|America/Yellowknife|Antarctica/Casey|Antarctica/Davis|Antarctica/DumontDUrville|Antarctica/Macquarie|Antarctica/Mawson|Antarctica/McMurdo|Antarctica/Palmer|Antarctica/Rothera|Antarctica/South_Pole|Antarctica/Syowa|Antarctica/Troll|Antarctica/Vostok|Arctic/Longyearbyen|Asia/Aden|Asia/Almaty|Asia/Amman|Asia/Anadyr|Asia/Aqtau|Asia/Aqtobe|Asia/Ashgabat|Asia/Ashkhabad|Asia/Atyrau|Asia/Baghdad|Asia/Bahrain|Asia/Baku|Asia/Bangkok|Asia/Barnaul|Asia/Beirut|Asia/Bishkek|Asia/Brunei|Asia/Calcutta|Asia/Chita|Asia/Choibalsan|Asia/Chongqing|Asia/Chungking|Asia/Colombo|Asia/Dacca|Asia/Damascus|Asia/Dhaka|Asia/Dili|Asia/Dubai|Asia/Dushanbe|Asia/Famagusta|Asia/Gaza|Asia/Harbin|Asia/Hebron|Asia/Ho_Chi_Minh|Asia/Hong_Kong|Asia/Hovd|Asia/Irkutsk|Asia/Istanbul|Asia/Jakarta|Asia/Jayapura|Asia/Jerusalem|Asia/Kabul|Asia/Kamchatka|Asia/Karachi|Asia/Kashgar|Asia/Kathmandu|Asia/Katmandu|Asia/Khandyga|Asia/Kolkata|Asia/Krasnoyarsk|Asia/Kuala_Lumpur|Asia/Kuching|Asia/Kuwait|Asia/Macao|Asia/Macau|Asia/Magadan|Asia/Makassar|Asia/Manila|Asia/Muscat|Asia/Nicosia|Asia/Novokuznetsk|Asia/Novosibirsk|Asia/Omsk|Asia/Oral|Asia/Phnom_Penh|Asia/Pontianak|Asia/Pyongyang|Asia/Qatar|Asia/Qostanay|Asia/Qyzylorda|Asia/Rangoon|Asia/Riyadh|Asia/Saigon|Asia/Sakhalin|Asia/Samarkand|Asia/Seoul|Asia/Shanghai|Asia/Singapore|Asia/Srednekolymsk|Asia/Taipei|Asia/Tashkent|Asia/Tbilisi|Asia/Tehran|Asia/Tel_Aviv|Asia/Thimbu|Asia/Thimphu|Asia/Tokyo|Asia/Tomsk|Asia/Ujung_Pandang|Asia/Ulaanbaatar|Asia/Ulan_Bator|Asia/Urumqi|Asia/Ust-Nera|Asia/Vientiane|Asia/Vladivostok|Asia/Yakutsk|Asia/Yangon|Asia/Yekaterinburg|Asia/Yerevan|Atlantic/Azores|Atlantic/Bermuda|Atlantic/Canary|Atlantic/Cape_Verde|Atlantic/Faeroe|Atlantic/Faroe|Atlantic/Jan_Mayen|Atlantic/Madeira|Atlantic/Reykjavik|Atlantic/South_Georgia|Atlantic/St_Helena|Atlantic/Stanley|Australia/ACT|Australia/Adelaide|Australia/Brisbane|Australia/Broken_Hill|Australia/Canberra|Australia/Currie|Australia/Darwin|Australia/Eucla|Australia/Hobart|Australia/LHI|Australia/Lindeman|Australia/Lord_Howe|Australia/Melbourne|Australia/NSW|Australia/North|Australia/Perth|Australia/Queensland|Australia/South|Australia/Sydney|Australia/Tasmania|Australia/Victoria|Australia/West|Australia/Yancowinna|Brazil/Acre|Brazil/DeNoronha|Brazil/East|Brazil/West|CET|CST6CDT|Canada/Atlantic|Canada/Central|Canada/Eastern|Canada/Mountain|Canada/Newfoundland|Canada/Pacific|Canada/Saskatchewan|Canada/Yukon|Chile/Continental|Chile/EasterIsland|Cuba|EET|EST|EST5EDT|Egypt|Eire|Etc/GMT|Etc/GMT+0|Etc/GMT+1|Etc/GMT+10|Etc/GMT+11|Etc/GMT+12|Etc/GMT+2|Etc/GMT+3|Etc/GMT+4|Etc/GMT+5|Etc/GMT+6|Etc/GMT+7|Etc/GMT+8|Etc/GMT+9|Etc/GMT-0|Etc/GMT-1|Etc/GMT-10|Etc/GMT-11|Etc/GMT-12|Etc/GMT-13|Etc/GMT-14|Etc/GMT-2|Etc/GMT-3|Etc/GMT-4|Etc/GMT-5|Etc/GMT-6|Etc/GMT-7|Etc/GMT-8|Etc/GMT-9|Etc/GMT0|Etc/Greenwich|Etc/UCT|Etc/UTC|Etc/Universal|Etc/Zulu|Europe/Amsterdam|Europe/Andorra|Europe/Astrakhan|Europe/Athens|Europe/Belfast|Europe/Belgrade|Europe/Berlin|Europe/Bratislava|Europe/Brussels|Europe/Bucharest|Europe/Budapest|Europe/Busingen|Europe/Chisinau|Europe/Copenhagen|Europe/Dublin|Europe/Gibraltar|Europe/Guernsey|Europe/Helsinki|Europe/Isle_of_Man|Europe/Istanbul|Europe/Jersey|Europe/Kaliningrad|Europe/Kiev|Europe/Kirov|Europe/Kyiv|Europe/Lisbon|Europe/Ljubljana|Europe/London|Europe/Luxembourg|Europe/Madrid|Europe/Malta|Europe/Mariehamn|Europe/Minsk|Europe/Monaco|Europe/Moscow|Europe/Nicosia|Europe/Oslo|Europe/Paris|Europe/Podgorica|Europe/Prague|Europe/Riga|Europe/Rome|Europe/Samara|Europe/San_Marino|Europe/Sarajevo|Europe/Saratov|Europe/Simferopol|Europe/Skopje|Europe/Sofia|Europe/Stockholm|Europe/Tallinn|Europe/Tirane|Europe/Tiraspol|Europe/Ulyanovsk|Europe/Uzhgorod|Europe/Vaduz|Europe/Vatican|Europe/Vienna|Europe/Vilnius|Europe/Volgograd|Europe/Warsaw|Europe/Zagreb|Europe/Zaporozhye|Europe/Zurich|Factory|GB|GB-Eire|GMT|GMT+0|GMT-0|GMT0|Greenwich|HST|Hongkong|Iceland|Indian/Antananarivo|Indian/Chagos|Indian/Christmas|Indian/Cocos|Indian/Comoro|Indian/Kerguelen|Indian/Mahe|Indian/Maldives|Indian/Mauritius|Indian/Mayotte|Indian/Reunion|Iran|Israel|Jamaica|Japan|Kwajalein|Libya|MET|MST|MST7MDT|Mexico/BajaNorte|Mexico/BajaSur|Mexico/General|NZ|NZ-CHAT|Navajo|PRC|PST8PDT|Pacific/Apia|Pacific/Auckland|Pacific/Bougainville|Pacific/Chatham|Pacific/Chuuk|Pacific/Easter|Pacific/Efate|Pacific/Enderbury|Pacific/Fakaofo|Pacific/Fiji|Pacific/Funafuti|Pacific/Galapagos|Pacific/Gambier|Pacific/Guadalcanal|Pacific/Guam|Pacific/Honolulu|Pacific/Johnston|Pacific/Kanton|Pacific/Kiritimati|Pacific/Kosrae|Pacific/Kwajalein|Pacific/Majuro|Pacific/Marquesas|Pacific/Midway|Pacific/Nauru|Pacific/Niue|Pacific/Norfolk|Pacific/Noumea|Pacific/Pago_Pago|Pacific/Palau|Pacific/Pitcairn|Pacific/Pohnpei|Pacific/Ponape|Pacific/Port_Moresby|Pacific/Rarotonga|Pacific/Saipan|Pacific/Samoa|Pacific/Tahiti|Pacific/Tarawa|Pacific/Tongatapu|Pacific/Truk|Pacific/Wake|Pacific/Wallis|Pacific/Yap|Poland|Portugal|ROC|ROK|Singapore|Turkey|UCT|US/Alaska|US/Aleutian|US/Arizona|US/Central|US/East-Indiana|US/Eastern|US/Hawaii|US/Indiana-Starke|US/Michigan|US/Mountain|US/Pacific|US/Samoa|UTC|Universal|W-SU|WET|Zulu",
130 "type": "string"
131 },
132 {
133 "type": "null"
134 }
135 ],
136 }
137 },
138 "required": [
139 "rrule"
140 ],
Missing negative tests
141
"type": "object"
142 }
143 }
144 },
145 "items": {
146 "$ref": "#/components/schemas/DeploymentScheduleCreate"
147 },
148 "type": "array"
149}
Responses
seen average

201
Successful Response
0 -
422
Validation Error
423 9.06ms
default
Default
158 3.50ms
Examples
3 of 3 covered

Body: application/json
active.default
 
true
 
timezone.default
 
"UTC"
 
day_or.default
 
true
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
schedule_id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
0 -
default
Default
511 4.89ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
schedule_id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json34 of 45 keywords covered
1{
2 "$ref": "#/components/schemas/DeploymentScheduleUpdate",
3 "components": {
4 "schemas": {
5 "CronSchedule": {
6 "additionalProperties": false,
Missing negative tests
7
"properties": {
8 "cron": {
9 "examples": [
10 "0 0 * * *"
11 ],
Missing negative tests
12
"type": "string"
13 },
14 "day_or": {
Missing negative tests
15
"type": "boolean"
16 },
17 "timezone": {
Missing negative tests
18
"anyOf": [
19 {
20 "type": "string"
21 },
22 {
23 "type": "null"
24 }
Missing negative tests
25
],
26 "examples": [
27 "America/New_York"
28 ],
29 }
Missing negative tests
30
},
31 "required": [
32 "cron"
33 ],
34 "type": "object"
35 },
36 "DeploymentScheduleUpdate": {
37 "additionalProperties": false,
38 "properties": {
39 "active": {
40 "anyOf": [
41 {
42 "type": "boolean"
43 },
44 {
45 "type": "null"
46 }
47 ],
48 },
49 "max_scheduled_runs": {
50 "anyOf": [
51 {
52 "exclusiveMinimum": 0.0,
53 "type": "integer"
54 },
55 {
56 "type": "null"
57 }
58 ],
59 },
60 "parameters": {
Negative tests not applicable
61
"additionalProperties": true,
62 "type": "object"
63 },
64 "schedule": {
Missing negative tests
65
"anyOf": [
66 {
67 "$ref": "#/components/schemas/IntervalSchedule"
68 },
69 {
70 "$ref": "#/components/schemas/CronSchedule"
71 },
72 {
73 "$ref": "#/components/schemas/RRuleSchedule"
74 },
75 {
76 "type": "null"
77 }
Missing negative tests
78
],
79 },
80 "slug": {
81 "anyOf": [
82 {
83 "type": "string"
84 },
85 {
86 "type": "null"
87 }
88 ],
89 }
90 },
91 "type": "object"
92 },
93 "IntervalSchedule": {
94 "additionalProperties": false,
Missing negative tests
95
"properties": {
96 "anchor_date": {
97 "examples": [
98 "2020-01-01T00:00:00Z"
99 ],
Missing negative tests
100
"format": "date-time",
Missing negative tests
101
"type": "string"
102 },
103 "interval": {
Missing negative tests
104
"type": "number"
105 },
106 "timezone": {
Missing negative tests
107
"anyOf": [
108 {
109 "type": "string"
110 },
111 {
112 "type": "null"
113 }
Missing negative tests
114
],
115 "examples": [
116 "America/New_York"
117 ],
118 }
Missing negative tests
119
},
120 "required": [
121 "interval"
122 ],
123 "type": "object"
124 },
125 "RRuleSchedule": {
126 "additionalProperties": false,
127 "properties": {
128 "rrule": {
Missing negative tests
129
"type": "string"
130 },
131 "timezone": {
132 "anyOf": [
133 {
134 "examples": [
135 "America/New_York"
136 ],
137 "pattern": "Africa/Abidjan|Africa/Accra|Africa/Addis_Ababa|Africa/Algiers|Africa/Asmara|Africa/Asmera|Africa/Bamako|Africa/Bangui|Africa/Banjul|Africa/Bissau|Africa/Blantyre|Africa/Brazzaville|Africa/Bujumbura|Africa/Cairo|Africa/Casablanca|Africa/Ceuta|Africa/Conakry|Africa/Dakar|Africa/Dar_es_Salaam|Africa/Djibouti|Africa/Douala|Africa/El_Aaiun|Africa/Freetown|Africa/Gaborone|Africa/Harare|Africa/Johannesburg|Africa/Juba|Africa/Kampala|Africa/Khartoum|Africa/Kigali|Africa/Kinshasa|Africa/Lagos|Africa/Libreville|Africa/Lome|Africa/Luanda|Africa/Lubumbashi|Africa/Lusaka|Africa/Malabo|Africa/Maputo|Africa/Maseru|Africa/Mbabane|Africa/Mogadishu|Africa/Monrovia|Africa/Nairobi|Africa/Ndjamena|Africa/Niamey|Africa/Nouakchott|Africa/Ouagadougou|Africa/Porto-Novo|Africa/Sao_Tome|Africa/Timbuktu|Africa/Tripoli|Africa/Tunis|Africa/Windhoek|America/Adak|America/Anchorage|America/Anguilla|America/Antigua|America/Araguaina|America/Argentina/Buenos_Aires|America/Argentina/Catamarca|America/Argentina/ComodRivadavia|America/Argentina/Cordoba|America/Argentina/Jujuy|America/Argentina/La_Rioja|America/Argentina/Mendoza|America/Argentina/Rio_Gallegos|America/Argentina/Salta|America/Argentina/San_Juan|America/Argentina/San_Luis|America/Argentina/Tucuman|America/Argentina/Ushuaia|America/Aruba|America/Asuncion|America/Atikokan|America/Atka|America/Bahia|America/Bahia_Banderas|America/Barbados|America/Belem|America/Belize|America/Blanc-Sablon|America/Boa_Vista|America/Bogota|America/Boise|America/Buenos_Aires|America/Cambridge_Bay|America/Campo_Grande|America/Cancun|America/Caracas|America/Catamarca|America/Cayenne|America/Cayman|America/Chicago|America/Chihuahua|America/Ciudad_Juarez|America/Coral_Harbour|America/Cordoba|America/Costa_Rica|America/Coyhaique|America/Creston|America/Cuiaba|America/Curacao|America/Danmarkshavn|America/Dawson|America/Dawson_Creek|America/Denver|America/Detroit|America/Dominica|America/Edmonton|America/Eirunepe|America/El_Salvador|America/Ensenada|America/Fort_Nelson|America/Fort_Wayne|America/Fortaleza|America/Glace_Bay|America/Godthab|America/Goose_Bay|America/Grand_Turk|America/Grenada|America/Guadeloupe|America/Guatemala|America/Guayaquil|America/Guyana|America/Halifax|America/Havana|America/Hermosillo|America/Indiana/Indianapolis|America/Indiana/Knox|America/Indiana/Marengo|America/Indiana/Petersburg|America/Indiana/Tell_City|America/Indiana/Vevay|America/Indiana/Vincennes|America/Indiana/Winamac|America/Indianapolis|America/Inuvik|America/Iqaluit|America/Jamaica|America/Jujuy|America/Juneau|America/Kentucky/Louisville|America/Kentucky/Monticello|America/Knox_IN|America/Kralendijk|America/La_Paz|America/Lima|America/Los_Angeles|America/Louisville|America/Lower_Princes|America/Maceio|America/Managua|America/Manaus|America/Marigot|America/Martinique|America/Matamoros|America/Mazatlan|America/Mendoza|America/Menominee|America/Merida|America/Metlakatla|America/Mexico_City|America/Miquelon|America/Moncton|America/Monterrey|America/Montevideo|America/Montreal|America/Montserrat|America/Nassau|America/New_York|America/Nipigon|America/Nome|America/Noronha|America/North_Dakota/Beulah|America/North_Dakota/Center|America/North_Dakota/New_Salem|America/Nuuk|America/Ojinaga|America/Panama|America/Pangnirtung|America/Paramaribo|America/Phoenix|America/Port-au-Prince|America/Port_of_Spain|America/Porto_Acre|America/Porto_Velho|America/Puerto_Rico|America/Punta_Arenas|America/Rainy_River|America/Rankin_Inlet|America/Recife|America/Regina|America/Resolute|America/Rio_Branco|America/Rosario|America/Santa_Isabel|America/Santarem|America/Santiago|America/Santo_Domingo|America/Sao_Paulo|America/Scoresbysund|America/Shiprock|America/Sitka|America/St_Barthelemy|America/St_Johns|America/St_Kitts|America/St_Lucia|America/St_Thomas|America/St_Vincent|America/Swift_Current|America/Tegucigalpa|America/Thule|America/Thunder_Bay|America/Tijuana|America/Toronto|America/Tortola|America/Vancouver|America/Virgin|America/Whitehorse|America/Winnipeg|America/Yakutat|America/Yellowknife|Antarctica/Casey|Antarctica/Davis|Antarctica/DumontDUrville|Antarctica/Macquarie|Antarctica/Mawson|Antarctica/McMurdo|Antarctica/Palmer|Antarctica/Rothera|Antarctica/South_Pole|Antarctica/Syowa|Antarctica/Troll|Antarctica/Vostok|Arctic/Longyearbyen|Asia/Aden|Asia/Almaty|Asia/Amman|Asia/Anadyr|Asia/Aqtau|Asia/Aqtobe|Asia/Ashgabat|Asia/Ashkhabad|Asia/Atyrau|Asia/Baghdad|Asia/Bahrain|Asia/Baku|Asia/Bangkok|Asia/Barnaul|Asia/Beirut|Asia/Bishkek|Asia/Brunei|Asia/Calcutta|Asia/Chita|Asia/Choibalsan|Asia/Chongqing|Asia/Chungking|Asia/Colombo|Asia/Dacca|Asia/Damascus|Asia/Dhaka|Asia/Dili|Asia/Dubai|Asia/Dushanbe|Asia/Famagusta|Asia/Gaza|Asia/Harbin|Asia/Hebron|Asia/Ho_Chi_Minh|Asia/Hong_Kong|Asia/Hovd|Asia/Irkutsk|Asia/Istanbul|Asia/Jakarta|Asia/Jayapura|Asia/Jerusalem|Asia/Kabul|Asia/Kamchatka|Asia/Karachi|Asia/Kashgar|Asia/Kathmandu|Asia/Katmandu|Asia/Khandyga|Asia/Kolkata|Asia/Krasnoyarsk|Asia/Kuala_Lumpur|Asia/Kuching|Asia/Kuwait|Asia/Macao|Asia/Macau|Asia/Magadan|Asia/Makassar|Asia/Manila|Asia/Muscat|Asia/Nicosia|Asia/Novokuznetsk|Asia/Novosibirsk|Asia/Omsk|Asia/Oral|Asia/Phnom_Penh|Asia/Pontianak|Asia/Pyongyang|Asia/Qatar|Asia/Qostanay|Asia/Qyzylorda|Asia/Rangoon|Asia/Riyadh|Asia/Saigon|Asia/Sakhalin|Asia/Samarkand|Asia/Seoul|Asia/Shanghai|Asia/Singapore|Asia/Srednekolymsk|Asia/Taipei|Asia/Tashkent|Asia/Tbilisi|Asia/Tehran|Asia/Tel_Aviv|Asia/Thimbu|Asia/Thimphu|Asia/Tokyo|Asia/Tomsk|Asia/Ujung_Pandang|Asia/Ulaanbaatar|Asia/Ulan_Bator|Asia/Urumqi|Asia/Ust-Nera|Asia/Vientiane|Asia/Vladivostok|Asia/Yakutsk|Asia/Yangon|Asia/Yekaterinburg|Asia/Yerevan|Atlantic/Azores|Atlantic/Bermuda|Atlantic/Canary|Atlantic/Cape_Verde|Atlantic/Faeroe|Atlantic/Faroe|Atlantic/Jan_Mayen|Atlantic/Madeira|Atlantic/Reykjavik|Atlantic/South_Georgia|Atlantic/St_Helena|Atlantic/Stanley|Australia/ACT|Australia/Adelaide|Australia/Brisbane|Australia/Broken_Hill|Australia/Canberra|Australia/Currie|Australia/Darwin|Australia/Eucla|Australia/Hobart|Australia/LHI|Australia/Lindeman|Australia/Lord_Howe|Australia/Melbourne|Australia/NSW|Australia/North|Australia/Perth|Australia/Queensland|Australia/South|Australia/Sydney|Australia/Tasmania|Australia/Victoria|Australia/West|Australia/Yancowinna|Brazil/Acre|Brazil/DeNoronha|Brazil/East|Brazil/West|CET|CST6CDT|Canada/Atlantic|Canada/Central|Canada/Eastern|Canada/Mountain|Canada/Newfoundland|Canada/Pacific|Canada/Saskatchewan|Canada/Yukon|Chile/Continental|Chile/EasterIsland|Cuba|EET|EST|EST5EDT|Egypt|Eire|Etc/GMT|Etc/GMT+0|Etc/GMT+1|Etc/GMT+10|Etc/GMT+11|Etc/GMT+12|Etc/GMT+2|Etc/GMT+3|Etc/GMT+4|Etc/GMT+5|Etc/GMT+6|Etc/GMT+7|Etc/GMT+8|Etc/GMT+9|Etc/GMT-0|Etc/GMT-1|Etc/GMT-10|Etc/GMT-11|Etc/GMT-12|Etc/GMT-13|Etc/GMT-14|Etc/GMT-2|Etc/GMT-3|Etc/GMT-4|Etc/GMT-5|Etc/GMT-6|Etc/GMT-7|Etc/GMT-8|Etc/GMT-9|Etc/GMT0|Etc/Greenwich|Etc/UCT|Etc/UTC|Etc/Universal|Etc/Zulu|Europe/Amsterdam|Europe/Andorra|Europe/Astrakhan|Europe/Athens|Europe/Belfast|Europe/Belgrade|Europe/Berlin|Europe/Bratislava|Europe/Brussels|Europe/Bucharest|Europe/Budapest|Europe/Busingen|Europe/Chisinau|Europe/Copenhagen|Europe/Dublin|Europe/Gibraltar|Europe/Guernsey|Europe/Helsinki|Europe/Isle_of_Man|Europe/Istanbul|Europe/Jersey|Europe/Kaliningrad|Europe/Kiev|Europe/Kirov|Europe/Kyiv|Europe/Lisbon|Europe/Ljubljana|Europe/London|Europe/Luxembourg|Europe/Madrid|Europe/Malta|Europe/Mariehamn|Europe/Minsk|Europe/Monaco|Europe/Moscow|Europe/Nicosia|Europe/Oslo|Europe/Paris|Europe/Podgorica|Europe/Prague|Europe/Riga|Europe/Rome|Europe/Samara|Europe/San_Marino|Europe/Sarajevo|Europe/Saratov|Europe/Simferopol|Europe/Skopje|Europe/Sofia|Europe/Stockholm|Europe/Tallinn|Europe/Tirane|Europe/Tiraspol|Europe/Ulyanovsk|Europe/Uzhgorod|Europe/Vaduz|Europe/Vatican|Europe/Vienna|Europe/Vilnius|Europe/Volgograd|Europe/Warsaw|Europe/Zagreb|Europe/Zaporozhye|Europe/Zurich|Factory|GB|GB-Eire|GMT|GMT+0|GMT-0|GMT0|Greenwich|HST|Hongkong|Iceland|Indian/Antananarivo|Indian/Chagos|Indian/Christmas|Indian/Cocos|Indian/Comoro|Indian/Kerguelen|Indian/Mahe|Indian/Maldives|Indian/Mauritius|Indian/Mayotte|Indian/Reunion|Iran|Israel|Jamaica|Japan|Kwajalein|Libya|MET|MST|MST7MDT|Mexico/BajaNorte|Mexico/BajaSur|Mexico/General|NZ|NZ-CHAT|Navajo|PRC|PST8PDT|Pacific/Apia|Pacific/Auckland|Pacific/Bougainville|Pacific/Chatham|Pacific/Chuuk|Pacific/Easter|Pacific/Efate|Pacific/Enderbury|Pacific/Fakaofo|Pacific/Fiji|Pacific/Funafuti|Pacific/Galapagos|Pacific/Gambier|Pacific/Guadalcanal|Pacific/Guam|Pacific/Honolulu|Pacific/Johnston|Pacific/Kanton|Pacific/Kiritimati|Pacific/Kosrae|Pacific/Kwajalein|Pacific/Majuro|Pacific/Marquesas|Pacific/Midway|Pacific/Nauru|Pacific/Niue|Pacific/Norfolk|Pacific/Noumea|Pacific/Pago_Pago|Pacific/Palau|Pacific/Pitcairn|Pacific/Pohnpei|Pacific/Ponape|Pacific/Port_Moresby|Pacific/Rarotonga|Pacific/Saipan|Pacific/Samoa|Pacific/Tahiti|Pacific/Tarawa|Pacific/Tongatapu|Pacific/Truk|Pacific/Wake|Pacific/Wallis|Pacific/Yap|Poland|Portugal|ROC|ROK|Singapore|Turkey|UCT|US/Alaska|US/Aleutian|US/Arizona|US/Central|US/East-Indiana|US/Eastern|US/Hawaii|US/Indiana-Starke|US/Michigan|US/Mountain|US/Pacific|US/Samoa|UTC|Universal|W-SU|WET|Zulu",
138 "type": "string"
139 },
140 {
141 "type": "null"
142 }
143 ],
144 }
145 },
146 "required": [
147 "rrule"
148 ],
149 "type": "object"
150 }
151 }
152 },
153}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
186 3.56ms
default
Default
375 4.81ms
Examples
2 of 2 covered

Body: application/json
timezone.default
 
"UTC"
 
day_or.default
 
true
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
17 4.55ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json21 of 23 keywords covered
1{
2 "components": {
3 "schemas": {
4 "Event": {
5 "properties": {
6 "event": {
7 "type": "string"
8 },
9 "follows": {
10 "anyOf": [
11 {
12 "format": "uuid",
13 "type": "string"
14 },
15 {
16 "type": "null"
17 }
18 ],
19 },
20 "id": {
21 "format": "uuid",
22 "type": "string"
23 },
24 "occurred": {
25 "format": "date-time",
26 "type": "string"
27 },
28 "payload": {
Negative tests not applicable
29
"additionalProperties": true,
30 "type": "object"
31 },
32 "related": {
33 "items": {
34 "$ref": "#/components/schemas/RelatedResource"
35 },
36 "type": "array"
37 },
38 "resource": {
39 "$ref": "#/components/schemas/Resource",
40 }
41 },
42 "required": [
43 "occurred",
44 "event",
45 "resource",
46 "id"
47 ],
48 "type": "object"
49 },
50 "RelatedResource": {
51 "additionalProperties": {
Missing negative tests
52
"type": "string"
53 },
54 "type": "object"
55 },
56 "Resource": {
57 "additionalProperties": {
Missing negative tests
58
"type": "string"
59 },
60 "type": "object"
61 }
62 }
63 },
64 "items": {
65 "$ref": "#/components/schemas/Event"
66 },
67 "type": "array"
68}
Responses
seen average

204
Successful Response
27 1.37ms
422
Validation Error
447 3.64ms
default
Default
91 1.46ms
Path Parameters

countable3 of 3 keywords covered
1{
2 "$ref": "#/components/schemas/Countable",
3 "components": {
4 "schemas": {
5 "Countable": {
6 "enum": [
7 "day",
8 "time",
9 "event",
10 "resource"
11 ],
12 "type": "string"
13 }
14 }
15 }
16}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json120 of 126 keywords covered
1{
2 "$ref": "#/components/schemas/Body_count_account_events_events_count_by__countable__post",
3 "components": {
4 "schemas": {
5 "Body_count_account_events_events_count_by__countable__post": {
6 "properties": {
7 "filter": {
8 "$ref": "#/components/schemas/EventFilter"
9 },
10 "time_interval": {
11 "minimum": 0.01,
12 "type": "number"
13 },
14 "time_unit": {
15 "$ref": "#/components/schemas/TimeUnit",
16 }
17 },
18 "required": [
19 "filter"
20 ],
21 "type": "object"
22 },
23 "EventAnyResourceFilter": {
24 "additionalProperties": false,
25 "properties": {
26 "id": {
27 "anyOf": [
28 {
29 "items": {
30 "type": "string"
31 },
32 "type": "array"
33 },
34 {
35 "type": "null"
36 }
37 ],
38 },
39 "id_prefix": {
40 "anyOf": [
41 {
42 "items": {
43 "type": "string"
44 },
45 "type": "array"
46 },
47 {
48 "type": "null"
49 }
50 ],
51 },
52 "labels": {
53 "anyOf": [
54 {
55 "$ref": "#/components/schemas/ResourceSpecification"
56 },
57 {
58 "type": "null"
59 }
60 ],
61 }
62 },
63 "type": "object"
64 },
65 "EventFilter": {
66 "additionalProperties": false,
67 "properties": {
68 "any_resource": {
69 "anyOf": [
70 {
71 "$ref": "#/components/schemas/EventAnyResourceFilter"
72 },
73 {
74 "items": {
Missing negative tests
75
"$ref": "#/components/schemas/EventAnyResourceFilter"
76 },
77 "type": "array"
78 },
79 {
80 "type": "null"
81 }
82 ],
83 },
84 "event": {
85 "anyOf": [
86 {
87 "$ref": "#/components/schemas/EventNameFilter"
88 },
89 {
90 "type": "null"
91 }
92 ],
93 },
94 "id": {
95 "$ref": "#/components/schemas/EventIDFilter",
96 },
97 "occurred": {
98 "$ref": "#/components/schemas/EventOccurredFilter",
99 },
100 "order": {
101 "$ref": "#/components/schemas/EventOrder",
102 },
103 "related": {
104 "anyOf": [
105 {
106 "$ref": "#/components/schemas/EventRelatedFilter"
107 },
108 {
109 "items": {
110 "$ref": "#/components/schemas/EventRelatedFilter"
111 },
112 "type": "array"
113 },
114 {
115 "type": "null"
116 }
117 ],
118 },
119 "resource": {
120 "anyOf": [
121 {
122 "$ref": "#/components/schemas/EventResourceFilter"
123 },
124 {
125 "type": "null"
126 }
127 ],
128 },
129 "text": {
130 "anyOf": [
131 {
132 "$ref": "#/components/schemas/EventTextFilter"
133 },
134 {
135 "type": "null"
136 }
137 ],
138 }
139 },
140 "type": "object"
141 },
142 "EventIDFilter": {
143 "additionalProperties": false,
144 "properties": {
145 "id": {
146 "anyOf": [
147 {
148 "items": {
149 "format": "uuid",
150 "type": "string"
151 },
152 "type": "array"
153 },
154 {
155 "type": "null"
156 }
157 ],
158 }
159 },
160 "type": "object"
161 },
162 "EventNameFilter": {
163 "additionalProperties": false,
164 "properties": {
165 "exclude_name": {
166 "anyOf": [
167 {
168 "items": {
169 "type": "string"
170 },
171 "type": "array"
172 },
173 {
174 "type": "null"
175 }
176 ],
177 },
178 "exclude_prefix": {
179 "anyOf": [
180 {
181 "items": {
182 "type": "string"
183 },
184 "type": "array"
185 },
186 {
187 "type": "null"
188 }
189 ],
190 },
191 "name": {
192 "anyOf": [
193 {
194 "items": {
195 "type": "string"
196 },
197 "type": "array"
198 },
199 {
200 "type": "null"
201 }
202 ],
203 },
204 "prefix": {
205 "anyOf": [
206 {
207 "items": {
208 "type": "string"
209 },
210 "type": "array"
211 },
212 {
213 "type": "null"
214 }
215 ],
216 }
217 },
218 "type": "object"
219 },
220 "EventOccurredFilter": {
221 "additionalProperties": false,
222 "properties": {
223 "since": {
224 "format": "date-time",
225 "type": "string"
226 },
227 "until": {
228 "format": "date-time",
229 "type": "string"
230 }
231 },
232 "type": "object"
233 },
234 "EventOrder": {
235 "enum": [
236 "ASC",
237 "DESC"
238 ],
239 "type": "string"
240 },
241 "EventRelatedFilter": {
242 "additionalProperties": false,
243 "properties": {
244 "id": {
245 "anyOf": [
246 {
247 "items": {
248 "type": "string"
249 },
250 "type": "array"
251 },
252 {
253 "type": "null"
254 }
255 ],
256 },
257 "labels": {
258 "anyOf": [
259 {
260 "$ref": "#/components/schemas/ResourceSpecification"
261 },
262 {
263 "type": "null"
264 }
265 ],
266 },
267 "resources_in_roles": {
268 "anyOf": [
269 {
270 "items": {
271 "maxItems": 2,
272 "minItems": 2,
Missing positive tests
273
"prefixItems": [
274 {
Missing tests
275
"type": "string"
276 },
277 {
Missing tests
278
"type": "string"
279 }
Missing positive tests
280
],
281 "type": "array"
282 },
283 "type": "array"
284 },
285 {
286 "type": "null"
287 }
288 ],
289 },
290 "role": {
291 "anyOf": [
292 {
293 "items": {
294 "type": "string"
295 },
296 "type": "array"
297 },
298 {
299 "type": "null"
300 }
301 ],
302 }
303 },
304 "type": "object"
305 },
306 "EventResourceFilter": {
307 "additionalProperties": false,
308 "properties": {
309 "distinct": {
310 "type": "boolean"
311 },
312 "id": {
313 "anyOf": [
314 {
315 "items": {
316 "type": "string"
317 },
318 "type": "array"
319 },
320 {
321 "type": "null"
322 }
323 ],
324 },
325 "id_prefix": {
326 "anyOf": [
327 {
328 "items": {
329 "type": "string"
330 },
331 "type": "array"
332 },
333 {
334 "type": "null"
335 }
336 ],
337 },
338 "labels": {
339 "anyOf": [
340 {
341 "$ref": "#/components/schemas/ResourceSpecification"
342 },
343 {
344 "type": "null"
345 }
346 ],
347 }
348 },
349 "type": "object"
350 },
351 "EventTextFilter": {
352 "additionalProperties": false,
353 "properties": {
354 "query": {
355 "examples": [
356 "error",
357 "error -debug",
358 "\"connection timeout\"",
359 "+required -excluded"
360 ],
361 "maxLength": 200,
362 "type": "string"
363 }
364 },
365 "required": [
366 "query"
367 ],
368 "type": "object"
369 },
370 "ResourceSpecification": {
371 "additionalProperties": {
Missing negative tests
372
"anyOf": [
373 {
374 "type": "string"
375 },
376 {
377 "items": {
Missing negative tests
378
"type": "string"
379 },
380 "type": "array"
381 }
Missing negative tests
382
]
383 },
384 "type": "object"
385 },
386 "TimeUnit": {
387 "enum": [
388 "week",
389 "day",
390 "hour",
391 "minute",
392 "second"
393 ],
394 "type": "string"
395 }
396 }
397 }
398}
Responses
seen average

200
Successful Response
4 13.76ms
422
Validation Error
294 2.06ms
default
Default
499 6.78ms
Examples
4 of 4 covered

Body: application/json
distinct.default
 
false
 
time_unit.default
 
"day"
 
order.default
 
"DESC"
 
time_interval.default
 
1.0
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json119 of 125 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_events_events_filter_post",
3 "components": {
4 "schemas": {
5 "Body_read_events_events_filter_post": {
6 "properties": {
7 "filter": {
8 "anyOf": [
9 {
10 "$ref": "#/components/schemas/EventFilter"
11 },
12 {
13 "type": "null"
14 }
15 ],
16 },
17 "limit": {
18 "maximum": 50.0,
19 "minimum": 0.0,
20 "type": "integer"
21 }
22 },
23 "type": "object"
24 },
25 "EventAnyResourceFilter": {
26 "additionalProperties": false,
27 "properties": {
28 "id": {
29 "anyOf": [
30 {
31 "items": {
32 "type": "string"
33 },
34 "type": "array"
35 },
36 {
37 "type": "null"
38 }
39 ],
40 },
41 "id_prefix": {
42 "anyOf": [
43 {
44 "items": {
45 "type": "string"
46 },
47 "type": "array"
48 },
49 {
50 "type": "null"
51 }
52 ],
53 },
54 "labels": {
55 "anyOf": [
56 {
57 "$ref": "#/components/schemas/ResourceSpecification"
58 },
59 {
60 "type": "null"
61 }
62 ],
63 }
64 },
65 "type": "object"
66 },
67 "EventFilter": {
68 "additionalProperties": false,
69 "properties": {
70 "any_resource": {
71 "anyOf": [
72 {
73 "$ref": "#/components/schemas/EventAnyResourceFilter"
74 },
75 {
76 "items": {
Missing negative tests
77
"$ref": "#/components/schemas/EventAnyResourceFilter"
78 },
79 "type": "array"
80 },
81 {
82 "type": "null"
83 }
84 ],
85 },
86 "event": {
87 "anyOf": [
88 {
89 "$ref": "#/components/schemas/EventNameFilter"
90 },
91 {
92 "type": "null"
93 }
94 ],
95 },
96 "id": {
97 "$ref": "#/components/schemas/EventIDFilter",
98 },
99 "occurred": {
100 "$ref": "#/components/schemas/EventOccurredFilter",
101 },
102 "order": {
103 "$ref": "#/components/schemas/EventOrder",
104 },
105 "related": {
106 "anyOf": [
107 {
108 "$ref": "#/components/schemas/EventRelatedFilter"
109 },
110 {
111 "items": {
112 "$ref": "#/components/schemas/EventRelatedFilter"
113 },
114 "type": "array"
115 },
116 {
117 "type": "null"
118 }
119 ],
120 },
121 "resource": {
122 "anyOf": [
123 {
124 "$ref": "#/components/schemas/EventResourceFilter"
125 },
126 {
127 "type": "null"
128 }
129 ],
130 },
131 "text": {
132 "anyOf": [
133 {
134 "$ref": "#/components/schemas/EventTextFilter"
135 },
136 {
137 "type": "null"
138 }
139 ],
140 }
141 },
142 "type": "object"
143 },
144 "EventIDFilter": {
145 "additionalProperties": false,
146 "properties": {
147 "id": {
148 "anyOf": [
149 {
150 "items": {
151 "format": "uuid",
152 "type": "string"
153 },
154 "type": "array"
155 },
156 {
157 "type": "null"
158 }
159 ],
160 }
161 },
162 "type": "object"
163 },
164 "EventNameFilter": {
165 "additionalProperties": false,
166 "properties": {
167 "exclude_name": {
168 "anyOf": [
169 {
170 "items": {
171 "type": "string"
172 },
173 "type": "array"
174 },
175 {
176 "type": "null"
177 }
178 ],
179 },
180 "exclude_prefix": {
181 "anyOf": [
182 {
183 "items": {
184 "type": "string"
185 },
186 "type": "array"
187 },
188 {
189 "type": "null"
190 }
191 ],
192 },
193 "name": {
194 "anyOf": [
195 {
196 "items": {
197 "type": "string"
198 },
199 "type": "array"
200 },
201 {
202 "type": "null"
203 }
204 ],
205 },
206 "prefix": {
207 "anyOf": [
208 {
209 "items": {
210 "type": "string"
211 },
212 "type": "array"
213 },
214 {
215 "type": "null"
216 }
217 ],
218 }
219 },
220 "type": "object"
221 },
222 "EventOccurredFilter": {
223 "additionalProperties": false,
224 "properties": {
225 "since": {
226 "format": "date-time",
227 "type": "string"
228 },
229 "until": {
230 "format": "date-time",
231 "type": "string"
232 }
233 },
234 "type": "object"
235 },
236 "EventOrder": {
237 "enum": [
238 "ASC",
239 "DESC"
240 ],
241 "type": "string"
242 },
243 "EventRelatedFilter": {
244 "additionalProperties": false,
245 "properties": {
246 "id": {
247 "anyOf": [
248 {
249 "items": {
250 "type": "string"
251 },
252 "type": "array"
253 },
254 {
255 "type": "null"
256 }
257 ],
258 },
259 "labels": {
260 "anyOf": [
261 {
262 "$ref": "#/components/schemas/ResourceSpecification"
263 },
264 {
265 "type": "null"
266 }
267 ],
268 },
269 "resources_in_roles": {
270 "anyOf": [
271 {
272 "items": {
273 "maxItems": 2,
274 "minItems": 2,
Missing positive tests
275
"prefixItems": [
276 {
Missing tests
277
"type": "string"
278 },
279 {
Missing tests
280
"type": "string"
281 }
Missing positive tests
282
],
283 "type": "array"
284 },
285 "type": "array"
286 },
287 {
288 "type": "null"
289 }
290 ],
291 },
292 "role": {
293 "anyOf": [
294 {
295 "items": {
296 "type": "string"
297 },
298 "type": "array"
299 },
300 {
301 "type": "null"
302 }
303 ],
304 }
305 },
306 "type": "object"
307 },
308 "EventResourceFilter": {
309 "additionalProperties": false,
310 "properties": {
311 "distinct": {
312 "type": "boolean"
313 },
314 "id": {
315 "anyOf": [
316 {
317 "items": {
318 "type": "string"
319 },
320 "type": "array"
321 },
322 {
323 "type": "null"
324 }
325 ],
326 },
327 "id_prefix": {
328 "anyOf": [
329 {
330 "items": {
331 "type": "string"
332 },
333 "type": "array"
334 },
335 {
336 "type": "null"
337 }
338 ],
339 },
340 "labels": {
341 "anyOf": [
342 {
343 "$ref": "#/components/schemas/ResourceSpecification"
344 },
345 {
346 "type": "null"
347 }
348 ],
349 }
350 },
351 "type": "object"
352 },
353 "EventTextFilter": {
354 "additionalProperties": false,
355 "properties": {
356 "query": {
357 "examples": [
358 "error",
359 "error -debug",
360 "\"connection timeout\"",
361 "+required -excluded"
362 ],
363 "maxLength": 200,
364 "type": "string"
365 }
366 },
367 "required": [
368 "query"
369 ],
370 "type": "object"
371 },
372 "ResourceSpecification": {
373 "additionalProperties": {
Missing negative tests
374
"anyOf": [
375 {
376 "type": "string"
377 },
378 {
379 "items": {
Missing negative tests
380
"type": "string"
381 },
382 "type": "array"
383 }
Missing negative tests
384
]
385 },
386 "type": "object"
387 }
388 }
389 }
390}
Responses
seen average

200
Successful Response
4 9.62ms
422
Validation Error
209 1.96ms
default
Default
566 5.79ms
Examples
3 of 3 covered

Body: application/json
order.default
 
"DESC"
 
limit.default
 
50
 
distinct.default
 
false
 
Query Parameters

page-token1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
1 2.44ms
default
Default
501 1.57ms
Query Parameters

flow_run_id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
1 4.08ms
422
Validation Error
6 1.36ms
default
Default
500 5.46ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
71 5.27ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json150 of 152 keywords covered
1{
2 "$ref": "#/components/schemas/FlowRunCreate",
3 "components": {
4 "schemas": {
5 "FlowRunCreate": {
6 "additionalProperties": false,
7 "properties": {
8 "context": {
Negative tests not applicable
9
"additionalProperties": true,
10 "type": "object"
11 },
12 "deployment_id": {
13 "anyOf": [
14 {
15 "format": "uuid",
16 "type": "string"
17 },
18 {
19 "type": "null"
20 }
21 ],
22 "deprecated": true,
23 },
24 "empirical_policy": {
25 "$ref": "#/components/schemas/FlowRunPolicy",
26 },
27 "flow_id": {
28 "format": "uuid",
29 "type": "string"
30 },
31 "flow_version": {
32 "anyOf": [
33 {
34 "type": "string"
35 },
36 {
37 "type": "null"
38 }
39 ],
40 },
41 "idempotency_key": {
42 "anyOf": [
43 {
44 "type": "string"
45 },
46 {
47 "type": "null"
48 }
49 ],
50 },
51 "infrastructure_document_id": {
52 "anyOf": [
53 {
54 "format": "uuid",
55 "type": "string"
56 },
57 {
58 "type": "null"
59 }
60 ],
61 },
62 "job_variables": {
63 "anyOf": [
64 {
Negative tests not applicable
65
"additionalProperties": true,
66 "type": "object"
67 },
68 {
69 "type": "null"
70 }
71 ],
72 },
73 "labels": {
74 "anyOf": [
75 {
76 "additionalProperties": {
Missing negative tests
77
"anyOf": [
78 {
79 "type": "boolean"
80 },
81 {
82 "type": "integer"
83 },
84 {
85 "type": "number"
86 },
87 {
88 "type": "string"
89 }
Missing negative tests
90
]
91 },
92 "type": "object"
93 },
94 {
95 "type": "null"
96 }
97 ],
98 "examples": [
99 {
100 "key": "value1",
101 "key2": 42
102 }
103 ],
104 },
105 "name": {
106 "examples": [
107 "my-flow-run"
108 ],
109 "type": "string"
110 },
111 "parameters": {
Negative tests not applicable
112
"additionalProperties": true,
113 "type": "object"
114 },
115 "parent_task_run_id": {
116 "anyOf": [
117 {
118 "format": "uuid",
119 "type": "string"
120 },
121 {
122 "type": "null"
123 }
124 ],
125 },
126 "state": {
127 "anyOf": [
128 {
129 "$ref": "#/components/schemas/StateCreate"
130 },
131 {
132 "type": "null"
133 }
134 ],
135 },
136 "tags": {
137 "examples": [
138 [
139 "tag-1",
140 "tag-2"
141 ]
142 ],
143 "items": {
144 "type": "string"
145 },
146 "type": "array"
147 },
148 "work_pool_name": {
149 "anyOf": [
150 {
151 "type": "string"
152 },
153 {
154 "type": "null"
155 }
156 ],
157 },
158 "work_queue_name": {
159 "anyOf": [
160 {
161 "type": "string"
162 },
163 {
164 "type": "null"
165 }
166 ],
167 }
168 },
169 "required": [
170 "flow_id"
171 ],
172 "type": "object"
173 },
174 "FlowRunPolicy": {
175 "properties": {
176 "max_retries": {
177 "deprecated": true,
178 "type": "integer"
179 },
180 "pause_keys": {
181 "anyOf": [
182 {
183 "items": {
184 "type": "string"
185 },
186 "type": "array",
187 "uniqueItems": true
188 },
189 {
190 "type": "null"
191 }
192 ],
193 },
194 "resuming": {
195 "anyOf": [
196 {
197 "type": "boolean"
198 },
199 {
200 "type": "null"
201 }
202 ],
203 },
204 "retries": {
205 "anyOf": [
206 {
207 "type": "integer"
208 },
209 {
210 "type": "null"
211 }
212 ],
213 },
214 "retry_delay": {
215 "anyOf": [
216 {
217 "type": "integer"
218 },
219 {
220 "type": "null"
221 }
222 ],
223 },
224 "retry_delay_seconds": {
225 "deprecated": true,
226 "type": "number"
227 },
228 "retry_type": {
229 "anyOf": [
230 {
231 "enum": [
232 "in_process",
233 "reschedule"
234 ],
235 "type": "string"
236 },
237 {
238 "type": "null"
239 }
240 ],
241 }
242 },
243 "type": "object"
244 },
245 "StateCreate": {
246 "additionalProperties": false,
247 "properties": {
248 "data": {
Negative tests not applicable
249
"anyOf": [
250 {},
251 {
252 "type": "null"
253 }
Negative tests not applicable
254
],
255 },
256 "message": {
257 "anyOf": [
258 {
259 "type": "string"
260 },
261 {
262 "type": "null"
263 }
264 ],
265 },
266 "name": {
267 "anyOf": [
268 {
269 "type": "string"
270 },
271 {
272 "type": "null"
273 }
274 ],
275 },
276 "state_details": {
277 "$ref": "#/components/schemas/StateDetails",
278 },
279 "type": {
280 "$ref": "#/components/schemas/StateType",
281 }
282 },
283 "required": [
284 "type"
285 ],
286 "type": "object"
287 },
288 "StateDetails": {
289 "properties": {
290 "cache_expiration": {
291 "anyOf": [
292 {
293 "format": "date-time",
294 "type": "string"
295 },
296 {
297 "type": "null"
298 }
299 ],
300 },
301 "cache_key": {
302 "anyOf": [
303 {
304 "type": "string"
305 },
306 {
307 "type": "null"
308 }
309 ],
310 },
311 "child_flow_run_id": {
312 "anyOf": [
313 {
314 "format": "uuid",
315 "type": "string"
316 },
317 {
318 "type": "null"
319 }
320 ],
321 },
322 "deferred": {
323 "anyOf": [
324 {
325 "type": "boolean"
326 },
327 {
328 "type": "null"
329 }
330 ],
331 },
332 "deployment_concurrency_lease_id": {
333 "anyOf": [
334 {
335 "format": "uuid",
336 "type": "string"
337 },
338 {
339 "type": "null"
340 }
341 ],
342 },
343 "flow_run_id": {
344 "anyOf": [
345 {
346 "format": "uuid",
347 "type": "string"
348 },
349 {
350 "type": "null"
351 }
352 ],
353 },
354 "pause_key": {
355 "anyOf": [
356 {
357 "type": "string"
358 },
359 {
360 "type": "null"
361 }
362 ],
363 },
364 "pause_reschedule": {
365 "type": "boolean"
366 },
367 "pause_timeout": {
368 "anyOf": [
369 {
370 "format": "date-time",
371 "type": "string"
372 },
373 {
374 "type": "null"
375 }
376 ],
377 },
378 "refresh_cache": {
379 "anyOf": [
380 {
381 "type": "boolean"
382 },
383 {
384 "type": "null"
385 }
386 ],
387 },
388 "retriable": {
389 "anyOf": [
390 {
391 "type": "boolean"
392 },
393 {
394 "type": "null"
395 }
396 ],
397 },
398 "run_input_keyset": {
399 "anyOf": [
400 {
401 "additionalProperties": {
Missing tests
402
"type": "string"
403 },
404 "type": "object"
405 },
406 {
407 "type": "null"
408 }
409 ],
410 },
411 "scheduled_time": {
412 "anyOf": [
413 {
414 "format": "date-time",
415 "type": "string"
416 },
417 {
418 "type": "null"
419 }
420 ],
421 },
422 "task_parameters_id": {
423 "anyOf": [
424 {
425 "format": "uuid",
426 "type": "string"
427 },
428 {
429 "type": "null"
430 }
431 ],
432 },
433 "task_run_id": {
434 "anyOf": [
435 {
436 "format": "uuid",
437 "type": "string"
438 },
439 {
440 "type": "null"
441 }
442 ],
443 },
444 "traceparent": {
445 "anyOf": [
446 {
447 "type": "string"
448 },
449 {
450 "type": "null"
451 }
452 ],
453 },
454 "transition_id": {
455 "anyOf": [
456 {
457 "format": "uuid",
458 "type": "string"
459 },
460 {
461 "type": "null"
462 }
463 ],
464 },
465 "untrackable_result": {
466 "type": "boolean"
467 }
468 },
469 "type": "object"
470 },
471 "StateType": {
472 "enum": [
473 "SCHEDULED",
474 "PENDING",
475 "RUNNING",
476 "COMPLETED",
477 "FAILED",
478 "CANCELLED",
479 "CRASHED",
480 "PAUSED",
481 "CANCELLING"
482 ],
483 "type": "string"
484 }
485 }
486 }
487}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
206 2.51ms
default
Default
605 5.67ms
Examples
6 of 6 covered

Body: application/json
resuming.default
 
false
 
pause_reschedule.default
 
false
 
max_retries.default
 
0
 
untrackable_result.default
 
false
 
deferred.default
 
false
 
retry_delay_seconds.default
 
0
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json539 of 539 keywords covered
1{
2 "$ref": "#/components/schemas/Body_count_flow_runs_flow_runs_count_post",
3 "components": {
4 "schemas": {
5 "Body_count_flow_runs_flow_runs_count_post": {
6 "properties": {
7 "deployments": {
8 "anyOf": [
9 {
10 "$ref": "#/components/schemas/DeploymentFilter"
11 },
12 {
13 "type": "null"
14 }
15 ]
16 },
17 "flow_runs": {
18 "anyOf": [
19 {
20 "$ref": "#/components/schemas/FlowRunFilter"
21 },
22 {
23 "type": "null"
24 }
25 ]
26 },
27 "flows": {
28 "anyOf": [
29 {
30 "$ref": "#/components/schemas/FlowFilter"
31 },
32 {
33 "type": "null"
34 }
35 ]
36 },
37 "task_runs": {
38 "anyOf": [
39 {
40 "$ref": "#/components/schemas/TaskRunFilter"
41 },
42 {
43 "type": "null"
44 }
45 ]
46 },
47 "work_pool_queues": {
48 "anyOf": [
49 {
50 "$ref": "#/components/schemas/WorkQueueFilter"
51 },
52 {
53 "type": "null"
54 }
55 ]
56 },
57 "work_pools": {
58 "anyOf": [
59 {
60 "$ref": "#/components/schemas/WorkPoolFilter"
61 },
62 {
63 "type": "null"
64 }
65 ]
66 }
67 },
68 "type": "object"
69 },
70 "DeploymentFilter": {
71 "additionalProperties": false,
72 "properties": {
73 "concurrency_limit": {
74 "anyOf": [
75 {
76 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
77 },
78 {
79 "type": "null"
80 }
81 ],
82 "deprecated": true,
83 },
84 "flow_or_deployment_name": {
85 "anyOf": [
86 {
87 "$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
88 },
89 {
90 "type": "null"
91 }
92 ],
93 },
94 "id": {
95 "anyOf": [
96 {
97 "$ref": "#/components/schemas/DeploymentFilterId"
98 },
99 {
100 "type": "null"
101 }
102 ],
103 },
104 "name": {
105 "anyOf": [
106 {
107 "$ref": "#/components/schemas/DeploymentFilterName"
108 },
109 {
110 "type": "null"
111 }
112 ],
113 },
114 "operator": {
115 "$ref": "#/components/schemas/Operator",
116 },
117 "paused": {
118 "anyOf": [
119 {
120 "$ref": "#/components/schemas/DeploymentFilterPaused"
121 },
122 {
123 "type": "null"
124 }
125 ],
126 },
127 "tags": {
128 "anyOf": [
129 {
130 "$ref": "#/components/schemas/DeploymentFilterTags"
131 },
132 {
133 "type": "null"
134 }
135 ],
136 },
137 "work_queue_name": {
138 "anyOf": [
139 {
140 "$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
141 },
142 {
143 "type": "null"
144 }
145 ],
146 }
147 },
148 "type": "object"
149 },
150 "DeploymentFilterConcurrencyLimit": {
151 "additionalProperties": false,
152 "properties": {
153 "ge_": {
154 "anyOf": [
155 {
156 "type": "integer"
157 },
158 {
159 "type": "null"
160 }
161 ],
162 },
163 "is_null_": {
164 "anyOf": [
165 {
166 "type": "boolean"
167 },
168 {
169 "type": "null"
170 }
171 ],
172 },
173 "le_": {
174 "anyOf": [
175 {
176 "type": "integer"
177 },
178 {
179 "type": "null"
180 }
181 ],
182 }
183 },
184 "type": "object"
185 },
186 "DeploymentFilterId": {
187 "additionalProperties": false,
188 "properties": {
189 "any_": {
190 "anyOf": [
191 {
192 "items": {
193 "format": "uuid",
194 "type": "string"
195 },
196 "type": "array"
197 },
198 {
199 "type": "null"
200 }
201 ],
202 },
203 "not_any_": {
204 "anyOf": [
205 {
206 "items": {
207 "format": "uuid",
208 "type": "string"
209 },
210 "type": "array"
211 },
212 {
213 "type": "null"
214 }
215 ],
216 }
217 },
218 "type": "object"
219 },
220 "DeploymentFilterName": {
221 "additionalProperties": false,
222 "properties": {
223 "any_": {
224 "anyOf": [
225 {
226 "items": {
227 "type": "string"
228 },
229 "type": "array"
230 },
231 {
232 "type": "null"
233 }
234 ],
235 "examples": [
236 [
237 "my-deployment-1",
238 "my-deployment-2"
239 ]
240 ],
241 },
242 "like_": {
243 "anyOf": [
244 {
245 "type": "string"
246 },
247 {
248 "type": "null"
249 }
250 ],
251 "examples": [
252 "marvin"
253 ],
254 }
255 },
256 "type": "object"
257 },
258 "DeploymentFilterPaused": {
259 "additionalProperties": false,
260 "properties": {
261 "eq_": {
262 "anyOf": [
263 {
264 "type": "boolean"
265 },
266 {
267 "type": "null"
268 }
269 ],
270 }
271 },
272 "type": "object"
273 },
274 "DeploymentFilterTags": {
275 "additionalProperties": false,
276 "properties": {
277 "all_": {
278 "anyOf": [
279 {
280 "items": {
281 "type": "string"
282 },
283 "type": "array"
284 },
285 {
286 "type": "null"
287 }
288 ],
289 "examples": [
290 [
291 "tag-1",
292 "tag-2"
293 ]
294 ],
295 },
296 "any_": {
297 "anyOf": [
298 {
299 "items": {
300 "type": "string"
301 },
302 "type": "array"
303 },
304 {
305 "type": "null"
306 }
307 ],
308 "examples": [
309 [
310 "tag-1",
311 "tag-2"
312 ]
313 ],
314 },
315 "is_null_": {
316 "anyOf": [
317 {
318 "type": "boolean"
319 },
320 {
321 "type": "null"
322 }
323 ],
324 },
325 "operator": {
326 "$ref": "#/components/schemas/Operator",
327 }
328 },
329 "type": "object"
330 },
331 "DeploymentFilterWorkQueueName": {
332 "additionalProperties": false,
333 "properties": {
334 "any_": {
335 "anyOf": [
336 {
337 "items": {
338 "type": "string"
339 },
340 "type": "array"
341 },
342 {
343 "type": "null"
344 }
345 ],
346 "examples": [
347 [
348 "work_queue_1",
349 "work_queue_2"
350 ]
351 ],
352 }
353 },
354 "type": "object"
355 },
356 "DeploymentOrFlowNameFilter": {
357 "additionalProperties": false,
358 "properties": {
359 "like_": {
360 "anyOf": [
361 {
362 "type": "string"
363 },
364 {
365 "type": "null"
366 }
367 ],
368 }
369 },
370 "type": "object"
371 },
372 "FlowFilter": {
373 "additionalProperties": false,
374 "properties": {
375 "deployment": {
376 "anyOf": [
377 {
378 "$ref": "#/components/schemas/FlowFilterDeployment"
379 },
380 {
381 "type": "null"
382 }
383 ],
384 },
385 "id": {
386 "anyOf": [
387 {
388 "$ref": "#/components/schemas/FlowFilterId"
389 },
390 {
391 "type": "null"
392 }
393 ],
394 },
395 "name": {
396 "anyOf": [
397 {
398 "$ref": "#/components/schemas/FlowFilterName"
399 },
400 {
401 "type": "null"
402 }
403 ],
404 },
405 "operator": {
406 "$ref": "#/components/schemas/Operator",
407 },
408 "tags": {
409 "anyOf": [
410 {
411 "$ref": "#/components/schemas/FlowFilterTags"
412 },
413 {
414 "type": "null"
415 }
416 ],
417 }
418 },
419 "type": "object"
420 },
421 "FlowFilterDeployment": {
422 "additionalProperties": false,
423 "properties": {
424 "is_null_": {
425 "anyOf": [
426 {
427 "type": "boolean"
428 },
429 {
430 "type": "null"
431 }
432 ],
433 },
434 "operator": {
435 "$ref": "#/components/schemas/Operator",
436 }
437 },
438 "type": "object"
439 },
440 "FlowFilterId": {
441 "additionalProperties": false,
442 "properties": {
443 "any_": {
444 "anyOf": [
445 {
446 "items": {
447 "format": "uuid",
448 "type": "string"
449 },
450 "type": "array"
451 },
452 {
453 "type": "null"
454 }
455 ],
456 }
457 },
458 "type": "object"
459 },
460 "FlowFilterName": {
461 "additionalProperties": false,
462 "properties": {
463 "any_": {
464 "anyOf": [
465 {
466 "items": {
467 "type": "string"
468 },
469 "type": "array"
470 },
471 {
472 "type": "null"
473 }
474 ],
475 "examples": [
476 [
477 "my-flow-1",
478 "my-flow-2"
479 ]
480 ],
481 },
482 "like_": {
483 "anyOf": [
484 {
485 "type": "string"
486 },
487 {
488 "type": "null"
489 }
490 ],
491 "examples": [
492 "marvin"
493 ],
494 }
495 },
496 "type": "object"
497 },
498 "FlowFilterTags": {
499 "additionalProperties": false,
500 "properties": {
501 "all_": {
502 "anyOf": [
503 {
504 "items": {
505 "type": "string"
506 },
507 "type": "array"
508 },
509 {
510 "type": "null"
511 }
512 ],
513 "examples": [
514 [
515 "tag-1",
516 "tag-2"
517 ]
518 ],
519 },
520 "is_null_": {
521 "anyOf": [
522 {
523 "type": "boolean"
524 },
525 {
526 "type": "null"
527 }
528 ],
529 },
530 "operator": {
531 "$ref": "#/components/schemas/Operator",
532 }
533 },
534 "type": "object"
535 },
536 "FlowRunFilter": {
537 "additionalProperties": false,
538 "properties": {
539 "deployment_id": {
540 "anyOf": [
541 {
542 "$ref": "#/components/schemas/FlowRunFilterDeploymentId"
543 },
544 {
545 "type": "null"
546 }
547 ],
548 },
549 "end_time": {
550 "anyOf": [
551 {
552 "$ref": "#/components/schemas/FlowRunFilterEndTime"
553 },
554 {
555 "type": "null"
556 }
557 ],
558 },
559 "expected_start_time": {
560 "anyOf": [
561 {
562 "$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
563 },
564 {
565 "type": "null"
566 }
567 ],
568 },
569 "flow_version": {
570 "anyOf": [
571 {
572 "$ref": "#/components/schemas/FlowRunFilterFlowVersion"
573 },
574 {
575 "type": "null"
576 }
577 ],
578 },
579 "id": {
580 "anyOf": [
581 {
582 "$ref": "#/components/schemas/FlowRunFilterId"
583 },
584 {
585 "type": "null"
586 }
587 ],
588 },
589 "idempotency_key": {
590 "anyOf": [
591 {
592 "$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
593 },
594 {
595 "type": "null"
596 }
597 ],
598 },
599 "name": {
600 "anyOf": [
601 {
602 "$ref": "#/components/schemas/FlowRunFilterName"
603 },
604 {
605 "type": "null"
606 }
607 ],
608 },
609 "next_scheduled_start_time": {
610 "anyOf": [
611 {
612 "$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
613 },
614 {
615 "type": "null"
616 }
617 ],
618 },
619 "operator": {
620 "$ref": "#/components/schemas/Operator",
621 },
622 "parent_flow_run_id": {
623 "anyOf": [
624 {
625 "$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
626 },
627 {
628 "type": "null"
629 }
630 ],
631 },
632 "parent_task_run_id": {
633 "anyOf": [
634 {
635 "$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
636 },
637 {
638 "type": "null"
639 }
640 ],
641 },
642 "start_time": {
643 "anyOf": [
644 {
645 "$ref": "#/components/schemas/FlowRunFilterStartTime"
646 },
647 {
648 "type": "null"
649 }
650 ],
651 },
652 "state": {
653 "anyOf": [
654 {
655 "$ref": "#/components/schemas/FlowRunFilterState"
656 },
657 {
658 "type": "null"
659 }
660 ],
661 },
662 "tags": {
663 "anyOf": [
664 {
665 "$ref": "#/components/schemas/FlowRunFilterTags"
666 },
667 {
668 "type": "null"
669 }
670 ],
671 },
672 "work_queue_name": {
673 "anyOf": [
674 {
675 "$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
676 },
677 {
678 "type": "null"
679 }
680 ],
681 }
682 },
683 "type": "object"
684 },
685 "FlowRunFilterDeploymentId": {
686 "additionalProperties": false,
687 "properties": {
688 "any_": {
689 "anyOf": [
690 {
691 "items": {
692 "format": "uuid",
693 "type": "string"
694 },
695 "type": "array"
696 },
697 {
698 "type": "null"
699 }
700 ],
701 },
702 "is_null_": {
703 "anyOf": [
704 {
705 "type": "boolean"
706 },
707 {
708 "type": "null"
709 }
710 ],
711 },
712 "operator": {
713 "$ref": "#/components/schemas/Operator",
714 }
715 },
716 "type": "object"
717 },
718 "FlowRunFilterEndTime": {
719 "additionalProperties": false,
720 "properties": {
721 "after_": {
722 "anyOf": [
723 {
724 "format": "date-time",
725 "type": "string"
726 },
727 {
728 "type": "null"
729 }
730 ],
731 },
732 "before_": {
733 "anyOf": [
734 {
735 "format": "date-time",
736 "type": "string"
737 },
738 {
739 "type": "null"
740 }
741 ],
742 },
743 "is_null_": {
744 "anyOf": [
745 {
746 "type": "boolean"
747 },
748 {
749 "type": "null"
750 }
751 ],
752 }
753 },
754 "type": "object"
755 },
756 "FlowRunFilterExpectedStartTime": {
757 "additionalProperties": false,
758 "properties": {
759 "after_": {
760 "anyOf": [
761 {
762 "format": "date-time",
763 "type": "string"
764 },
765 {
766 "type": "null"
767 }
768 ],
769 },
770 "before_": {
771 "anyOf": [
772 {
773 "format": "date-time",
774 "type": "string"
775 },
776 {
777 "type": "null"
778 }
779 ],
780 }
781 },
782 "type": "object"
783 },
784 "FlowRunFilterFlowVersion": {
785 "additionalProperties": false,
786 "properties": {
787 "any_": {
788 "anyOf": [
789 {
790 "items": {
791 "type": "string"
792 },
793 "type": "array"
794 },
795 {
796 "type": "null"
797 }
798 ],
799 }
800 },
801 "type": "object"
802 },
803 "FlowRunFilterId": {
804 "additionalProperties": false,
805 "properties": {
806 "any_": {
807 "anyOf": [
808 {
809 "items": {
810 "format": "uuid",
811 "type": "string"
812 },
813 "type": "array"
814 },
815 {
816 "type": "null"
817 }
818 ],
819 },
820 "not_any_": {
821 "anyOf": [
822 {
823 "items": {
824 "format": "uuid",
825 "type": "string"
826 },
827 "type": "array"
828 },
829 {
830 "type": "null"
831 }
832 ],
833 }
834 },
835 "type": "object"
836 },
837 "FlowRunFilterIdempotencyKey": {
838 "additionalProperties": false,
839 "properties": {
840 "any_": {
841 "anyOf": [
842 {
843 "items": {
844 "type": "string"
845 },
846 "type": "array"
847 },
848 {
849 "type": "null"
850 }
851 ],
852 },
853 "not_any_": {
854 "anyOf": [
855 {
856 "items": {
857 "type": "string"
858 },
859 "type": "array"
860 },
861 {
862 "type": "null"
863 }
864 ],
865 }
866 },
867 "type": "object"
868 },
869 "FlowRunFilterName": {
870 "additionalProperties": false,
871 "properties": {
872 "any_": {
873 "anyOf": [
874 {
875 "items": {
876 "type": "string"
877 },
878 "type": "array"
879 },
880 {
881 "type": "null"
882 }
883 ],
884 "examples": [
885 [
886 "my-flow-run-1",
887 "my-flow-run-2"
888 ]
889 ],
890 },
891 "like_": {
892 "anyOf": [
893 {
894 "type": "string"
895 },
896 {
897 "type": "null"
898 }
899 ],
900 "examples": [
901 "marvin"
902 ],
903 }
904 },
905 "type": "object"
906 },
907 "FlowRunFilterNextScheduledStartTime": {
908 "additionalProperties": false,
909 "properties": {
910 "after_": {
911 "anyOf": [
912 {
913 "format": "date-time",
914 "type": "string"
915 },
916 {
917 "type": "null"
918 }
919 ],
920 },
921 "before_": {
922 "anyOf": [
923 {
924 "format": "date-time",
925 "type": "string"
926 },
927 {
928 "type": "null"
929 }
930 ],
931 }
932 },
933 "type": "object"
934 },
935 "FlowRunFilterParentFlowRunId": {
936 "additionalProperties": false,
937 "properties": {
938 "any_": {
939 "anyOf": [
940 {
941 "items": {
942 "format": "uuid",
943 "type": "string"
944 },
945 "type": "array"
946 },
947 {
948 "type": "null"
949 }
950 ],
951 },
952 "operator": {
953 "$ref": "#/components/schemas/Operator",
954 }
955 },
956 "type": "object"
957 },
958 "FlowRunFilterParentTaskRunId": {
959 "additionalProperties": false,
960 "properties": {
961 "any_": {
962 "anyOf": [
963 {
964 "items": {
965 "format": "uuid",
966 "type": "string"
967 },
968 "type": "array"
969 },
970 {
971 "type": "null"
972 }
973 ],
974 },
975 "is_null_": {
976 "anyOf": [
977 {
978 "type": "boolean"
979 },
980 {
981 "type": "null"
982 }
983 ],
984 },
985 "operator": {
986 "$ref": "#/components/schemas/Operator",
987 }
988 },
989 "type": "object"
990 },
991 "FlowRunFilterStartTime": {
992 "additionalProperties": false,
993 "properties": {
994 "after_": {
995 "anyOf": [
996 {
997 "format": "date-time",
998 "type": "string"
999 },
1000 {
1001 "type": "null"
1002 }
1003 ],
1004 },
1005 "before_": {
1006 "anyOf": [
1007 {
1008 "format": "date-time",
1009 "type": "string"
1010 },
1011 {
1012 "type": "null"
1013 }
1014 ],
1015 },
1016 "is_null_": {
1017 "anyOf": [
1018 {
1019 "type": "boolean"
1020 },
1021 {
1022 "type": "null"
1023 }
1024 ],
1025 }
1026 },
1027 "type": "object"
1028 },
1029 "FlowRunFilterState": {
1030 "additionalProperties": false,
1031 "properties": {
1032 "name": {
1033 "anyOf": [
1034 {
1035 "$ref": "#/components/schemas/FlowRunFilterStateName"
1036 },
1037 {
1038 "type": "null"
1039 }
1040 ],
1041 },
1042 "operator": {
1043 "$ref": "#/components/schemas/Operator",
1044 },
1045 "type": {
1046 "anyOf": [
1047 {
1048 "$ref": "#/components/schemas/FlowRunFilterStateType"
1049 },
1050 {
1051 "type": "null"
1052 }
1053 ],
1054 }
1055 },
1056 "type": "object"
1057 },
1058 "FlowRunFilterStateName": {
1059 "additionalProperties": false,
1060 "properties": {
1061 "any_": {
1062 "anyOf": [
1063 {
1064 "items": {
1065 "type": "string"
1066 },
1067 "type": "array"
1068 },
1069 {
1070 "type": "null"
1071 }
1072 ],
1073 },
1074 "not_any_": {
1075 "anyOf": [
1076 {
1077 "items": {
1078 "type": "string"
1079 },
1080 "type": "array"
1081 },
1082 {
1083 "type": "null"
1084 }
1085 ],
1086 }
1087 },
1088 "type": "object"
1089 },
1090 "FlowRunFilterStateType": {
1091 "additionalProperties": false,
1092 "properties": {
1093 "any_": {
1094 "anyOf": [
1095 {
1096 "items": {
1097 "$ref": "#/components/schemas/StateType"
1098 },
1099 "type": "array"
1100 },
1101 {
1102 "type": "null"
1103 }
1104 ],
1105 },
1106 "not_any_": {
1107 "anyOf": [
1108 {
1109 "items": {
1110 "$ref": "#/components/schemas/StateType"
1111 },
1112 "type": "array"
1113 },
1114 {
1115 "type": "null"
1116 }
1117 ],
1118 }
1119 },
1120 "type": "object"
1121 },
1122 "FlowRunFilterTags": {
1123 "additionalProperties": false,
1124 "properties": {
1125 "all_": {
1126 "anyOf": [
1127 {
1128 "items": {
1129 "type": "string"
1130 },
1131 "type": "array"
1132 },
1133 {
1134 "type": "null"
1135 }
1136 ],
1137 "examples": [
1138 [
1139 "tag-1",
1140 "tag-2"
1141 ]
1142 ],
1143 },
1144 "any_": {
1145 "anyOf": [
1146 {
1147 "items": {
1148 "type": "string"
1149 },
1150 "type": "array"
1151 },
1152 {
1153 "type": "null"
1154 }
1155 ],
1156 "examples": [
1157 [
1158 "tag-1",
1159 "tag-2"
1160 ]
1161 ],
1162 },
1163 "is_null_": {
1164 "anyOf": [
1165 {
1166 "type": "boolean"
1167 },
1168 {
1169 "type": "null"
1170 }
1171 ],
1172 },
1173 "operator": {
1174 "$ref": "#/components/schemas/Operator",
1175 }
1176 },
1177 "type": "object"
1178 },
1179 "FlowRunFilterWorkQueueName": {
1180 "additionalProperties": false,
1181 "properties": {
1182 "any_": {
1183 "anyOf": [
1184 {
1185 "items": {
1186 "type": "string"
1187 },
1188 "type": "array"
1189 },
1190 {
1191 "type": "null"
1192 }
1193 ],
1194 "examples": [
1195 [
1196 "work_queue_1",
1197 "work_queue_2"
1198 ]
1199 ],
1200 },
1201 "is_null_": {
1202 "anyOf": [
1203 {
1204 "type": "boolean"
1205 },
1206 {
1207 "type": "null"
1208 }
1209 ],
1210 },
1211 "operator": {
1212 "$ref": "#/components/schemas/Operator",
1213 }
1214 },
1215 "type": "object"
1216 },
1217 "Operator": {
1218 "enum": [
1219 "and_",
1220 "or_"
1221 ],
1222 "type": "string"
1223 },
1224 "StateType": {
1225 "enum": [
1226 "SCHEDULED",
1227 "PENDING",
1228 "RUNNING",
1229 "COMPLETED",
1230 "FAILED",
1231 "CANCELLED",
1232 "CRASHED",
1233 "PAUSED",
1234 "CANCELLING"
1235 ],
1236 "type": "string"
1237 },
1238 "TaskRunFilter": {
1239 "additionalProperties": false,
1240 "properties": {
1241 "expected_start_time": {
1242 "anyOf": [
1243 {
1244 "$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1245 },
1246 {
1247 "type": "null"
1248 }
1249 ],
1250 },
1251 "flow_run_id": {
1252 "anyOf": [
1253 {
1254 "$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1255 },
1256 {
1257 "type": "null"
1258 }
1259 ],
1260 },
1261 "id": {
1262 "anyOf": [
1263 {
1264 "$ref": "#/components/schemas/TaskRunFilterId"
1265 },
1266 {
1267 "type": "null"
1268 }
1269 ],
1270 },
1271 "name": {
1272 "anyOf": [
1273 {
1274 "$ref": "#/components/schemas/TaskRunFilterName"
1275 },
1276 {
1277 "type": "null"
1278 }
1279 ],
1280 },
1281 "operator": {
1282 "$ref": "#/components/schemas/Operator",
1283 },
1284 "start_time": {
1285 "anyOf": [
1286 {
1287 "$ref": "#/components/schemas/TaskRunFilterStartTime"
1288 },
1289 {
1290 "type": "null"
1291 }
1292 ],
1293 },
1294 "state": {
1295 "anyOf": [
1296 {
1297 "$ref": "#/components/schemas/TaskRunFilterState"
1298 },
1299 {
1300 "type": "null"
1301 }
1302 ],
1303 },
1304 "subflow_runs": {
1305 "anyOf": [
1306 {
1307 "$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1308 },
1309 {
1310 "type": "null"
1311 }
1312 ],
1313 },
1314 "tags": {
1315 "anyOf": [
1316 {
1317 "$ref": "#/components/schemas/TaskRunFilterTags"
1318 },
1319 {
1320 "type": "null"
1321 }
1322 ],
1323 }
1324 },
1325 "type": "object"
1326 },
1327 "TaskRunFilterExpectedStartTime": {
1328 "additionalProperties": false,
1329 "properties": {
1330 "after_": {
1331 "anyOf": [
1332 {
1333 "format": "date-time",
1334 "type": "string"
1335 },
1336 {
1337 "type": "null"
1338 }
1339 ],
1340 },
1341 "before_": {
1342 "anyOf": [
1343 {
1344 "format": "date-time",
1345 "type": "string"
1346 },
1347 {
1348 "type": "null"
1349 }
1350 ],
1351 }
1352 },
1353 "type": "object"
1354 },
1355 "TaskRunFilterFlowRunId": {
1356 "additionalProperties": false,
1357 "properties": {
1358 "any_": {
1359 "anyOf": [
1360 {
1361 "items": {
1362 "format": "uuid",
1363 "type": "string"
1364 },
1365 "type": "array"
1366 },
1367 {
1368 "type": "null"
1369 }
1370 ],
1371 },
1372 "is_null_": {
1373 "anyOf": [
1374 {
1375 "type": "boolean"
1376 },
1377 {
1378 "type": "null"
1379 }
1380 ],
1381 },
1382 "operator": {
1383 "$ref": "#/components/schemas/Operator",
1384 }
1385 },
1386 "type": "object"
1387 },
1388 "TaskRunFilterId": {
1389 "additionalProperties": false,
1390 "properties": {
1391 "any_": {
1392 "anyOf": [
1393 {
1394 "items": {
1395 "format": "uuid",
1396 "type": "string"
1397 },
1398 "type": "array"
1399 },
1400 {
1401 "type": "null"
1402 }
1403 ],
1404 }
1405 },
1406 "type": "object"
1407 },
1408 "TaskRunFilterName": {
1409 "additionalProperties": false,
1410 "properties": {
1411 "any_": {
1412 "anyOf": [
1413 {
1414 "items": {
1415 "type": "string"
1416 },
1417 "type": "array"
1418 },
1419 {
1420 "type": "null"
1421 }
1422 ],
1423 "examples": [
1424 [
1425 "my-task-run-1",
1426 "my-task-run-2"
1427 ]
1428 ],
1429 },
1430 "like_": {
1431 "anyOf": [
1432 {
1433 "type": "string"
1434 },
1435 {
1436 "type": "null"
1437 }
1438 ],
1439 "examples": [
1440 "marvin"
1441 ],
1442 }
1443 },
1444 "type": "object"
1445 },
1446 "TaskRunFilterStartTime": {
1447 "additionalProperties": false,
1448 "properties": {
1449 "after_": {
1450 "anyOf": [
1451 {
1452 "format": "date-time",
1453 "type": "string"
1454 },
1455 {
1456 "type": "null"
1457 }
1458 ],
1459 },
1460 "before_": {
1461 "anyOf": [
1462 {
1463 "format": "date-time",
1464 "type": "string"
1465 },
1466 {
1467 "type": "null"
1468 }
1469 ],
1470 },
1471 "is_null_": {
1472 "anyOf": [
1473 {
1474 "type": "boolean"
1475 },
1476 {
1477 "type": "null"
1478 }
1479 ],
1480 }
1481 },
1482 "type": "object"
1483 },
1484 "TaskRunFilterState": {
1485 "additionalProperties": false,
1486 "properties": {
1487 "name": {
1488 "anyOf": [
1489 {
1490 "$ref": "#/components/schemas/TaskRunFilterStateName"
1491 },
1492 {
1493 "type": "null"
1494 }
1495 ],
1496 },
1497 "operator": {
1498 "$ref": "#/components/schemas/Operator",
1499 },
1500 "type": {
1501 "anyOf": [
1502 {
1503 "$ref": "#/components/schemas/TaskRunFilterStateType"
1504 },
1505 {
1506 "type": "null"
1507 }
1508 ],
1509 }
1510 },
1511 "type": "object"
1512 },
1513 "TaskRunFilterStateName": {
1514 "additionalProperties": false,
1515 "properties": {
1516 "any_": {
1517 "anyOf": [
1518 {
1519 "items": {
1520 "type": "string"
1521 },
1522 "type": "array"
1523 },
1524 {
1525 "type": "null"
1526 }
1527 ],
1528 }
1529 },
1530 "type": "object"
1531 },
1532 "TaskRunFilterStateType": {
1533 "additionalProperties": false,
1534 "properties": {
1535 "any_": {
1536 "anyOf": [
1537 {
1538 "items": {
1539 "$ref": "#/components/schemas/StateType"
1540 },
1541 "type": "array"
1542 },
1543 {
1544 "type": "null"
1545 }
1546 ],
1547 }
1548 },
1549 "type": "object"
1550 },
1551 "TaskRunFilterSubFlowRuns": {
1552 "additionalProperties": false,
1553 "properties": {
1554 "exists_": {
1555 "anyOf": [
1556 {
1557 "type": "boolean"
1558 },
1559 {
1560 "type": "null"
1561 }
1562 ],
1563 }
1564 },
1565 "type": "object"
1566 },
1567 "TaskRunFilterTags": {
1568 "additionalProperties": false,
1569 "properties": {
1570 "all_": {
1571 "anyOf": [
1572 {
1573 "items": {
1574 "type": "string"
1575 },
1576 "type": "array"
1577 },
1578 {
1579 "type": "null"
1580 }
1581 ],
1582 "examples": [
1583 [
1584 "tag-1",
1585 "tag-2"
1586 ]
1587 ],
1588 },
1589 "is_null_": {
1590 "anyOf": [
1591 {
1592 "type": "boolean"
1593 },
1594 {
1595 "type": "null"
1596 }
1597 ],
1598 },
1599 "operator": {
1600 "$ref": "#/components/schemas/Operator",
1601 }
1602 },
1603 "type": "object"
1604 },
1605 "WorkPoolFilter": {
1606 "additionalProperties": false,
1607 "properties": {
1608 "id": {
1609 "anyOf": [
1610 {
1611 "$ref": "#/components/schemas/WorkPoolFilterId"
1612 },
1613 {
1614 "type": "null"
1615 }
1616 ],
1617 },
1618 "name": {
1619 "anyOf": [
1620 {
1621 "$ref": "#/components/schemas/WorkPoolFilterName"
1622 },
1623 {
1624 "type": "null"
1625 }
1626 ],
1627 },
1628 "operator": {
1629 "$ref": "#/components/schemas/Operator",
1630 },
1631 "type": {
1632 "anyOf": [
1633 {
1634 "$ref": "#/components/schemas/WorkPoolFilterType"
1635 },
1636 {
1637 "type": "null"
1638 }
1639 ],
1640 }
1641 },
1642 "type": "object"
1643 },
1644 "WorkPoolFilterId": {
1645 "additionalProperties": false,
1646 "properties": {
1647 "any_": {
1648 "anyOf": [
1649 {
1650 "items": {
1651 "format": "uuid",
1652 "type": "string"
1653 },
1654 "type": "array"
1655 },
1656 {
1657 "type": "null"
1658 }
1659 ],
1660 }
1661 },
1662 "type": "object"
1663 },
1664 "WorkPoolFilterName": {
1665 "additionalProperties": false,
1666 "properties": {
1667 "any_": {
1668 "anyOf": [
1669 {
1670 "items": {
1671 "type": "string"
1672 },
1673 "type": "array"
1674 },
1675 {
1676 "type": "null"
1677 }
1678 ],
1679 }
1680 },
1681 "type": "object"
1682 },
1683 "WorkPoolFilterType": {
1684 "additionalProperties": false,
1685 "properties": {
1686 "any_": {
1687 "anyOf": [
1688 {
1689 "items": {
1690 "type": "string"
1691 },
1692 "type": "array"
1693 },
1694 {
1695 "type": "null"
1696 }
1697 ],
1698 }
1699 },
1700 "type": "object"
1701 },
1702 "WorkQueueFilter": {
1703 "additionalProperties": false,
1704 "properties": {
1705 "id": {
1706 "anyOf": [
1707 {
1708 "$ref": "#/components/schemas/WorkQueueFilterId"
1709 },
1710 {
1711 "type": "null"
1712 }
1713 ],
1714 },
1715 "name": {
1716 "anyOf": [
1717 {
1718 "$ref": "#/components/schemas/WorkQueueFilterName"
1719 },
1720 {
1721 "type": "null"
1722 }
1723 ],
1724 },
1725 "operator": {
1726 "$ref": "#/components/schemas/Operator",
1727 }
1728 },
1729 "type": "object"
1730 },
1731 "WorkQueueFilterId": {
1732 "additionalProperties": false,
1733 "properties": {
1734 "any_": {
1735 "anyOf": [
1736 {
1737 "items": {
1738 "format": "uuid",
1739 "type": "string"
1740 },
1741 "type": "array"
1742 },
1743 {
1744 "type": "null"
1745 }
1746 ],
1747 }
1748 },
1749 "type": "object"
1750 },
1751 "WorkQueueFilterName": {
1752 "additionalProperties": false,
1753 "properties": {
1754 "any_": {
1755 "anyOf": [
1756 {
1757 "items": {
1758 "type": "string"
1759 },
1760 "type": "array"
1761 },
1762 {
1763 "type": "null"
1764 }
1765 ],
1766 "examples": [
1767 [
1768 "wq-1",
1769 "wq-2"
1770 ]
1771 ],
1772 },
1773 "startswith_": {
1774 "anyOf": [
1775 {
1776 "items": {
1777 "type": "string"
1778 },
1779 "type": "array"
1780 },
1781 {
1782 "type": "null"
1783 }
1784 ],
1785 "examples": [
1786 [
1787 "marvin",
1788 "Marvin-robot"
1789 ]
1790 ],
1791 }
1792 },
1793 "type": "object"
1794 }
1795 }
1796 }
1797}
Responses
seen average

200
Successful Response
1 13.95ms
422
Validation Error
827 2.53ms
default
Default
765 6.74ms
Examples
19 of 19 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json545 of 545 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_flow_runs_flow_runs_filter_post",
3 "components": {
4 "schemas": {
5 "Body_read_flow_runs_flow_runs_filter_post": {
6 "properties": {
7 "deployments": {
8 "anyOf": [
9 {
10 "$ref": "#/components/schemas/DeploymentFilter"
11 },
12 {
13 "type": "null"
14 }
15 ]
16 },
17 "flow_runs": {
18 "anyOf": [
19 {
20 "$ref": "#/components/schemas/FlowRunFilter"
21 },
22 {
23 "type": "null"
24 }
25 ]
26 },
27 "flows": {
28 "anyOf": [
29 {
30 "$ref": "#/components/schemas/FlowFilter"
31 },
32 {
33 "type": "null"
34 }
35 ]
36 },
37 "limit": {
38 "type": "integer"
39 },
40 "offset": {
41 "minimum": 0.0,
42 "type": "integer"
43 },
44 "sort": {
45 "$ref": "#/components/schemas/FlowRunSort",
46 },
47 "task_runs": {
48 "anyOf": [
49 {
50 "$ref": "#/components/schemas/TaskRunFilter"
51 },
52 {
53 "type": "null"
54 }
55 ]
56 },
57 "work_pool_queues": {
58 "anyOf": [
59 {
60 "$ref": "#/components/schemas/WorkQueueFilter"
61 },
62 {
63 "type": "null"
64 }
65 ]
66 },
67 "work_pools": {
68 "anyOf": [
69 {
70 "$ref": "#/components/schemas/WorkPoolFilter"
71 },
72 {
73 "type": "null"
74 }
75 ]
76 }
77 },
78 "type": "object"
79 },
80 "DeploymentFilter": {
81 "additionalProperties": false,
82 "properties": {
83 "concurrency_limit": {
84 "anyOf": [
85 {
86 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
87 },
88 {
89 "type": "null"
90 }
91 ],
92 "deprecated": true,
93 },
94 "flow_or_deployment_name": {
95 "anyOf": [
96 {
97 "$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
98 },
99 {
100 "type": "null"
101 }
102 ],
103 },
104 "id": {
105 "anyOf": [
106 {
107 "$ref": "#/components/schemas/DeploymentFilterId"
108 },
109 {
110 "type": "null"
111 }
112 ],
113 },
114 "name": {
115 "anyOf": [
116 {
117 "$ref": "#/components/schemas/DeploymentFilterName"
118 },
119 {
120 "type": "null"
121 }
122 ],
123 },
124 "operator": {
125 "$ref": "#/components/schemas/Operator",
126 },
127 "paused": {
128 "anyOf": [
129 {
130 "$ref": "#/components/schemas/DeploymentFilterPaused"
131 },
132 {
133 "type": "null"
134 }
135 ],
136 },
137 "tags": {
138 "anyOf": [
139 {
140 "$ref": "#/components/schemas/DeploymentFilterTags"
141 },
142 {
143 "type": "null"
144 }
145 ],
146 },
147 "work_queue_name": {
148 "anyOf": [
149 {
150 "$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
151 },
152 {
153 "type": "null"
154 }
155 ],
156 }
157 },
158 "type": "object"
159 },
160 "DeploymentFilterConcurrencyLimit": {
161 "additionalProperties": false,
162 "properties": {
163 "ge_": {
164 "anyOf": [
165 {
166 "type": "integer"
167 },
168 {
169 "type": "null"
170 }
171 ],
172 },
173 "is_null_": {
174 "anyOf": [
175 {
176 "type": "boolean"
177 },
178 {
179 "type": "null"
180 }
181 ],
182 },
183 "le_": {
184 "anyOf": [
185 {
186 "type": "integer"
187 },
188 {
189 "type": "null"
190 }
191 ],
192 }
193 },
194 "type": "object"
195 },
196 "DeploymentFilterId": {
197 "additionalProperties": false,
198 "properties": {
199 "any_": {
200 "anyOf": [
201 {
202 "items": {
203 "format": "uuid",
204 "type": "string"
205 },
206 "type": "array"
207 },
208 {
209 "type": "null"
210 }
211 ],
212 },
213 "not_any_": {
214 "anyOf": [
215 {
216 "items": {
217 "format": "uuid",
218 "type": "string"
219 },
220 "type": "array"
221 },
222 {
223 "type": "null"
224 }
225 ],
226 }
227 },
228 "type": "object"
229 },
230 "DeploymentFilterName": {
231 "additionalProperties": false,
232 "properties": {
233 "any_": {
234 "anyOf": [
235 {
236 "items": {
237 "type": "string"
238 },
239 "type": "array"
240 },
241 {
242 "type": "null"
243 }
244 ],
245 "examples": [
246 [
247 "my-deployment-1",
248 "my-deployment-2"
249 ]
250 ],
251 },
252 "like_": {
253 "anyOf": [
254 {
255 "type": "string"
256 },
257 {
258 "type": "null"
259 }
260 ],
261 "examples": [
262 "marvin"
263 ],
264 }
265 },
266 "type": "object"
267 },
268 "DeploymentFilterPaused": {
269 "additionalProperties": false,
270 "properties": {
271 "eq_": {
272 "anyOf": [
273 {
274 "type": "boolean"
275 },
276 {
277 "type": "null"
278 }
279 ],
280 }
281 },
282 "type": "object"
283 },
284 "DeploymentFilterTags": {
285 "additionalProperties": false,
286 "properties": {
287 "all_": {
288 "anyOf": [
289 {
290 "items": {
291 "type": "string"
292 },
293 "type": "array"
294 },
295 {
296 "type": "null"
297 }
298 ],
299 "examples": [
300 [
301 "tag-1",
302 "tag-2"
303 ]
304 ],
305 },
306 "any_": {
307 "anyOf": [
308 {
309 "items": {
310 "type": "string"
311 },
312 "type": "array"
313 },
314 {
315 "type": "null"
316 }
317 ],
318 "examples": [
319 [
320 "tag-1",
321 "tag-2"
322 ]
323 ],
324 },
325 "is_null_": {
326 "anyOf": [
327 {
328 "type": "boolean"
329 },
330 {
331 "type": "null"
332 }
333 ],
334 },
335 "operator": {
336 "$ref": "#/components/schemas/Operator",
337 }
338 },
339 "type": "object"
340 },
341 "DeploymentFilterWorkQueueName": {
342 "additionalProperties": false,
343 "properties": {
344 "any_": {
345 "anyOf": [
346 {
347 "items": {
348 "type": "string"
349 },
350 "type": "array"
351 },
352 {
353 "type": "null"
354 }
355 ],
356 "examples": [
357 [
358 "work_queue_1",
359 "work_queue_2"
360 ]
361 ],
362 }
363 },
364 "type": "object"
365 },
366 "DeploymentOrFlowNameFilter": {
367 "additionalProperties": false,
368 "properties": {
369 "like_": {
370 "anyOf": [
371 {
372 "type": "string"
373 },
374 {
375 "type": "null"
376 }
377 ],
378 }
379 },
380 "type": "object"
381 },
382 "FlowFilter": {
383 "additionalProperties": false,
384 "properties": {
385 "deployment": {
386 "anyOf": [
387 {
388 "$ref": "#/components/schemas/FlowFilterDeployment"
389 },
390 {
391 "type": "null"
392 }
393 ],
394 },
395 "id": {
396 "anyOf": [
397 {
398 "$ref": "#/components/schemas/FlowFilterId"
399 },
400 {
401 "type": "null"
402 }
403 ],
404 },
405 "name": {
406 "anyOf": [
407 {
408 "$ref": "#/components/schemas/FlowFilterName"
409 },
410 {
411 "type": "null"
412 }
413 ],
414 },
415 "operator": {
416 "$ref": "#/components/schemas/Operator",
417 },
418 "tags": {
419 "anyOf": [
420 {
421 "$ref": "#/components/schemas/FlowFilterTags"
422 },
423 {
424 "type": "null"
425 }
426 ],
427 }
428 },
429 "type": "object"
430 },
431 "FlowFilterDeployment": {
432 "additionalProperties": false,
433 "properties": {
434 "is_null_": {
435 "anyOf": [
436 {
437 "type": "boolean"
438 },
439 {
440 "type": "null"
441 }
442 ],
443 },
444 "operator": {
445 "$ref": "#/components/schemas/Operator",
446 }
447 },
448 "type": "object"
449 },
450 "FlowFilterId": {
451 "additionalProperties": false,
452 "properties": {
453 "any_": {
454 "anyOf": [
455 {
456 "items": {
457 "format": "uuid",
458 "type": "string"
459 },
460 "type": "array"
461 },
462 {
463 "type": "null"
464 }
465 ],
466 }
467 },
468 "type": "object"
469 },
470 "FlowFilterName": {
471 "additionalProperties": false,
472 "properties": {
473 "any_": {
474 "anyOf": [
475 {
476 "items": {
477 "type": "string"
478 },
479 "type": "array"
480 },
481 {
482 "type": "null"
483 }
484 ],
485 "examples": [
486 [
487 "my-flow-1",
488 "my-flow-2"
489 ]
490 ],
491 },
492 "like_": {
493 "anyOf": [
494 {
495 "type": "string"
496 },
497 {
498 "type": "null"
499 }
500 ],
501 "examples": [
502 "marvin"
503 ],
504 }
505 },
506 "type": "object"
507 },
508 "FlowFilterTags": {
509 "additionalProperties": false,
510 "properties": {
511 "all_": {
512 "anyOf": [
513 {
514 "items": {
515 "type": "string"
516 },
517 "type": "array"
518 },
519 {
520 "type": "null"
521 }
522 ],
523 "examples": [
524 [
525 "tag-1",
526 "tag-2"
527 ]
528 ],
529 },
530 "is_null_": {
531 "anyOf": [
532 {
533 "type": "boolean"
534 },
535 {
536 "type": "null"
537 }
538 ],
539 },
540 "operator": {
541 "$ref": "#/components/schemas/Operator",
542 }
543 },
544 "type": "object"
545 },
546 "FlowRunFilter": {
547 "additionalProperties": false,
548 "properties": {
549 "deployment_id": {
550 "anyOf": [
551 {
552 "$ref": "#/components/schemas/FlowRunFilterDeploymentId"
553 },
554 {
555 "type": "null"
556 }
557 ],
558 },
559 "end_time": {
560 "anyOf": [
561 {
562 "$ref": "#/components/schemas/FlowRunFilterEndTime"
563 },
564 {
565 "type": "null"
566 }
567 ],
568 },
569 "expected_start_time": {
570 "anyOf": [
571 {
572 "$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
573 },
574 {
575 "type": "null"
576 }
577 ],
578 },
579 "flow_version": {
580 "anyOf": [
581 {
582 "$ref": "#/components/schemas/FlowRunFilterFlowVersion"
583 },
584 {
585 "type": "null"
586 }
587 ],
588 },
589 "id": {
590 "anyOf": [
591 {
592 "$ref": "#/components/schemas/FlowRunFilterId"
593 },
594 {
595 "type": "null"
596 }
597 ],
598 },
599 "idempotency_key": {
600 "anyOf": [
601 {
602 "$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
603 },
604 {
605 "type": "null"
606 }
607 ],
608 },
609 "name": {
610 "anyOf": [
611 {
612 "$ref": "#/components/schemas/FlowRunFilterName"
613 },
614 {
615 "type": "null"
616 }
617 ],
618 },
619 "next_scheduled_start_time": {
620 "anyOf": [
621 {
622 "$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
623 },
624 {
625 "type": "null"
626 }
627 ],
628 },
629 "operator": {
630 "$ref": "#/components/schemas/Operator",
631 },
632 "parent_flow_run_id": {
633 "anyOf": [
634 {
635 "$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
636 },
637 {
638 "type": "null"
639 }
640 ],
641 },
642 "parent_task_run_id": {
643 "anyOf": [
644 {
645 "$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
646 },
647 {
648 "type": "null"
649 }
650 ],
651 },
652 "start_time": {
653 "anyOf": [
654 {
655 "$ref": "#/components/schemas/FlowRunFilterStartTime"
656 },
657 {
658 "type": "null"
659 }
660 ],
661 },
662 "state": {
663 "anyOf": [
664 {
665 "$ref": "#/components/schemas/FlowRunFilterState"
666 },
667 {
668 "type": "null"
669 }
670 ],
671 },
672 "tags": {
673 "anyOf": [
674 {
675 "$ref": "#/components/schemas/FlowRunFilterTags"
676 },
677 {
678 "type": "null"
679 }
680 ],
681 },
682 "work_queue_name": {
683 "anyOf": [
684 {
685 "$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
686 },
687 {
688 "type": "null"
689 }
690 ],
691 }
692 },
693 "type": "object"
694 },
695 "FlowRunFilterDeploymentId": {
696 "additionalProperties": false,
697 "properties": {
698 "any_": {
699 "anyOf": [
700 {
701 "items": {
702 "format": "uuid",
703 "type": "string"
704 },
705 "type": "array"
706 },
707 {
708 "type": "null"
709 }
710 ],
711 },
712 "is_null_": {
713 "anyOf": [
714 {
715 "type": "boolean"
716 },
717 {
718 "type": "null"
719 }
720 ],
721 },
722 "operator": {
723 "$ref": "#/components/schemas/Operator",
724 }
725 },
726 "type": "object"
727 },
728 "FlowRunFilterEndTime": {
729 "additionalProperties": false,
730 "properties": {
731 "after_": {
732 "anyOf": [
733 {
734 "format": "date-time",
735 "type": "string"
736 },
737 {
738 "type": "null"
739 }
740 ],
741 },
742 "before_": {
743 "anyOf": [
744 {
745 "format": "date-time",
746 "type": "string"
747 },
748 {
749 "type": "null"
750 }
751 ],
752 },
753 "is_null_": {
754 "anyOf": [
755 {
756 "type": "boolean"
757 },
758 {
759 "type": "null"
760 }
761 ],
762 }
763 },
764 "type": "object"
765 },
766 "FlowRunFilterExpectedStartTime": {
767 "additionalProperties": false,
768 "properties": {
769 "after_": {
770 "anyOf": [
771 {
772 "format": "date-time",
773 "type": "string"
774 },
775 {
776 "type": "null"
777 }
778 ],
779 },
780 "before_": {
781 "anyOf": [
782 {
783 "format": "date-time",
784 "type": "string"
785 },
786 {
787 "type": "null"
788 }
789 ],
790 }
791 },
792 "type": "object"
793 },
794 "FlowRunFilterFlowVersion": {
795 "additionalProperties": false,
796 "properties": {
797 "any_": {
798 "anyOf": [
799 {
800 "items": {
801 "type": "string"
802 },
803 "type": "array"
804 },
805 {
806 "type": "null"
807 }
808 ],
809 }
810 },
811 "type": "object"
812 },
813 "FlowRunFilterId": {
814 "additionalProperties": false,
815 "properties": {
816 "any_": {
817 "anyOf": [
818 {
819 "items": {
820 "format": "uuid",
821 "type": "string"
822 },
823 "type": "array"
824 },
825 {
826 "type": "null"
827 }
828 ],
829 },
830 "not_any_": {
831 "anyOf": [
832 {
833 "items": {
834 "format": "uuid",
835 "type": "string"
836 },
837 "type": "array"
838 },
839 {
840 "type": "null"
841 }
842 ],
843 }
844 },
845 "type": "object"
846 },
847 "FlowRunFilterIdempotencyKey": {
848 "additionalProperties": false,
849 "properties": {
850 "any_": {
851 "anyOf": [
852 {
853 "items": {
854 "type": "string"
855 },
856 "type": "array"
857 },
858 {
859 "type": "null"
860 }
861 ],
862 },
863 "not_any_": {
864 "anyOf": [
865 {
866 "items": {
867 "type": "string"
868 },
869 "type": "array"
870 },
871 {
872 "type": "null"
873 }
874 ],
875 }
876 },
877 "type": "object"
878 },
879 "FlowRunFilterName": {
880 "additionalProperties": false,
881 "properties": {
882 "any_": {
883 "anyOf": [
884 {
885 "items": {
886 "type": "string"
887 },
888 "type": "array"
889 },
890 {
891 "type": "null"
892 }
893 ],
894 "examples": [
895 [
896 "my-flow-run-1",
897 "my-flow-run-2"
898 ]
899 ],
900 },
901 "like_": {
902 "anyOf": [
903 {
904 "type": "string"
905 },
906 {
907 "type": "null"
908 }
909 ],
910 "examples": [
911 "marvin"
912 ],
913 }
914 },
915 "type": "object"
916 },
917 "FlowRunFilterNextScheduledStartTime": {
918 "additionalProperties": false,
919 "properties": {
920 "after_": {
921 "anyOf": [
922 {
923 "format": "date-time",
924 "type": "string"
925 },
926 {
927 "type": "null"
928 }
929 ],
930 },
931 "before_": {
932 "anyOf": [
933 {
934 "format": "date-time",
935 "type": "string"
936 },
937 {
938 "type": "null"
939 }
940 ],
941 }
942 },
943 "type": "object"
944 },
945 "FlowRunFilterParentFlowRunId": {
946 "additionalProperties": false,
947 "properties": {
948 "any_": {
949 "anyOf": [
950 {
951 "items": {
952 "format": "uuid",
953 "type": "string"
954 },
955 "type": "array"
956 },
957 {
958 "type": "null"
959 }
960 ],
961 },
962 "operator": {
963 "$ref": "#/components/schemas/Operator",
964 }
965 },
966 "type": "object"
967 },
968 "FlowRunFilterParentTaskRunId": {
969 "additionalProperties": false,
970 "properties": {
971 "any_": {
972 "anyOf": [
973 {
974 "items": {
975 "format": "uuid",
976 "type": "string"
977 },
978 "type": "array"
979 },
980 {
981 "type": "null"
982 }
983 ],
984 },
985 "is_null_": {
986 "anyOf": [
987 {
988 "type": "boolean"
989 },
990 {
991 "type": "null"
992 }
993 ],
994 },
995 "operator": {
996 "$ref": "#/components/schemas/Operator",
997 }
998 },
999 "type": "object"
1000 },
1001 "FlowRunFilterStartTime": {
1002 "additionalProperties": false,
1003 "properties": {
1004 "after_": {
1005 "anyOf": [
1006 {
1007 "format": "date-time",
1008 "type": "string"
1009 },
1010 {
1011 "type": "null"
1012 }
1013 ],
1014 },
1015 "before_": {
1016 "anyOf": [
1017 {
1018 "format": "date-time",
1019 "type": "string"
1020 },
1021 {
1022 "type": "null"
1023 }
1024 ],
1025 },
1026 "is_null_": {
1027 "anyOf": [
1028 {
1029 "type": "boolean"
1030 },
1031 {
1032 "type": "null"
1033 }
1034 ],
1035 }
1036 },
1037 "type": "object"
1038 },
1039 "FlowRunFilterState": {
1040 "additionalProperties": false,
1041 "properties": {
1042 "name": {
1043 "anyOf": [
1044 {
1045 "$ref": "#/components/schemas/FlowRunFilterStateName"
1046 },
1047 {
1048 "type": "null"
1049 }
1050 ],
1051 },
1052 "operator": {
1053 "$ref": "#/components/schemas/Operator",
1054 },
1055 "type": {
1056 "anyOf": [
1057 {
1058 "$ref": "#/components/schemas/FlowRunFilterStateType"
1059 },
1060 {
1061 "type": "null"
1062 }
1063 ],
1064 }
1065 },
1066 "type": "object"
1067 },
1068 "FlowRunFilterStateName": {
1069 "additionalProperties": false,
1070 "properties": {
1071 "any_": {
1072 "anyOf": [
1073 {
1074 "items": {
1075 "type": "string"
1076 },
1077 "type": "array"
1078 },
1079 {
1080 "type": "null"
1081 }
1082 ],
1083 },
1084 "not_any_": {
1085 "anyOf": [
1086 {
1087 "items": {
1088 "type": "string"
1089 },
1090 "type": "array"
1091 },
1092 {
1093 "type": "null"
1094 }
1095 ],
1096 }
1097 },
1098 "type": "object"
1099 },
1100 "FlowRunFilterStateType": {
1101 "additionalProperties": false,
1102 "properties": {
1103 "any_": {
1104 "anyOf": [
1105 {
1106 "items": {
1107 "$ref": "#/components/schemas/StateType"
1108 },
1109 "type": "array"
1110 },
1111 {
1112 "type": "null"
1113 }
1114 ],
1115 },
1116 "not_any_": {
1117 "anyOf": [
1118 {
1119 "items": {
1120 "$ref": "#/components/schemas/StateType"
1121 },
1122 "type": "array"
1123 },
1124 {
1125 "type": "null"
1126 }
1127 ],
1128 }
1129 },
1130 "type": "object"
1131 },
1132 "FlowRunFilterTags": {
1133 "additionalProperties": false,
1134 "properties": {
1135 "all_": {
1136 "anyOf": [
1137 {
1138 "items": {
1139 "type": "string"
1140 },
1141 "type": "array"
1142 },
1143 {
1144 "type": "null"
1145 }
1146 ],
1147 "examples": [
1148 [
1149 "tag-1",
1150 "tag-2"
1151 ]
1152 ],
1153 },
1154 "any_": {
1155 "anyOf": [
1156 {
1157 "items": {
1158 "type": "string"
1159 },
1160 "type": "array"
1161 },
1162 {
1163 "type": "null"
1164 }
1165 ],
1166 "examples": [
1167 [
1168 "tag-1",
1169 "tag-2"
1170 ]
1171 ],
1172 },
1173 "is_null_": {
1174 "anyOf": [
1175 {
1176 "type": "boolean"
1177 },
1178 {
1179 "type": "null"
1180 }
1181 ],
1182 },
1183 "operator": {
1184 "$ref": "#/components/schemas/Operator",
1185 }
1186 },
1187 "type": "object"
1188 },
1189 "FlowRunFilterWorkQueueName": {
1190 "additionalProperties": false,
1191 "properties": {
1192 "any_": {
1193 "anyOf": [
1194 {
1195 "items": {
1196 "type": "string"
1197 },
1198 "type": "array"
1199 },
1200 {
1201 "type": "null"
1202 }
1203 ],
1204 "examples": [
1205 [
1206 "work_queue_1",
1207 "work_queue_2"
1208 ]
1209 ],
1210 },
1211 "is_null_": {
1212 "anyOf": [
1213 {
1214 "type": "boolean"
1215 },
1216 {
1217 "type": "null"
1218 }
1219 ],
1220 },
1221 "operator": {
1222 "$ref": "#/components/schemas/Operator",
1223 }
1224 },
1225 "type": "object"
1226 },
1227 "FlowRunSort": {
1228 "enum": [
1229 "ID_DESC",
1230 "START_TIME_ASC",
1231 "START_TIME_DESC",
1232 "EXPECTED_START_TIME_ASC",
1233 "EXPECTED_START_TIME_DESC",
1234 "NAME_ASC",
1235 "NAME_DESC",
1236 "NEXT_SCHEDULED_START_TIME_ASC",
1237 "END_TIME_DESC"
1238 ],
1239 "type": "string"
1240 },
1241 "Operator": {
1242 "enum": [
1243 "and_",
1244 "or_"
1245 ],
1246 "type": "string"
1247 },
1248 "StateType": {
1249 "enum": [
1250 "SCHEDULED",
1251 "PENDING",
1252 "RUNNING",
1253 "COMPLETED",
1254 "FAILED",
1255 "CANCELLED",
1256 "CRASHED",
1257 "PAUSED",
1258 "CANCELLING"
1259 ],
1260 "type": "string"
1261 },
1262 "TaskRunFilter": {
1263 "additionalProperties": false,
1264 "properties": {
1265 "expected_start_time": {
1266 "anyOf": [
1267 {
1268 "$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1269 },
1270 {
1271 "type": "null"
1272 }
1273 ],
1274 },
1275 "flow_run_id": {
1276 "anyOf": [
1277 {
1278 "$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1279 },
1280 {
1281 "type": "null"
1282 }
1283 ],
1284 },
1285 "id": {
1286 "anyOf": [
1287 {
1288 "$ref": "#/components/schemas/TaskRunFilterId"
1289 },
1290 {
1291 "type": "null"
1292 }
1293 ],
1294 },
1295 "name": {
1296 "anyOf": [
1297 {
1298 "$ref": "#/components/schemas/TaskRunFilterName"
1299 },
1300 {
1301 "type": "null"
1302 }
1303 ],
1304 },
1305 "operator": {
1306 "$ref": "#/components/schemas/Operator",
1307 },
1308 "start_time": {
1309 "anyOf": [
1310 {
1311 "$ref": "#/components/schemas/TaskRunFilterStartTime"
1312 },
1313 {
1314 "type": "null"
1315 }
1316 ],
1317 },
1318 "state": {
1319 "anyOf": [
1320 {
1321 "$ref": "#/components/schemas/TaskRunFilterState"
1322 },
1323 {
1324 "type": "null"
1325 }
1326 ],
1327 },
1328 "subflow_runs": {
1329 "anyOf": [
1330 {
1331 "$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1332 },
1333 {
1334 "type": "null"
1335 }
1336 ],
1337 },
1338 "tags": {
1339 "anyOf": [
1340 {
1341 "$ref": "#/components/schemas/TaskRunFilterTags"
1342 },
1343 {
1344 "type": "null"
1345 }
1346 ],
1347 }
1348 },
1349 "type": "object"
1350 },
1351 "TaskRunFilterExpectedStartTime": {
1352 "additionalProperties": false,
1353 "properties": {
1354 "after_": {
1355 "anyOf": [
1356 {
1357 "format": "date-time",
1358 "type": "string"
1359 },
1360 {
1361 "type": "null"
1362 }
1363 ],
1364 },
1365 "before_": {
1366 "anyOf": [
1367 {
1368 "format": "date-time",
1369 "type": "string"
1370 },
1371 {
1372 "type": "null"
1373 }
1374 ],
1375 }
1376 },
1377 "type": "object"
1378 },
1379 "TaskRunFilterFlowRunId": {
1380 "additionalProperties": false,
1381 "properties": {
1382 "any_": {
1383 "anyOf": [
1384 {
1385 "items": {
1386 "format": "uuid",
1387 "type": "string"
1388 },
1389 "type": "array"
1390 },
1391 {
1392 "type": "null"
1393 }
1394 ],
1395 },
1396 "is_null_": {
1397 "anyOf": [
1398 {
1399 "type": "boolean"
1400 },
1401 {
1402 "type": "null"
1403 }
1404 ],
1405 },
1406 "operator": {
1407 "$ref": "#/components/schemas/Operator",
1408 }
1409 },
1410 "type": "object"
1411 },
1412 "TaskRunFilterId": {
1413 "additionalProperties": false,
1414 "properties": {
1415 "any_": {
1416 "anyOf": [
1417 {
1418 "items": {
1419 "format": "uuid",
1420 "type": "string"
1421 },
1422 "type": "array"
1423 },
1424 {
1425 "type": "null"
1426 }
1427 ],
1428 }
1429 },
1430 "type": "object"
1431 },
1432 "TaskRunFilterName": {
1433 "additionalProperties": false,
1434 "properties": {
1435 "any_": {
1436 "anyOf": [
1437 {
1438 "items": {
1439 "type": "string"
1440 },
1441 "type": "array"
1442 },
1443 {
1444 "type": "null"
1445 }
1446 ],
1447 "examples": [
1448 [
1449 "my-task-run-1",
1450 "my-task-run-2"
1451 ]
1452 ],
1453 },
1454 "like_": {
1455 "anyOf": [
1456 {
1457 "type": "string"
1458 },
1459 {
1460 "type": "null"
1461 }
1462 ],
1463 "examples": [
1464 "marvin"
1465 ],
1466 }
1467 },
1468 "type": "object"
1469 },
1470 "TaskRunFilterStartTime": {
1471 "additionalProperties": false,
1472 "properties": {
1473 "after_": {
1474 "anyOf": [
1475 {
1476 "format": "date-time",
1477 "type": "string"
1478 },
1479 {
1480 "type": "null"
1481 }
1482 ],
1483 },
1484 "before_": {
1485 "anyOf": [
1486 {
1487 "format": "date-time",
1488 "type": "string"
1489 },
1490 {
1491 "type": "null"
1492 }
1493 ],
1494 },
1495 "is_null_": {
1496 "anyOf": [
1497 {
1498 "type": "boolean"
1499 },
1500 {
1501 "type": "null"
1502 }
1503 ],
1504 }
1505 },
1506 "type": "object"
1507 },
1508 "TaskRunFilterState": {
1509 "additionalProperties": false,
1510 "properties": {
1511 "name": {
1512 "anyOf": [
1513 {
1514 "$ref": "#/components/schemas/TaskRunFilterStateName"
1515 },
1516 {
1517 "type": "null"
1518 }
1519 ],
1520 },
1521 "operator": {
1522 "$ref": "#/components/schemas/Operator",
1523 },
1524 "type": {
1525 "anyOf": [
1526 {
1527 "$ref": "#/components/schemas/TaskRunFilterStateType"
1528 },
1529 {
1530 "type": "null"
1531 }
1532 ],
1533 }
1534 },
1535 "type": "object"
1536 },
1537 "TaskRunFilterStateName": {
1538 "additionalProperties": false,
1539 "properties": {
1540 "any_": {
1541 "anyOf": [
1542 {
1543 "items": {
1544 "type": "string"
1545 },
1546 "type": "array"
1547 },
1548 {
1549 "type": "null"
1550 }
1551 ],
1552 }
1553 },
1554 "type": "object"
1555 },
1556 "TaskRunFilterStateType": {
1557 "additionalProperties": false,
1558 "properties": {
1559 "any_": {
1560 "anyOf": [
1561 {
1562 "items": {
1563 "$ref": "#/components/schemas/StateType"
1564 },
1565 "type": "array"
1566 },
1567 {
1568 "type": "null"
1569 }
1570 ],
1571 }
1572 },
1573 "type": "object"
1574 },
1575 "TaskRunFilterSubFlowRuns": {
1576 "additionalProperties": false,
1577 "properties": {
1578 "exists_": {
1579 "anyOf": [
1580 {
1581 "type": "boolean"
1582 },
1583 {
1584 "type": "null"
1585 }
1586 ],
1587 }
1588 },
1589 "type": "object"
1590 },
1591 "TaskRunFilterTags": {
1592 "additionalProperties": false,
1593 "properties": {
1594 "all_": {
1595 "anyOf": [
1596 {
1597 "items": {
1598 "type": "string"
1599 },
1600 "type": "array"
1601 },
1602 {
1603 "type": "null"
1604 }
1605 ],
1606 "examples": [
1607 [
1608 "tag-1",
1609 "tag-2"
1610 ]
1611 ],
1612 },
1613 "is_null_": {
1614 "anyOf": [
1615 {
1616 "type": "boolean"
1617 },
1618 {
1619 "type": "null"
1620 }
1621 ],
1622 },
1623 "operator": {
1624 "$ref": "#/components/schemas/Operator",
1625 }
1626 },
1627 "type": "object"
1628 },
1629 "WorkPoolFilter": {
1630 "additionalProperties": false,
1631 "properties": {
1632 "id": {
1633 "anyOf": [
1634 {
1635 "$ref": "#/components/schemas/WorkPoolFilterId"
1636 },
1637 {
1638 "type": "null"
1639 }
1640 ],
1641 },
1642 "name": {
1643 "anyOf": [
1644 {
1645 "$ref": "#/components/schemas/WorkPoolFilterName"
1646 },
1647 {
1648 "type": "null"
1649 }
1650 ],
1651 },
1652 "operator": {
1653 "$ref": "#/components/schemas/Operator",
1654 },
1655 "type": {
1656 "anyOf": [
1657 {
1658 "$ref": "#/components/schemas/WorkPoolFilterType"
1659 },
1660 {
1661 "type": "null"
1662 }
1663 ],
1664 }
1665 },
1666 "type": "object"
1667 },
1668 "WorkPoolFilterId": {
1669 "additionalProperties": false,
1670 "properties": {
1671 "any_": {
1672 "anyOf": [
1673 {
1674 "items": {
1675 "format": "uuid",
1676 "type": "string"
1677 },
1678 "type": "array"
1679 },
1680 {
1681 "type": "null"
1682 }
1683 ],
1684 }
1685 },
1686 "type": "object"
1687 },
1688 "WorkPoolFilterName": {
1689 "additionalProperties": false,
1690 "properties": {
1691 "any_": {
1692 "anyOf": [
1693 {
1694 "items": {
1695 "type": "string"
1696 },
1697 "type": "array"
1698 },
1699 {
1700 "type": "null"
1701 }
1702 ],
1703 }
1704 },
1705 "type": "object"
1706 },
1707 "WorkPoolFilterType": {
1708 "additionalProperties": false,
1709 "properties": {
1710 "any_": {
1711 "anyOf": [
1712 {
1713 "items": {
1714 "type": "string"
1715 },
1716 "type": "array"
1717 },
1718 {
1719 "type": "null"
1720 }
1721 ],
1722 }
1723 },
1724 "type": "object"
1725 },
1726 "WorkQueueFilter": {
1727 "additionalProperties": false,
1728 "properties": {
1729 "id": {
1730 "anyOf": [
1731 {
1732 "$ref": "#/components/schemas/WorkQueueFilterId"
1733 },
1734 {
1735 "type": "null"
1736 }
1737 ],
1738 },
1739 "name": {
1740 "anyOf": [
1741 {
1742 "$ref": "#/components/schemas/WorkQueueFilterName"
1743 },
1744 {
1745 "type": "null"
1746 }
1747 ],
1748 },
1749 "operator": {
1750 "$ref": "#/components/schemas/Operator",
1751 }
1752 },
1753 "type": "object"
1754 },
1755 "WorkQueueFilterId": {
1756 "additionalProperties": false,
1757 "properties": {
1758 "any_": {
1759 "anyOf": [
1760 {
1761 "items": {
1762 "format": "uuid",
1763 "type": "string"
1764 },
1765 "type": "array"
1766 },
1767 {
1768 "type": "null"
1769 }
1770 ],
1771 }
1772 },
1773 "type": "object"
1774 },
1775 "WorkQueueFilterName": {
1776 "additionalProperties": false,
1777 "properties": {
1778 "any_": {
1779 "anyOf": [
1780 {
1781 "items": {
1782 "type": "string"
1783 },
1784 "type": "array"
1785 },
1786 {
1787 "type": "null"
1788 }
1789 ],
1790 "examples": [
1791 [
1792 "wq-1",
1793 "wq-2"
1794 ]
1795 ],
1796 },
1797 "startswith_": {
1798 "anyOf": [
1799 {
1800 "items": {
1801 "type": "string"
1802 },
1803 "type": "array"
1804 },
1805 {
1806 "type": "null"
1807 }
1808 ],
1809 "examples": [
1810 [
1811 "marvin",
1812 "Marvin-robot"
1813 ]
1814 ],
1815 }
1816 },
1817 "type": "object"
1818 }
1819 }
1820 }
1821}
Responses
seen average

200
Successful Response
1 16.01ms
422
Validation Error
893 2.09ms
default
Default
734 7.03ms
Examples
21 of 21 covered

Body: application/json
operator.default
 
"and_"
 
sort.default
 
"ID_DESC"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
offset.default
 
0
 
operator.default
 
"and_"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json545 of 546 keywords covered
1{
2 "$ref": "#/components/schemas/Body_flow_run_history_flow_runs_history_post",
3 "components": {
4 "schemas": {
5 "Body_flow_run_history_flow_runs_history_post": {
6 "properties": {
7 "deployments": {
8 "anyOf": [
9 {
10 "$ref": "#/components/schemas/DeploymentFilter"
11 },
12 {
13 "type": "null"
14 }
15 ]
16 },
17 "flow_runs": {
18 "anyOf": [
19 {
20 "$ref": "#/components/schemas/FlowRunFilter"
21 },
22 {
23 "type": "null"
24 }
25 ]
26 },
27 "flows": {
28 "anyOf": [
29 {
30 "$ref": "#/components/schemas/FlowFilter"
31 },
32 {
33 "type": "null"
34 }
35 ]
36 },
37 "history_end": {
38 "format": "date-time",
39 "type": "string"
40 },
41 "history_interval": {
Missing tests
42
"format": "time-delta",
43 "type": "number"
44 },
45 "history_start": {
46 "format": "date-time",
47 "type": "string"
48 },
49 "task_runs": {
50 "anyOf": [
51 {
52 "$ref": "#/components/schemas/TaskRunFilter"
53 },
54 {
55 "type": "null"
56 }
57 ]
58 },
59 "work_pools": {
60 "anyOf": [
61 {
62 "$ref": "#/components/schemas/WorkPoolFilter"
63 },
64 {
65 "type": "null"
66 }
67 ]
68 },
69 "work_queues": {
70 "anyOf": [
71 {
72 "$ref": "#/components/schemas/WorkQueueFilter"
73 },
74 {
75 "type": "null"
76 }
77 ]
78 }
79 },
80 "required": [
81 "history_start",
82 "history_end",
83 "history_interval"
84 ],
85 "type": "object"
86 },
87 "DeploymentFilter": {
88 "additionalProperties": false,
89 "properties": {
90 "concurrency_limit": {
91 "anyOf": [
92 {
93 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
94 },
95 {
96 "type": "null"
97 }
98 ],
99 "deprecated": true,
100 },
101 "flow_or_deployment_name": {
102 "anyOf": [
103 {
104 "$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
105 },
106 {
107 "type": "null"
108 }
109 ],
110 },
111 "id": {
112 "anyOf": [
113 {
114 "$ref": "#/components/schemas/DeploymentFilterId"
115 },
116 {
117 "type": "null"
118 }
119 ],
120 },
121 "name": {
122 "anyOf": [
123 {
124 "$ref": "#/components/schemas/DeploymentFilterName"
125 },
126 {
127 "type": "null"
128 }
129 ],
130 },
131 "operator": {
132 "$ref": "#/components/schemas/Operator",
133 },
134 "paused": {
135 "anyOf": [
136 {
137 "$ref": "#/components/schemas/DeploymentFilterPaused"
138 },
139 {
140 "type": "null"
141 }
142 ],
143 },
144 "tags": {
145 "anyOf": [
146 {
147 "$ref": "#/components/schemas/DeploymentFilterTags"
148 },
149 {
150 "type": "null"
151 }
152 ],
153 },
154 "work_queue_name": {
155 "anyOf": [
156 {
157 "$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
158 },
159 {
160 "type": "null"
161 }
162 ],
163 }
164 },
165 "type": "object"
166 },
167 "DeploymentFilterConcurrencyLimit": {
168 "additionalProperties": false,
169 "properties": {
170 "ge_": {
171 "anyOf": [
172 {
173 "type": "integer"
174 },
175 {
176 "type": "null"
177 }
178 ],
179 },
180 "is_null_": {
181 "anyOf": [
182 {
183 "type": "boolean"
184 },
185 {
186 "type": "null"
187 }
188 ],
189 },
190 "le_": {
191 "anyOf": [
192 {
193 "type": "integer"
194 },
195 {
196 "type": "null"
197 }
198 ],
199 }
200 },
201 "type": "object"
202 },
203 "DeploymentFilterId": {
204 "additionalProperties": false,
205 "properties": {
206 "any_": {
207 "anyOf": [
208 {
209 "items": {
210 "format": "uuid",
211 "type": "string"
212 },
213 "type": "array"
214 },
215 {
216 "type": "null"
217 }
218 ],
219 },
220 "not_any_": {
221 "anyOf": [
222 {
223 "items": {
224 "format": "uuid",
225 "type": "string"
226 },
227 "type": "array"
228 },
229 {
230 "type": "null"
231 }
232 ],
233 }
234 },
235 "type": "object"
236 },
237 "DeploymentFilterName": {
238 "additionalProperties": false,
239 "properties": {
240 "any_": {
241 "anyOf": [
242 {
243 "items": {
244 "type": "string"
245 },
246 "type": "array"
247 },
248 {
249 "type": "null"
250 }
251 ],
252 "examples": [
253 [
254 "my-deployment-1",
255 "my-deployment-2"
256 ]
257 ],
258 },
259 "like_": {
260 "anyOf": [
261 {
262 "type": "string"
263 },
264 {
265 "type": "null"
266 }
267 ],
268 "examples": [
269 "marvin"
270 ],
271 }
272 },
273 "type": "object"
274 },
275 "DeploymentFilterPaused": {
276 "additionalProperties": false,
277 "properties": {
278 "eq_": {
279 "anyOf": [
280 {
281 "type": "boolean"
282 },
283 {
284 "type": "null"
285 }
286 ],
287 }
288 },
289 "type": "object"
290 },
291 "DeploymentFilterTags": {
292 "additionalProperties": false,
293 "properties": {
294 "all_": {
295 "anyOf": [
296 {
297 "items": {
298 "type": "string"
299 },
300 "type": "array"
301 },
302 {
303 "type": "null"
304 }
305 ],
306 "examples": [
307 [
308 "tag-1",
309 "tag-2"
310 ]
311 ],
312 },
313 "any_": {
314 "anyOf": [
315 {
316 "items": {
317 "type": "string"
318 },
319 "type": "array"
320 },
321 {
322 "type": "null"
323 }
324 ],
325 "examples": [
326 [
327 "tag-1",
328 "tag-2"
329 ]
330 ],
331 },
332 "is_null_": {
333 "anyOf": [
334 {
335 "type": "boolean"
336 },
337 {
338 "type": "null"
339 }
340 ],
341 },
342 "operator": {
343 "$ref": "#/components/schemas/Operator",
344 }
345 },
346 "type": "object"
347 },
348 "DeploymentFilterWorkQueueName": {
349 "additionalProperties": false,
350 "properties": {
351 "any_": {
352 "anyOf": [
353 {
354 "items": {
355 "type": "string"
356 },
357 "type": "array"
358 },
359 {
360 "type": "null"
361 }
362 ],
363 "examples": [
364 [
365 "work_queue_1",
366 "work_queue_2"
367 ]
368 ],
369 }
370 },
371 "type": "object"
372 },
373 "DeploymentOrFlowNameFilter": {
374 "additionalProperties": false,
375 "properties": {
376 "like_": {
377 "anyOf": [
378 {
379 "type": "string"
380 },
381 {
382 "type": "null"
383 }
384 ],
385 }
386 },
387 "type": "object"
388 },
389 "FlowFilter": {
390 "additionalProperties": false,
391 "properties": {
392 "deployment": {
393 "anyOf": [
394 {
395 "$ref": "#/components/schemas/FlowFilterDeployment"
396 },
397 {
398 "type": "null"
399 }
400 ],
401 },
402 "id": {
403 "anyOf": [
404 {
405 "$ref": "#/components/schemas/FlowFilterId"
406 },
407 {
408 "type": "null"
409 }
410 ],
411 },
412 "name": {
413 "anyOf": [
414 {
415 "$ref": "#/components/schemas/FlowFilterName"
416 },
417 {
418 "type": "null"
419 }
420 ],
421 },
422 "operator": {
423 "$ref": "#/components/schemas/Operator",
424 },
425 "tags": {
426 "anyOf": [
427 {
428 "$ref": "#/components/schemas/FlowFilterTags"
429 },
430 {
431 "type": "null"
432 }
433 ],
434 }
435 },
436 "type": "object"
437 },
438 "FlowFilterDeployment": {
439 "additionalProperties": false,
440 "properties": {
441 "is_null_": {
442 "anyOf": [
443 {
444 "type": "boolean"
445 },
446 {
447 "type": "null"
448 }
449 ],
450 },
451 "operator": {
452 "$ref": "#/components/schemas/Operator",
453 }
454 },
455 "type": "object"
456 },
457 "FlowFilterId": {
458 "additionalProperties": false,
459 "properties": {
460 "any_": {
461 "anyOf": [
462 {
463 "items": {
464 "format": "uuid",
465 "type": "string"
466 },
467 "type": "array"
468 },
469 {
470 "type": "null"
471 }
472 ],
473 }
474 },
475 "type": "object"
476 },
477 "FlowFilterName": {
478 "additionalProperties": false,
479 "properties": {
480 "any_": {
481 "anyOf": [
482 {
483 "items": {
484 "type": "string"
485 },
486 "type": "array"
487 },
488 {
489 "type": "null"
490 }
491 ],
492 "examples": [
493 [
494 "my-flow-1",
495 "my-flow-2"
496 ]
497 ],
498 },
499 "like_": {
500 "anyOf": [
501 {
502 "type": "string"
503 },
504 {
505 "type": "null"
506 }
507 ],
508 "examples": [
509 "marvin"
510 ],
511 }
512 },
513 "type": "object"
514 },
515 "FlowFilterTags": {
516 "additionalProperties": false,
517 "properties": {
518 "all_": {
519 "anyOf": [
520 {
521 "items": {
522 "type": "string"
523 },
524 "type": "array"
525 },
526 {
527 "type": "null"
528 }
529 ],
530 "examples": [
531 [
532 "tag-1",
533 "tag-2"
534 ]
535 ],
536 },
537 "is_null_": {
538 "anyOf": [
539 {
540 "type": "boolean"
541 },
542 {
543 "type": "null"
544 }
545 ],
546 },
547 "operator": {
548 "$ref": "#/components/schemas/Operator",
549 }
550 },
551 "type": "object"
552 },
553 "FlowRunFilter": {
554 "additionalProperties": false,
555 "properties": {
556 "deployment_id": {
557 "anyOf": [
558 {
559 "$ref": "#/components/schemas/FlowRunFilterDeploymentId"
560 },
561 {
562 "type": "null"
563 }
564 ],
565 },
566 "end_time": {
567 "anyOf": [
568 {
569 "$ref": "#/components/schemas/FlowRunFilterEndTime"
570 },
571 {
572 "type": "null"
573 }
574 ],
575 },
576 "expected_start_time": {
577 "anyOf": [
578 {
579 "$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
580 },
581 {
582 "type": "null"
583 }
584 ],
585 },
586 "flow_version": {
587 "anyOf": [
588 {
589 "$ref": "#/components/schemas/FlowRunFilterFlowVersion"
590 },
591 {
592 "type": "null"
593 }
594 ],
595 },
596 "id": {
597 "anyOf": [
598 {
599 "$ref": "#/components/schemas/FlowRunFilterId"
600 },
601 {
602 "type": "null"
603 }
604 ],
605 },
606 "idempotency_key": {
607 "anyOf": [
608 {
609 "$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
610 },
611 {
612 "type": "null"
613 }
614 ],
615 },
616 "name": {
617 "anyOf": [
618 {
619 "$ref": "#/components/schemas/FlowRunFilterName"
620 },
621 {
622 "type": "null"
623 }
624 ],
625 },
626 "next_scheduled_start_time": {
627 "anyOf": [
628 {
629 "$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
630 },
631 {
632 "type": "null"
633 }
634 ],
635 },
636 "operator": {
637 "$ref": "#/components/schemas/Operator",
638 },
639 "parent_flow_run_id": {
640 "anyOf": [
641 {
642 "$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
643 },
644 {
645 "type": "null"
646 }
647 ],
648 },
649 "parent_task_run_id": {
650 "anyOf": [
651 {
652 "$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
653 },
654 {
655 "type": "null"
656 }
657 ],
658 },
659 "start_time": {
660 "anyOf": [
661 {
662 "$ref": "#/components/schemas/FlowRunFilterStartTime"
663 },
664 {
665 "type": "null"
666 }
667 ],
668 },
669 "state": {
670 "anyOf": [
671 {
672 "$ref": "#/components/schemas/FlowRunFilterState"
673 },
674 {
675 "type": "null"
676 }
677 ],
678 },
679 "tags": {
680 "anyOf": [
681 {
682 "$ref": "#/components/schemas/FlowRunFilterTags"
683 },
684 {
685 "type": "null"
686 }
687 ],
688 },
689 "work_queue_name": {
690 "anyOf": [
691 {
692 "$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
693 },
694 {
695 "type": "null"
696 }
697 ],
698 }
699 },
700 "type": "object"
701 },
702 "FlowRunFilterDeploymentId": {
703 "additionalProperties": false,
704 "properties": {
705 "any_": {
706 "anyOf": [
707 {
708 "items": {
709 "format": "uuid",
710 "type": "string"
711 },
712 "type": "array"
713 },
714 {
715 "type": "null"
716 }
717 ],
718 },
719 "is_null_": {
720 "anyOf": [
721 {
722 "type": "boolean"
723 },
724 {
725 "type": "null"
726 }
727 ],
728 },
729 "operator": {
730 "$ref": "#/components/schemas/Operator",
731 }
732 },
733 "type": "object"
734 },
735 "FlowRunFilterEndTime": {
736 "additionalProperties": false,
737 "properties": {
738 "after_": {
739 "anyOf": [
740 {
741 "format": "date-time",
742 "type": "string"
743 },
744 {
745 "type": "null"
746 }
747 ],
748 },
749 "before_": {
750 "anyOf": [
751 {
752 "format": "date-time",
753 "type": "string"
754 },
755 {
756 "type": "null"
757 }
758 ],
759 },
760 "is_null_": {
761 "anyOf": [
762 {
763 "type": "boolean"
764 },
765 {
766 "type": "null"
767 }
768 ],
769 }
770 },
771 "type": "object"
772 },
773 "FlowRunFilterExpectedStartTime": {
774 "additionalProperties": false,
775 "properties": {
776 "after_": {
777 "anyOf": [
778 {
779 "format": "date-time",
780 "type": "string"
781 },
782 {
783 "type": "null"
784 }
785 ],
786 },
787 "before_": {
788 "anyOf": [
789 {
790 "format": "date-time",
791 "type": "string"
792 },
793 {
794 "type": "null"
795 }
796 ],
797 }
798 },
799 "type": "object"
800 },
801 "FlowRunFilterFlowVersion": {
802 "additionalProperties": false,
803 "properties": {
804 "any_": {
805 "anyOf": [
806 {
807 "items": {
808 "type": "string"
809 },
810 "type": "array"
811 },
812 {
813 "type": "null"
814 }
815 ],
816 }
817 },
818 "type": "object"
819 },
820 "FlowRunFilterId": {
821 "additionalProperties": false,
822 "properties": {
823 "any_": {
824 "anyOf": [
825 {
826 "items": {
827 "format": "uuid",
828 "type": "string"
829 },
830 "type": "array"
831 },
832 {
833 "type": "null"
834 }
835 ],
836 },
837 "not_any_": {
838 "anyOf": [
839 {
840 "items": {
841 "format": "uuid",
842 "type": "string"
843 },
844 "type": "array"
845 },
846 {
847 "type": "null"
848 }
849 ],
850 }
851 },
852 "type": "object"
853 },
854 "FlowRunFilterIdempotencyKey": {
855 "additionalProperties": false,
856 "properties": {
857 "any_": {
858 "anyOf": [
859 {
860 "items": {
861 "type": "string"
862 },
863 "type": "array"
864 },
865 {
866 "type": "null"
867 }
868 ],
869 },
870 "not_any_": {
871 "anyOf": [
872 {
873 "items": {
874 "type": "string"
875 },
876 "type": "array"
877 },
878 {
879 "type": "null"
880 }
881 ],
882 }
883 },
884 "type": "object"
885 },
886 "FlowRunFilterName": {
887 "additionalProperties": false,
888 "properties": {
889 "any_": {
890 "anyOf": [
891 {
892 "items": {
893 "type": "string"
894 },
895 "type": "array"
896 },
897 {
898 "type": "null"
899 }
900 ],
901 "examples": [
902 [
903 "my-flow-run-1",
904 "my-flow-run-2"
905 ]
906 ],
907 },
908 "like_": {
909 "anyOf": [
910 {
911 "type": "string"
912 },
913 {
914 "type": "null"
915 }
916 ],
917 "examples": [
918 "marvin"
919 ],
920 }
921 },
922 "type": "object"
923 },
924 "FlowRunFilterNextScheduledStartTime": {
925 "additionalProperties": false,
926 "properties": {
927 "after_": {
928 "anyOf": [
929 {
930 "format": "date-time",
931 "type": "string"
932 },
933 {
934 "type": "null"
935 }
936 ],
937 },
938 "before_": {
939 "anyOf": [
940 {
941 "format": "date-time",
942 "type": "string"
943 },
944 {
945 "type": "null"
946 }
947 ],
948 }
949 },
950 "type": "object"
951 },
952 "FlowRunFilterParentFlowRunId": {
953 "additionalProperties": false,
954 "properties": {
955 "any_": {
956 "anyOf": [
957 {
958 "items": {
959 "format": "uuid",
960 "type": "string"
961 },
962 "type": "array"
963 },
964 {
965 "type": "null"
966 }
967 ],
968 },
969 "operator": {
970 "$ref": "#/components/schemas/Operator",
971 }
972 },
973 "type": "object"
974 },
975 "FlowRunFilterParentTaskRunId": {
976 "additionalProperties": false,
977 "properties": {
978 "any_": {
979 "anyOf": [
980 {
981 "items": {
982 "format": "uuid",
983 "type": "string"
984 },
985 "type": "array"
986 },
987 {
988 "type": "null"
989 }
990 ],
991 },
992 "is_null_": {
993 "anyOf": [
994 {
995 "type": "boolean"
996 },
997 {
998 "type": "null"
999 }
1000 ],
1001 },
1002 "operator": {
1003 "$ref": "#/components/schemas/Operator",
1004 }
1005 },
1006 "type": "object"
1007 },
1008 "FlowRunFilterStartTime": {
1009 "additionalProperties": false,
1010 "properties": {
1011 "after_": {
1012 "anyOf": [
1013 {
1014 "format": "date-time",
1015 "type": "string"
1016 },
1017 {
1018 "type": "null"
1019 }
1020 ],
1021 },
1022 "before_": {
1023 "anyOf": [
1024 {
1025 "format": "date-time",
1026 "type": "string"
1027 },
1028 {
1029 "type": "null"
1030 }
1031 ],
1032 },
1033 "is_null_": {
1034 "anyOf": [
1035 {
1036 "type": "boolean"
1037 },
1038 {
1039 "type": "null"
1040 }
1041 ],
1042 }
1043 },
1044 "type": "object"
1045 },
1046 "FlowRunFilterState": {
1047 "additionalProperties": false,
1048 "properties": {
1049 "name": {
1050 "anyOf": [
1051 {
1052 "$ref": "#/components/schemas/FlowRunFilterStateName"
1053 },
1054 {
1055 "type": "null"
1056 }
1057 ],
1058 },
1059 "operator": {
1060 "$ref": "#/components/schemas/Operator",
1061 },
1062 "type": {
1063 "anyOf": [
1064 {
1065 "$ref": "#/components/schemas/FlowRunFilterStateType"
1066 },
1067 {
1068 "type": "null"
1069 }
1070 ],
1071 }
1072 },
1073 "type": "object"
1074 },
1075 "FlowRunFilterStateName": {
1076 "additionalProperties": false,
1077 "properties": {
1078 "any_": {
1079 "anyOf": [
1080 {
1081 "items": {
1082 "type": "string"
1083 },
1084 "type": "array"
1085 },
1086 {
1087 "type": "null"
1088 }
1089 ],
1090 },
1091 "not_any_": {
1092 "anyOf": [
1093 {
1094 "items": {
1095 "type": "string"
1096 },
1097 "type": "array"
1098 },
1099 {
1100 "type": "null"
1101 }
1102 ],
1103 }
1104 },
1105 "type": "object"
1106 },
1107 "FlowRunFilterStateType": {
1108 "additionalProperties": false,
1109 "properties": {
1110 "any_": {
1111 "anyOf": [
1112 {
1113 "items": {
1114 "$ref": "#/components/schemas/StateType"
1115 },
1116 "type": "array"
1117 },
1118 {
1119 "type": "null"
1120 }
1121 ],
1122 },
1123 "not_any_": {
1124 "anyOf": [
1125 {
1126 "items": {
1127 "$ref": "#/components/schemas/StateType"
1128 },
1129 "type": "array"
1130 },
1131 {
1132 "type": "null"
1133 }
1134 ],
1135 }
1136 },
1137 "type": "object"
1138 },
1139 "FlowRunFilterTags": {
1140 "additionalProperties": false,
1141 "properties": {
1142 "all_": {
1143 "anyOf": [
1144 {
1145 "items": {
1146 "type": "string"
1147 },
1148 "type": "array"
1149 },
1150 {
1151 "type": "null"
1152 }
1153 ],
1154 "examples": [
1155 [
1156 "tag-1",
1157 "tag-2"
1158 ]
1159 ],
1160 },
1161 "any_": {
1162 "anyOf": [
1163 {
1164 "items": {
1165 "type": "string"
1166 },
1167 "type": "array"
1168 },
1169 {
1170 "type": "null"
1171 }
1172 ],
1173 "examples": [
1174 [
1175 "tag-1",
1176 "tag-2"
1177 ]
1178 ],
1179 },
1180 "is_null_": {
1181 "anyOf": [
1182 {
1183 "type": "boolean"
1184 },
1185 {
1186 "type": "null"
1187 }
1188 ],
1189 },
1190 "operator": {
1191 "$ref": "#/components/schemas/Operator",
1192 }
1193 },
1194 "type": "object"
1195 },
1196 "FlowRunFilterWorkQueueName": {
1197 "additionalProperties": false,
1198 "properties": {
1199 "any_": {
1200 "anyOf": [
1201 {
1202 "items": {
1203 "type": "string"
1204 },
1205 "type": "array"
1206 },
1207 {
1208 "type": "null"
1209 }
1210 ],
1211 "examples": [
1212 [
1213 "work_queue_1",
1214 "work_queue_2"
1215 ]
1216 ],
1217 },
1218 "is_null_": {
1219 "anyOf": [
1220 {
1221 "type": "boolean"
1222 },
1223 {
1224 "type": "null"
1225 }
1226 ],
1227 },
1228 "operator": {
1229 "$ref": "#/components/schemas/Operator",
1230 }
1231 },
1232 "type": "object"
1233 },
1234 "Operator": {
1235 "enum": [
1236 "and_",
1237 "or_"
1238 ],
1239 "type": "string"
1240 },
1241 "StateType": {
1242 "enum": [
1243 "SCHEDULED",
1244 "PENDING",
1245 "RUNNING",
1246 "COMPLETED",
1247 "FAILED",
1248 "CANCELLED",
1249 "CRASHED",
1250 "PAUSED",
1251 "CANCELLING"
1252 ],
1253 "type": "string"
1254 },
1255 "TaskRunFilter": {
1256 "additionalProperties": false,
1257 "properties": {
1258 "expected_start_time": {
1259 "anyOf": [
1260 {
1261 "$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1262 },
1263 {
1264 "type": "null"
1265 }
1266 ],
1267 },
1268 "flow_run_id": {
1269 "anyOf": [
1270 {
1271 "$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1272 },
1273 {
1274 "type": "null"
1275 }
1276 ],
1277 },
1278 "id": {
1279 "anyOf": [
1280 {
1281 "$ref": "#/components/schemas/TaskRunFilterId"
1282 },
1283 {
1284 "type": "null"
1285 }
1286 ],
1287 },
1288 "name": {
1289 "anyOf": [
1290 {
1291 "$ref": "#/components/schemas/TaskRunFilterName"
1292 },
1293 {
1294 "type": "null"
1295 }
1296 ],
1297 },
1298 "operator": {
1299 "$ref": "#/components/schemas/Operator",
1300 },
1301 "start_time": {
1302 "anyOf": [
1303 {
1304 "$ref": "#/components/schemas/TaskRunFilterStartTime"
1305 },
1306 {
1307 "type": "null"
1308 }
1309 ],
1310 },
1311 "state": {
1312 "anyOf": [
1313 {
1314 "$ref": "#/components/schemas/TaskRunFilterState"
1315 },
1316 {
1317 "type": "null"
1318 }
1319 ],
1320 },
1321 "subflow_runs": {
1322 "anyOf": [
1323 {
1324 "$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1325 },
1326 {
1327 "type": "null"
1328 }
1329 ],
1330 },
1331 "tags": {
1332 "anyOf": [
1333 {
1334 "$ref": "#/components/schemas/TaskRunFilterTags"
1335 },
1336 {
1337 "type": "null"
1338 }
1339 ],
1340 }
1341 },
1342 "type": "object"
1343 },
1344 "TaskRunFilterExpectedStartTime": {
1345 "additionalProperties": false,
1346 "properties": {
1347 "after_": {
1348 "anyOf": [
1349 {
1350 "format": "date-time",
1351 "type": "string"
1352 },
1353 {
1354 "type": "null"
1355 }
1356 ],
1357 },
1358 "before_": {
1359 "anyOf": [
1360 {
1361 "format": "date-time",
1362 "type": "string"
1363 },
1364 {
1365 "type": "null"
1366 }
1367 ],
1368 }
1369 },
1370 "type": "object"
1371 },
1372 "TaskRunFilterFlowRunId": {
1373 "additionalProperties": false,
1374 "properties": {
1375 "any_": {
1376 "anyOf": [
1377 {
1378 "items": {
1379 "format": "uuid",
1380 "type": "string"
1381 },
1382 "type": "array"
1383 },
1384 {
1385 "type": "null"
1386 }
1387 ],
1388 },
1389 "is_null_": {
1390 "anyOf": [
1391 {
1392 "type": "boolean"
1393 },
1394 {
1395 "type": "null"
1396 }
1397 ],
1398 },
1399 "operator": {
1400 "$ref": "#/components/schemas/Operator",
1401 }
1402 },
1403 "type": "object"
1404 },
1405 "TaskRunFilterId": {
1406 "additionalProperties": false,
1407 "properties": {
1408 "any_": {
1409 "anyOf": [
1410 {
1411 "items": {
1412 "format": "uuid",
1413 "type": "string"
1414 },
1415 "type": "array"
1416 },
1417 {
1418 "type": "null"
1419 }
1420 ],
1421 }
1422 },
1423 "type": "object"
1424 },
1425 "TaskRunFilterName": {
1426 "additionalProperties": false,
1427 "properties": {
1428 "any_": {
1429 "anyOf": [
1430 {
1431 "items": {
1432 "type": "string"
1433 },
1434 "type": "array"
1435 },
1436 {
1437 "type": "null"
1438 }
1439 ],
1440 "examples": [
1441 [
1442 "my-task-run-1",
1443 "my-task-run-2"
1444 ]
1445 ],
1446 },
1447 "like_": {
1448 "anyOf": [
1449 {
1450 "type": "string"
1451 },
1452 {
1453 "type": "null"
1454 }
1455 ],
1456 "examples": [
1457 "marvin"
1458 ],
1459 }
1460 },
1461 "type": "object"
1462 },
1463 "TaskRunFilterStartTime": {
1464 "additionalProperties": false,
1465 "properties": {
1466 "after_": {
1467 "anyOf": [
1468 {
1469 "format": "date-time",
1470 "type": "string"
1471 },
1472 {
1473 "type": "null"
1474 }
1475 ],
1476 },
1477 "before_": {
1478 "anyOf": [
1479 {
1480 "format": "date-time",
1481 "type": "string"
1482 },
1483 {
1484 "type": "null"
1485 }
1486 ],
1487 },
1488 "is_null_": {
1489 "anyOf": [
1490 {
1491 "type": "boolean"
1492 },
1493 {
1494 "type": "null"
1495 }
1496 ],
1497 }
1498 },
1499 "type": "object"
1500 },
1501 "TaskRunFilterState": {
1502 "additionalProperties": false,
1503 "properties": {
1504 "name": {
1505 "anyOf": [
1506 {
1507 "$ref": "#/components/schemas/TaskRunFilterStateName"
1508 },
1509 {
1510 "type": "null"
1511 }
1512 ],
1513 },
1514 "operator": {
1515 "$ref": "#/components/schemas/Operator",
1516 },
1517 "type": {
1518 "anyOf": [
1519 {
1520 "$ref": "#/components/schemas/TaskRunFilterStateType"
1521 },
1522 {
1523 "type": "null"
1524 }
1525 ],
1526 }
1527 },
1528 "type": "object"
1529 },
1530 "TaskRunFilterStateName": {
1531 "additionalProperties": false,
1532 "properties": {
1533 "any_": {
1534 "anyOf": [
1535 {
1536 "items": {
1537 "type": "string"
1538 },
1539 "type": "array"
1540 },
1541 {
1542 "type": "null"
1543 }
1544 ],
1545 }
1546 },
1547 "type": "object"
1548 },
1549 "TaskRunFilterStateType": {
1550 "additionalProperties": false,
1551 "properties": {
1552 "any_": {
1553 "anyOf": [
1554 {
1555 "items": {
1556 "$ref": "#/components/schemas/StateType"
1557 },
1558 "type": "array"
1559 },
1560 {
1561 "type": "null"
1562 }
1563 ],
1564 }
1565 },
1566 "type": "object"
1567 },
1568 "TaskRunFilterSubFlowRuns": {
1569 "additionalProperties": false,
1570 "properties": {
1571 "exists_": {
1572 "anyOf": [
1573 {
1574 "type": "boolean"
1575 },
1576 {
1577 "type": "null"
1578 }
1579 ],
1580 }
1581 },
1582 "type": "object"
1583 },
1584 "TaskRunFilterTags": {
1585 "additionalProperties": false,
1586 "properties": {
1587 "all_": {
1588 "anyOf": [
1589 {
1590 "items": {
1591 "type": "string"
1592 },
1593 "type": "array"
1594 },
1595 {
1596 "type": "null"
1597 }
1598 ],
1599 "examples": [
1600 [
1601 "tag-1",
1602 "tag-2"
1603 ]
1604 ],
1605 },
1606 "is_null_": {
1607 "anyOf": [
1608 {
1609 "type": "boolean"
1610 },
1611 {
1612 "type": "null"
1613 }
1614 ],
1615 },
1616 "operator": {
1617 "$ref": "#/components/schemas/Operator",
1618 }
1619 },
1620 "type": "object"
1621 },
1622 "WorkPoolFilter": {
1623 "additionalProperties": false,
1624 "properties": {
1625 "id": {
1626 "anyOf": [
1627 {
1628 "$ref": "#/components/schemas/WorkPoolFilterId"
1629 },
1630 {
1631 "type": "null"
1632 }
1633 ],
1634 },
1635 "name": {
1636 "anyOf": [
1637 {
1638 "$ref": "#/components/schemas/WorkPoolFilterName"
1639 },
1640 {
1641 "type": "null"
1642 }
1643 ],
1644 },
1645 "operator": {
1646 "$ref": "#/components/schemas/Operator",
1647 },
1648 "type": {
1649 "anyOf": [
1650 {
1651 "$ref": "#/components/schemas/WorkPoolFilterType"
1652 },
1653 {
1654 "type": "null"
1655 }
1656 ],
1657 }
1658 },
1659 "type": "object"
1660 },
1661 "WorkPoolFilterId": {
1662 "additionalProperties": false,
1663 "properties": {
1664 "any_": {
1665 "anyOf": [
1666 {
1667 "items": {
1668 "format": "uuid",
1669 "type": "string"
1670 },
1671 "type": "array"
1672 },
1673 {
1674 "type": "null"
1675 }
1676 ],
1677 }
1678 },
1679 "type": "object"
1680 },
1681 "WorkPoolFilterName": {
1682 "additionalProperties": false,
1683 "properties": {
1684 "any_": {
1685 "anyOf": [
1686 {
1687 "items": {
1688 "type": "string"
1689 },
1690 "type": "array"
1691 },
1692 {
1693 "type": "null"
1694 }
1695 ],
1696 }
1697 },
1698 "type": "object"
1699 },
1700 "WorkPoolFilterType": {
1701 "additionalProperties": false,
1702 "properties": {
1703 "any_": {
1704 "anyOf": [
1705 {
1706 "items": {
1707 "type": "string"
1708 },
1709 "type": "array"
1710 },
1711 {
1712 "type": "null"
1713 }
1714 ],
1715 }
1716 },
1717 "type": "object"
1718 },
1719 "WorkQueueFilter": {
1720 "additionalProperties": false,
1721 "properties": {
1722 "id": {
1723 "anyOf": [
1724 {
1725 "$ref": "#/components/schemas/WorkQueueFilterId"
1726 },
1727 {
1728 "type": "null"
1729 }
1730 ],
1731 },
1732 "name": {
1733 "anyOf": [
1734 {
1735 "$ref": "#/components/schemas/WorkQueueFilterName"
1736 },
1737 {
1738 "type": "null"
1739 }
1740 ],
1741 },
1742 "operator": {
1743 "$ref": "#/components/schemas/Operator",
1744 }
1745 },
1746 "type": "object"
1747 },
1748 "WorkQueueFilterId": {
1749 "additionalProperties": false,
1750 "properties": {
1751 "any_": {
1752 "anyOf": [
1753 {
1754 "items": {
1755 "format": "uuid",
1756 "type": "string"
1757 },
1758 "type": "array"
1759 },
1760 {
1761 "type": "null"
1762 }
1763 ],
1764 }
1765 },
1766 "type": "object"
1767 },
1768 "WorkQueueFilterName": {
1769 "additionalProperties": false,
1770 "properties": {
1771 "any_": {
1772 "anyOf": [
1773 {
1774 "items": {
1775 "type": "string"
1776 },
1777 "type": "array"
1778 },
1779 {
1780 "type": "null"
1781 }
1782 ],
1783 "examples": [
1784 [
1785 "wq-1",
1786 "wq-2"
1787 ]
1788 ],
1789 },
1790 "startswith_": {
1791 "anyOf": [
1792 {
1793 "items": {
1794 "type": "string"
1795 },
1796 "type": "array"
1797 },
1798 {
1799 "type": "null"
1800 }
1801 ],
1802 "examples": [
1803 [
1804 "marvin",
1805 "Marvin-robot"
1806 ]
1807 ],
1808 }
1809 },
1810 "type": "object"
1811 }
1812 }
1813 }
1814}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
1778 2.34ms
default
Default
85 1.86ms
Examples
19 of 19 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json539 of 539 keywords covered
1{
2 "$ref": "#/components/schemas/Body_average_flow_run_lateness_flow_runs_lateness_post",
3 "components": {
4 "schemas": {
5 "Body_average_flow_run_lateness_flow_runs_lateness_post": {
6 "properties": {
7 "deployments": {
8 "anyOf": [
9 {
10 "$ref": "#/components/schemas/DeploymentFilter"
11 },
12 {
13 "type": "null"
14 }
15 ]
16 },
17 "flow_runs": {
18 "anyOf": [
19 {
20 "$ref": "#/components/schemas/FlowRunFilter"
21 },
22 {
23 "type": "null"
24 }
25 ]
26 },
27 "flows": {
28 "anyOf": [
29 {
30 "$ref": "#/components/schemas/FlowFilter"
31 },
32 {
33 "type": "null"
34 }
35 ]
36 },
37 "task_runs": {
38 "anyOf": [
39 {
40 "$ref": "#/components/schemas/TaskRunFilter"
41 },
42 {
43 "type": "null"
44 }
45 ]
46 },
47 "work_pool_queues": {
48 "anyOf": [
49 {
50 "$ref": "#/components/schemas/WorkQueueFilter"
51 },
52 {
53 "type": "null"
54 }
55 ]
56 },
57 "work_pools": {
58 "anyOf": [
59 {
60 "$ref": "#/components/schemas/WorkPoolFilter"
61 },
62 {
63 "type": "null"
64 }
65 ]
66 }
67 },
68 "type": "object"
69 },
70 "DeploymentFilter": {
71 "additionalProperties": false,
72 "properties": {
73 "concurrency_limit": {
74 "anyOf": [
75 {
76 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
77 },
78 {
79 "type": "null"
80 }
81 ],
82 "deprecated": true,
83 },
84 "flow_or_deployment_name": {
85 "anyOf": [
86 {
87 "$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
88 },
89 {
90 "type": "null"
91 }
92 ],
93 },
94 "id": {
95 "anyOf": [
96 {
97 "$ref": "#/components/schemas/DeploymentFilterId"
98 },
99 {
100 "type": "null"
101 }
102 ],
103 },
104 "name": {
105 "anyOf": [
106 {
107 "$ref": "#/components/schemas/DeploymentFilterName"
108 },
109 {
110 "type": "null"
111 }
112 ],
113 },
114 "operator": {
115 "$ref": "#/components/schemas/Operator",
116 },
117 "paused": {
118 "anyOf": [
119 {
120 "$ref": "#/components/schemas/DeploymentFilterPaused"
121 },
122 {
123 "type": "null"
124 }
125 ],
126 },
127 "tags": {
128 "anyOf": [
129 {
130 "$ref": "#/components/schemas/DeploymentFilterTags"
131 },
132 {
133 "type": "null"
134 }
135 ],
136 },
137 "work_queue_name": {
138 "anyOf": [
139 {
140 "$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
141 },
142 {
143 "type": "null"
144 }
145 ],
146 }
147 },
148 "type": "object"
149 },
150 "DeploymentFilterConcurrencyLimit": {
151 "additionalProperties": false,
152 "properties": {
153 "ge_": {
154 "anyOf": [
155 {
156 "type": "integer"
157 },
158 {
159 "type": "null"
160 }
161 ],
162 },
163 "is_null_": {
164 "anyOf": [
165 {
166 "type": "boolean"
167 },
168 {
169 "type": "null"
170 }
171 ],
172 },
173 "le_": {
174 "anyOf": [
175 {
176 "type": "integer"
177 },
178 {
179 "type": "null"
180 }
181 ],
182 }
183 },
184 "type": "object"
185 },
186 "DeploymentFilterId": {
187 "additionalProperties": false,
188 "properties": {
189 "any_": {
190 "anyOf": [
191 {
192 "items": {
193 "format": "uuid",
194 "type": "string"
195 },
196 "type": "array"
197 },
198 {
199 "type": "null"
200 }
201 ],
202 },
203 "not_any_": {
204 "anyOf": [
205 {
206 "items": {
207 "format": "uuid",
208 "type": "string"
209 },
210 "type": "array"
211 },
212 {
213 "type": "null"
214 }
215 ],
216 }
217 },
218 "type": "object"
219 },
220 "DeploymentFilterName": {
221 "additionalProperties": false,
222 "properties": {
223 "any_": {
224 "anyOf": [
225 {
226 "items": {
227 "type": "string"
228 },
229 "type": "array"
230 },
231 {
232 "type": "null"
233 }
234 ],
235 "examples": [
236 [
237 "my-deployment-1",
238 "my-deployment-2"
239 ]
240 ],
241 },
242 "like_": {
243 "anyOf": [
244 {
245 "type": "string"
246 },
247 {
248 "type": "null"
249 }
250 ],
251 "examples": [
252 "marvin"
253 ],
254 }
255 },
256 "type": "object"
257 },
258 "DeploymentFilterPaused": {
259 "additionalProperties": false,
260 "properties": {
261 "eq_": {
262 "anyOf": [
263 {
264 "type": "boolean"
265 },
266 {
267 "type": "null"
268 }
269 ],
270 }
271 },
272 "type": "object"
273 },
274 "DeploymentFilterTags": {
275 "additionalProperties": false,
276 "properties": {
277 "all_": {
278 "anyOf": [
279 {
280 "items": {
281 "type": "string"
282 },
283 "type": "array"
284 },
285 {
286 "type": "null"
287 }
288 ],
289 "examples": [
290 [
291 "tag-1",
292 "tag-2"
293 ]
294 ],
295 },
296 "any_": {
297 "anyOf": [
298 {
299 "items": {
300 "type": "string"
301 },
302 "type": "array"
303 },
304 {
305 "type": "null"
306 }
307 ],
308 "examples": [
309 [
310 "tag-1",
311 "tag-2"
312 ]
313 ],
314 },
315 "is_null_": {
316 "anyOf": [
317 {
318 "type": "boolean"
319 },
320 {
321 "type": "null"
322 }
323 ],
324 },
325 "operator": {
326 "$ref": "#/components/schemas/Operator",
327 }
328 },
329 "type": "object"
330 },
331 "DeploymentFilterWorkQueueName": {
332 "additionalProperties": false,
333 "properties": {
334 "any_": {
335 "anyOf": [
336 {
337 "items": {
338 "type": "string"
339 },
340 "type": "array"
341 },
342 {
343 "type": "null"
344 }
345 ],
346 "examples": [
347 [
348 "work_queue_1",
349 "work_queue_2"
350 ]
351 ],
352 }
353 },
354 "type": "object"
355 },
356 "DeploymentOrFlowNameFilter": {
357 "additionalProperties": false,
358 "properties": {
359 "like_": {
360 "anyOf": [
361 {
362 "type": "string"
363 },
364 {
365 "type": "null"
366 }
367 ],
368 }
369 },
370 "type": "object"
371 },
372 "FlowFilter": {
373 "additionalProperties": false,
374 "properties": {
375 "deployment": {
376 "anyOf": [
377 {
378 "$ref": "#/components/schemas/FlowFilterDeployment"
379 },
380 {
381 "type": "null"
382 }
383 ],
384 },
385 "id": {
386 "anyOf": [
387 {
388 "$ref": "#/components/schemas/FlowFilterId"
389 },
390 {
391 "type": "null"
392 }
393 ],
394 },
395 "name": {
396 "anyOf": [
397 {
398 "$ref": "#/components/schemas/FlowFilterName"
399 },
400 {
401 "type": "null"
402 }
403 ],
404 },
405 "operator": {
406 "$ref": "#/components/schemas/Operator",
407 },
408 "tags": {
409 "anyOf": [
410 {
411 "$ref": "#/components/schemas/FlowFilterTags"
412 },
413 {
414 "type": "null"
415 }
416 ],
417 }
418 },
419 "type": "object"
420 },
421 "FlowFilterDeployment": {
422 "additionalProperties": false,
423 "properties": {
424 "is_null_": {
425 "anyOf": [
426 {
427 "type": "boolean"
428 },
429 {
430 "type": "null"
431 }
432 ],
433 },
434 "operator": {
435 "$ref": "#/components/schemas/Operator",
436 }
437 },
438 "type": "object"
439 },
440 "FlowFilterId": {
441 "additionalProperties": false,
442 "properties": {
443 "any_": {
444 "anyOf": [
445 {
446 "items": {
447 "format": "uuid",
448 "type": "string"
449 },
450 "type": "array"
451 },
452 {
453 "type": "null"
454 }
455 ],
456 }
457 },
458 "type": "object"
459 },
460 "FlowFilterName": {
461 "additionalProperties": false,
462 "properties": {
463 "any_": {
464 "anyOf": [
465 {
466 "items": {
467 "type": "string"
468 },
469 "type": "array"
470 },
471 {
472 "type": "null"
473 }
474 ],
475 "examples": [
476 [
477 "my-flow-1",
478 "my-flow-2"
479 ]
480 ],
481 },
482 "like_": {
483 "anyOf": [
484 {
485 "type": "string"
486 },
487 {
488 "type": "null"
489 }
490 ],
491 "examples": [
492 "marvin"
493 ],
494 }
495 },
496 "type": "object"
497 },
498 "FlowFilterTags": {
499 "additionalProperties": false,
500 "properties": {
501 "all_": {
502 "anyOf": [
503 {
504 "items": {
505 "type": "string"
506 },
507 "type": "array"
508 },
509 {
510 "type": "null"
511 }
512 ],
513 "examples": [
514 [
515 "tag-1",
516 "tag-2"
517 ]
518 ],
519 },
520 "is_null_": {
521 "anyOf": [
522 {
523 "type": "boolean"
524 },
525 {
526 "type": "null"
527 }
528 ],
529 },
530 "operator": {
531 "$ref": "#/components/schemas/Operator",
532 }
533 },
534 "type": "object"
535 },
536 "FlowRunFilter": {
537 "additionalProperties": false,
538 "properties": {
539 "deployment_id": {
540 "anyOf": [
541 {
542 "$ref": "#/components/schemas/FlowRunFilterDeploymentId"
543 },
544 {
545 "type": "null"
546 }
547 ],
548 },
549 "end_time": {
550 "anyOf": [
551 {
552 "$ref": "#/components/schemas/FlowRunFilterEndTime"
553 },
554 {
555 "type": "null"
556 }
557 ],
558 },
559 "expected_start_time": {
560 "anyOf": [
561 {
562 "$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
563 },
564 {
565 "type": "null"
566 }
567 ],
568 },
569 "flow_version": {
570 "anyOf": [
571 {
572 "$ref": "#/components/schemas/FlowRunFilterFlowVersion"
573 },
574 {
575 "type": "null"
576 }
577 ],
578 },
579 "id": {
580 "anyOf": [
581 {
582 "$ref": "#/components/schemas/FlowRunFilterId"
583 },
584 {
585 "type": "null"
586 }
587 ],
588 },
589 "idempotency_key": {
590 "anyOf": [
591 {
592 "$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
593 },
594 {
595 "type": "null"
596 }
597 ],
598 },
599 "name": {
600 "anyOf": [
601 {
602 "$ref": "#/components/schemas/FlowRunFilterName"
603 },
604 {
605 "type": "null"
606 }
607 ],
608 },
609 "next_scheduled_start_time": {
610 "anyOf": [
611 {
612 "$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
613 },
614 {
615 "type": "null"
616 }
617 ],
618 },
619 "operator": {
620 "$ref": "#/components/schemas/Operator",
621 },
622 "parent_flow_run_id": {
623 "anyOf": [
624 {
625 "$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
626 },
627 {
628 "type": "null"
629 }
630 ],
631 },
632 "parent_task_run_id": {
633 "anyOf": [
634 {
635 "$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
636 },
637 {
638 "type": "null"
639 }
640 ],
641 },
642 "start_time": {
643 "anyOf": [
644 {
645 "$ref": "#/components/schemas/FlowRunFilterStartTime"
646 },
647 {
648 "type": "null"
649 }
650 ],
651 },
652 "state": {
653 "anyOf": [
654 {
655 "$ref": "#/components/schemas/FlowRunFilterState"
656 },
657 {
658 "type": "null"
659 }
660 ],
661 },
662 "tags": {
663 "anyOf": [
664 {
665 "$ref": "#/components/schemas/FlowRunFilterTags"
666 },
667 {
668 "type": "null"
669 }
670 ],
671 },
672 "work_queue_name": {
673 "anyOf": [
674 {
675 "$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
676 },
677 {
678 "type": "null"
679 }
680 ],
681 }
682 },
683 "type": "object"
684 },
685 "FlowRunFilterDeploymentId": {
686 "additionalProperties": false,
687 "properties": {
688 "any_": {
689 "anyOf": [
690 {
691 "items": {
692 "format": "uuid",
693 "type": "string"
694 },
695 "type": "array"
696 },
697 {
698 "type": "null"
699 }
700 ],
701 },
702 "is_null_": {
703 "anyOf": [
704 {
705 "type": "boolean"
706 },
707 {
708 "type": "null"
709 }
710 ],
711 },
712 "operator": {
713 "$ref": "#/components/schemas/Operator",
714 }
715 },
716 "type": "object"
717 },
718 "FlowRunFilterEndTime": {
719 "additionalProperties": false,
720 "properties": {
721 "after_": {
722 "anyOf": [
723 {
724 "format": "date-time",
725 "type": "string"
726 },
727 {
728 "type": "null"
729 }
730 ],
731 },
732 "before_": {
733 "anyOf": [
734 {
735 "format": "date-time",
736 "type": "string"
737 },
738 {
739 "type": "null"
740 }
741 ],
742 },
743 "is_null_": {
744 "anyOf": [
745 {
746 "type": "boolean"
747 },
748 {
749 "type": "null"
750 }
751 ],
752 }
753 },
754 "type": "object"
755 },
756 "FlowRunFilterExpectedStartTime": {
757 "additionalProperties": false,
758 "properties": {
759 "after_": {
760 "anyOf": [
761 {
762 "format": "date-time",
763 "type": "string"
764 },
765 {
766 "type": "null"
767 }
768 ],
769 },
770 "before_": {
771 "anyOf": [
772 {
773 "format": "date-time",
774 "type": "string"
775 },
776 {
777 "type": "null"
778 }
779 ],
780 }
781 },
782 "type": "object"
783 },
784 "FlowRunFilterFlowVersion": {
785 "additionalProperties": false,
786 "properties": {
787 "any_": {
788 "anyOf": [
789 {
790 "items": {
791 "type": "string"
792 },
793 "type": "array"
794 },
795 {
796 "type": "null"
797 }
798 ],
799 }
800 },
801 "type": "object"
802 },
803 "FlowRunFilterId": {
804 "additionalProperties": false,
805 "properties": {
806 "any_": {
807 "anyOf": [
808 {
809 "items": {
810 "format": "uuid",
811 "type": "string"
812 },
813 "type": "array"
814 },
815 {
816 "type": "null"
817 }
818 ],
819 },
820 "not_any_": {
821 "anyOf": [
822 {
823 "items": {
824 "format": "uuid",
825 "type": "string"
826 },
827 "type": "array"
828 },
829 {
830 "type": "null"
831 }
832 ],
833 }
834 },
835 "type": "object"
836 },
837 "FlowRunFilterIdempotencyKey": {
838 "additionalProperties": false,
839 "properties": {
840 "any_": {
841 "anyOf": [
842 {
843 "items": {
844 "type": "string"
845 },
846 "type": "array"
847 },
848 {
849 "type": "null"
850 }
851 ],
852 },
853 "not_any_": {
854 "anyOf": [
855 {
856 "items": {
857 "type": "string"
858 },
859 "type": "array"
860 },
861 {
862 "type": "null"
863 }
864 ],
865 }
866 },
867 "type": "object"
868 },
869 "FlowRunFilterName": {
870 "additionalProperties": false,
871 "properties": {
872 "any_": {
873 "anyOf": [
874 {
875 "items": {
876 "type": "string"
877 },
878 "type": "array"
879 },
880 {
881 "type": "null"
882 }
883 ],
884 "examples": [
885 [
886 "my-flow-run-1",
887 "my-flow-run-2"
888 ]
889 ],
890 },
891 "like_": {
892 "anyOf": [
893 {
894 "type": "string"
895 },
896 {
897 "type": "null"
898 }
899 ],
900 "examples": [
901 "marvin"
902 ],
903 }
904 },
905 "type": "object"
906 },
907 "FlowRunFilterNextScheduledStartTime": {
908 "additionalProperties": false,
909 "properties": {
910 "after_": {
911 "anyOf": [
912 {
913 "format": "date-time",
914 "type": "string"
915 },
916 {
917 "type": "null"
918 }
919 ],
920 },
921 "before_": {
922 "anyOf": [
923 {
924 "format": "date-time",
925 "type": "string"
926 },
927 {
928 "type": "null"
929 }
930 ],
931 }
932 },
933 "type": "object"
934 },
935 "FlowRunFilterParentFlowRunId": {
936 "additionalProperties": false,
937 "properties": {
938 "any_": {
939 "anyOf": [
940 {
941 "items": {
942 "format": "uuid",
943 "type": "string"
944 },
945 "type": "array"
946 },
947 {
948 "type": "null"
949 }
950 ],
951 },
952 "operator": {
953 "$ref": "#/components/schemas/Operator",
954 }
955 },
956 "type": "object"
957 },
958 "FlowRunFilterParentTaskRunId": {
959 "additionalProperties": false,
960 "properties": {
961 "any_": {
962 "anyOf": [
963 {
964 "items": {
965 "format": "uuid",
966 "type": "string"
967 },
968 "type": "array"
969 },
970 {
971 "type": "null"
972 }
973 ],
974 },
975 "is_null_": {
976 "anyOf": [
977 {
978 "type": "boolean"
979 },
980 {
981 "type": "null"
982 }
983 ],
984 },
985 "operator": {
986 "$ref": "#/components/schemas/Operator",
987 }
988 },
989 "type": "object"
990 },
991 "FlowRunFilterStartTime": {
992 "additionalProperties": false,
993 "properties": {
994 "after_": {
995 "anyOf": [
996 {
997 "format": "date-time",
998 "type": "string"
999 },
1000 {
1001 "type": "null"
1002 }
1003 ],
1004 },
1005 "before_": {
1006 "anyOf": [
1007 {
1008 "format": "date-time",
1009 "type": "string"
1010 },
1011 {
1012 "type": "null"
1013 }
1014 ],
1015 },
1016 "is_null_": {
1017 "anyOf": [
1018 {
1019 "type": "boolean"
1020 },
1021 {
1022 "type": "null"
1023 }
1024 ],
1025 }
1026 },
1027 "type": "object"
1028 },
1029 "FlowRunFilterState": {
1030 "additionalProperties": false,
1031 "properties": {
1032 "name": {
1033 "anyOf": [
1034 {
1035 "$ref": "#/components/schemas/FlowRunFilterStateName"
1036 },
1037 {
1038 "type": "null"
1039 }
1040 ],
1041 },
1042 "operator": {
1043 "$ref": "#/components/schemas/Operator",
1044 },
1045 "type": {
1046 "anyOf": [
1047 {
1048 "$ref": "#/components/schemas/FlowRunFilterStateType"
1049 },
1050 {
1051 "type": "null"
1052 }
1053 ],
1054 }
1055 },
1056 "type": "object"
1057 },
1058 "FlowRunFilterStateName": {
1059 "additionalProperties": false,
1060 "properties": {
1061 "any_": {
1062 "anyOf": [
1063 {
1064 "items": {
1065 "type": "string"
1066 },
1067 "type": "array"
1068 },
1069 {
1070 "type": "null"
1071 }
1072 ],
1073 },
1074 "not_any_": {
1075 "anyOf": [
1076 {
1077 "items": {
1078 "type": "string"
1079 },
1080 "type": "array"
1081 },
1082 {
1083 "type": "null"
1084 }
1085 ],
1086 }
1087 },
1088 "type": "object"
1089 },
1090 "FlowRunFilterStateType": {
1091 "additionalProperties": false,
1092 "properties": {
1093 "any_": {
1094 "anyOf": [
1095 {
1096 "items": {
1097 "$ref": "#/components/schemas/StateType"
1098 },
1099 "type": "array"
1100 },
1101 {
1102 "type": "null"
1103 }
1104 ],
1105 },
1106 "not_any_": {
1107 "anyOf": [
1108 {
1109 "items": {
1110 "$ref": "#/components/schemas/StateType"
1111 },
1112 "type": "array"
1113 },
1114 {
1115 "type": "null"
1116 }
1117 ],
1118 }
1119 },
1120 "type": "object"
1121 },
1122 "FlowRunFilterTags": {
1123 "additionalProperties": false,
1124 "properties": {
1125 "all_": {
1126 "anyOf": [
1127 {
1128 "items": {
1129 "type": "string"
1130 },
1131 "type": "array"
1132 },
1133 {
1134 "type": "null"
1135 }
1136 ],
1137 "examples": [
1138 [
1139 "tag-1",
1140 "tag-2"
1141 ]
1142 ],
1143 },
1144 "any_": {
1145 "anyOf": [
1146 {
1147 "items": {
1148 "type": "string"
1149 },
1150 "type": "array"
1151 },
1152 {
1153 "type": "null"
1154 }
1155 ],
1156 "examples": [
1157 [
1158 "tag-1",
1159 "tag-2"
1160 ]
1161 ],
1162 },
1163 "is_null_": {
1164 "anyOf": [
1165 {
1166 "type": "boolean"
1167 },
1168 {
1169 "type": "null"
1170 }
1171 ],
1172 },
1173 "operator": {
1174 "$ref": "#/components/schemas/Operator",
1175 }
1176 },
1177 "type": "object"
1178 },
1179 "FlowRunFilterWorkQueueName": {
1180 "additionalProperties": false,
1181 "properties": {
1182 "any_": {
1183 "anyOf": [
1184 {
1185 "items": {
1186 "type": "string"
1187 },
1188 "type": "array"
1189 },
1190 {
1191 "type": "null"
1192 }
1193 ],
1194 "examples": [
1195 [
1196 "work_queue_1",
1197 "work_queue_2"
1198 ]
1199 ],
1200 },
1201 "is_null_": {
1202 "anyOf": [
1203 {
1204 "type": "boolean"
1205 },
1206 {
1207 "type": "null"
1208 }
1209 ],
1210 },
1211 "operator": {
1212 "$ref": "#/components/schemas/Operator",
1213 }
1214 },
1215 "type": "object"
1216 },
1217 "Operator": {
1218 "enum": [
1219 "and_",
1220 "or_"
1221 ],
1222 "type": "string"
1223 },
1224 "StateType": {
1225 "enum": [
1226 "SCHEDULED",
1227 "PENDING",
1228 "RUNNING",
1229 "COMPLETED",
1230 "FAILED",
1231 "CANCELLED",
1232 "CRASHED",
1233 "PAUSED",
1234 "CANCELLING"
1235 ],
1236 "type": "string"
1237 },
1238 "TaskRunFilter": {
1239 "additionalProperties": false,
1240 "properties": {
1241 "expected_start_time": {
1242 "anyOf": [
1243 {
1244 "$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1245 },
1246 {
1247 "type": "null"
1248 }
1249 ],
1250 },
1251 "flow_run_id": {
1252 "anyOf": [
1253 {
1254 "$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1255 },
1256 {
1257 "type": "null"
1258 }
1259 ],
1260 },
1261 "id": {
1262 "anyOf": [
1263 {
1264 "$ref": "#/components/schemas/TaskRunFilterId"
1265 },
1266 {
1267 "type": "null"
1268 }
1269 ],
1270 },
1271 "name": {
1272 "anyOf": [
1273 {
1274 "$ref": "#/components/schemas/TaskRunFilterName"
1275 },
1276 {
1277 "type": "null"
1278 }
1279 ],
1280 },
1281 "operator": {
1282 "$ref": "#/components/schemas/Operator",
1283 },
1284 "start_time": {
1285 "anyOf": [
1286 {
1287 "$ref": "#/components/schemas/TaskRunFilterStartTime"
1288 },
1289 {
1290 "type": "null"
1291 }
1292 ],
1293 },
1294 "state": {
1295 "anyOf": [
1296 {
1297 "$ref": "#/components/schemas/TaskRunFilterState"
1298 },
1299 {
1300 "type": "null"
1301 }
1302 ],
1303 },
1304 "subflow_runs": {
1305 "anyOf": [
1306 {
1307 "$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1308 },
1309 {
1310 "type": "null"
1311 }
1312 ],
1313 },
1314 "tags": {
1315 "anyOf": [
1316 {
1317 "$ref": "#/components/schemas/TaskRunFilterTags"
1318 },
1319 {
1320 "type": "null"
1321 }
1322 ],
1323 }
1324 },
1325 "type": "object"
1326 },
1327 "TaskRunFilterExpectedStartTime": {
1328 "additionalProperties": false,
1329 "properties": {
1330 "after_": {
1331 "anyOf": [
1332 {
1333 "format": "date-time",
1334 "type": "string"
1335 },
1336 {
1337 "type": "null"
1338 }
1339 ],
1340 },
1341 "before_": {
1342 "anyOf": [
1343 {
1344 "format": "date-time",
1345 "type": "string"
1346 },
1347 {
1348 "type": "null"
1349 }
1350 ],
1351 }
1352 },
1353 "type": "object"
1354 },
1355 "TaskRunFilterFlowRunId": {
1356 "additionalProperties": false,
1357 "properties": {
1358 "any_": {
1359 "anyOf": [
1360 {
1361 "items": {
1362 "format": "uuid",
1363 "type": "string"
1364 },
1365 "type": "array"
1366 },
1367 {
1368 "type": "null"
1369 }
1370 ],
1371 },
1372 "is_null_": {
1373 "anyOf": [
1374 {
1375 "type": "boolean"
1376 },
1377 {
1378 "type": "null"
1379 }
1380 ],
1381 },
1382 "operator": {
1383 "$ref": "#/components/schemas/Operator",
1384 }
1385 },
1386 "type": "object"
1387 },
1388 "TaskRunFilterId": {
1389 "additionalProperties": false,
1390 "properties": {
1391 "any_": {
1392 "anyOf": [
1393 {
1394 "items": {
1395 "format": "uuid",
1396 "type": "string"
1397 },
1398 "type": "array"
1399 },
1400 {
1401 "type": "null"
1402 }
1403 ],
1404 }
1405 },
1406 "type": "object"
1407 },
1408 "TaskRunFilterName": {
1409 "additionalProperties": false,
1410 "properties": {
1411 "any_": {
1412 "anyOf": [
1413 {
1414 "items": {
1415 "type": "string"
1416 },
1417 "type": "array"
1418 },
1419 {
1420 "type": "null"
1421 }
1422 ],
1423 "examples": [
1424 [
1425 "my-task-run-1",
1426 "my-task-run-2"
1427 ]
1428 ],
1429 },
1430 "like_": {
1431 "anyOf": [
1432 {
1433 "type": "string"
1434 },
1435 {
1436 "type": "null"
1437 }
1438 ],
1439 "examples": [
1440 "marvin"
1441 ],
1442 }
1443 },
1444 "type": "object"
1445 },
1446 "TaskRunFilterStartTime": {
1447 "additionalProperties": false,
1448 "properties": {
1449 "after_": {
1450 "anyOf": [
1451 {
1452 "format": "date-time",
1453 "type": "string"
1454 },
1455 {
1456 "type": "null"
1457 }
1458 ],
1459 },
1460 "before_": {
1461 "anyOf": [
1462 {
1463 "format": "date-time",
1464 "type": "string"
1465 },
1466 {
1467 "type": "null"
1468 }
1469 ],
1470 },
1471 "is_null_": {
1472 "anyOf": [
1473 {
1474 "type": "boolean"
1475 },
1476 {
1477 "type": "null"
1478 }
1479 ],
1480 }
1481 },
1482 "type": "object"
1483 },
1484 "TaskRunFilterState": {
1485 "additionalProperties": false,
1486 "properties": {
1487 "name": {
1488 "anyOf": [
1489 {
1490 "$ref": "#/components/schemas/TaskRunFilterStateName"
1491 },
1492 {
1493 "type": "null"
1494 }
1495 ],
1496 },
1497 "operator": {
1498 "$ref": "#/components/schemas/Operator",
1499 },
1500 "type": {
1501 "anyOf": [
1502 {
1503 "$ref": "#/components/schemas/TaskRunFilterStateType"
1504 },
1505 {
1506 "type": "null"
1507 }
1508 ],
1509 }
1510 },
1511 "type": "object"
1512 },
1513 "TaskRunFilterStateName": {
1514 "additionalProperties": false,
1515 "properties": {
1516 "any_": {
1517 "anyOf": [
1518 {
1519 "items": {
1520 "type": "string"
1521 },
1522 "type": "array"
1523 },
1524 {
1525 "type": "null"
1526 }
1527 ],
1528 }
1529 },
1530 "type": "object"
1531 },
1532 "TaskRunFilterStateType": {
1533 "additionalProperties": false,
1534 "properties": {
1535 "any_": {
1536 "anyOf": [
1537 {
1538 "items": {
1539 "$ref": "#/components/schemas/StateType"
1540 },
1541 "type": "array"
1542 },
1543 {
1544 "type": "null"
1545 }
1546 ],
1547 }
1548 },
1549 "type": "object"
1550 },
1551 "TaskRunFilterSubFlowRuns": {
1552 "additionalProperties": false,
1553 "properties": {
1554 "exists_": {
1555 "anyOf": [
1556 {
1557 "type": "boolean"
1558 },
1559 {
1560 "type": "null"
1561 }
1562 ],
1563 }
1564 },
1565 "type": "object"
1566 },
1567 "TaskRunFilterTags": {
1568 "additionalProperties": false,
1569 "properties": {
1570 "all_": {
1571 "anyOf": [
1572 {
1573 "items": {
1574 "type": "string"
1575 },
1576 "type": "array"
1577 },
1578 {
1579 "type": "null"
1580 }
1581 ],
1582 "examples": [
1583 [
1584 "tag-1",
1585 "tag-2"
1586 ]
1587 ],
1588 },
1589 "is_null_": {
1590 "anyOf": [
1591 {
1592 "type": "boolean"
1593 },
1594 {
1595 "type": "null"
1596 }
1597 ],
1598 },
1599 "operator": {
1600 "$ref": "#/components/schemas/Operator",
1601 }
1602 },
1603 "type": "object"
1604 },
1605 "WorkPoolFilter": {
1606 "additionalProperties": false,
1607 "properties": {
1608 "id": {
1609 "anyOf": [
1610 {
1611 "$ref": "#/components/schemas/WorkPoolFilterId"
1612 },
1613 {
1614 "type": "null"
1615 }
1616 ],
1617 },
1618 "name": {
1619 "anyOf": [
1620 {
1621 "$ref": "#/components/schemas/WorkPoolFilterName"
1622 },
1623 {
1624 "type": "null"
1625 }
1626 ],
1627 },
1628 "operator": {
1629 "$ref": "#/components/schemas/Operator",
1630 },
1631 "type": {
1632 "anyOf": [
1633 {
1634 "$ref": "#/components/schemas/WorkPoolFilterType"
1635 },
1636 {
1637 "type": "null"
1638 }
1639 ],
1640 }
1641 },
1642 "type": "object"
1643 },
1644 "WorkPoolFilterId": {
1645 "additionalProperties": false,
1646 "properties": {
1647 "any_": {
1648 "anyOf": [
1649 {
1650 "items": {
1651 "format": "uuid",
1652 "type": "string"
1653 },
1654 "type": "array"
1655 },
1656 {
1657 "type": "null"
1658 }
1659 ],
1660 }
1661 },
1662 "type": "object"
1663 },
1664 "WorkPoolFilterName": {
1665 "additionalProperties": false,
1666 "properties": {
1667 "any_": {
1668 "anyOf": [
1669 {
1670 "items": {
1671 "type": "string"
1672 },
1673 "type": "array"
1674 },
1675 {
1676 "type": "null"
1677 }
1678 ],
1679 }
1680 },
1681 "type": "object"
1682 },
1683 "WorkPoolFilterType": {
1684 "additionalProperties": false,
1685 "properties": {
1686 "any_": {
1687 "anyOf": [
1688 {
1689 "items": {
1690 "type": "string"
1691 },
1692 "type": "array"
1693 },
1694 {
1695 "type": "null"
1696 }
1697 ],
1698 }
1699 },
1700 "type": "object"
1701 },
1702 "WorkQueueFilter": {
1703 "additionalProperties": false,
1704 "properties": {
1705 "id": {
1706 "anyOf": [
1707 {
1708 "$ref": "#/components/schemas/WorkQueueFilterId"
1709 },
1710 {
1711 "type": "null"
1712 }
1713 ],
1714 },
1715 "name": {
1716 "anyOf": [
1717 {
1718 "$ref": "#/components/schemas/WorkQueueFilterName"
1719 },
1720 {
1721 "type": "null"
1722 }
1723 ],
1724 },
1725 "operator": {
1726 "$ref": "#/components/schemas/Operator",
1727 }
1728 },
1729 "type": "object"
1730 },
1731 "WorkQueueFilterId": {
1732 "additionalProperties": false,
1733 "properties": {
1734 "any_": {
1735 "anyOf": [
1736 {
1737 "items": {
1738 "format": "uuid",
1739 "type": "string"
1740 },
1741 "type": "array"
1742 },
1743 {
1744 "type": "null"
1745 }
1746 ],
1747 }
1748 },
1749 "type": "object"
1750 },
1751 "WorkQueueFilterName": {
1752 "additionalProperties": false,
1753 "properties": {
1754 "any_": {
1755 "anyOf": [
1756 {
1757 "items": {
1758 "type": "string"
1759 },
1760 "type": "array"
1761 },
1762 {
1763 "type": "null"
1764 }
1765 ],
1766 "examples": [
1767 [
1768 "wq-1",
1769 "wq-2"
1770 ]
1771 ],
1772 },
1773 "startswith_": {
1774 "anyOf": [
1775 {
1776 "items": {
1777 "type": "string"
1778 },
1779 "type": "array"
1780 },
1781 {
1782 "type": "null"
1783 }
1784 ],
1785 "examples": [
1786 [
1787 "marvin",
1788 "Marvin-robot"
1789 ]
1790 ],
1791 }
1792 },
1793 "type": "object"
1794 }
1795 }
1796 }
1797}
Responses
seen average

200
Successful Response
1 32.91ms
422
Validation Error
825 2.74ms
default
Default
759 7.15ms
Examples
19 of 19 covered

Body: application/json
operator.default
 
"and_"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json545 of 545 keywords covered
1{
2 "$ref": "#/components/schemas/Body_paginate_flow_runs_flow_runs_paginate_post",
3 "components": {
4 "schemas": {
5 "Body_paginate_flow_runs_flow_runs_paginate_post": {
6 "properties": {
7 "deployments": {
8 "anyOf": [
9 {
10 "$ref": "#/components/schemas/DeploymentFilter"
11 },
12 {
13 "type": "null"
14 }
15 ]
16 },
17 "flow_runs": {
18 "anyOf": [
19 {
20 "$ref": "#/components/schemas/FlowRunFilter"
21 },
22 {
23 "type": "null"
24 }
25 ]
26 },
27 "flows": {
28 "anyOf": [
29 {
30 "$ref": "#/components/schemas/FlowFilter"
31 },
32 {
33 "type": "null"
34 }
35 ]
36 },
37 "limit": {
38 "type": "integer"
39 },
40 "page": {
41 "minimum": 1.0,
42 "type": "integer"
43 },
44 "sort": {
45 "$ref": "#/components/schemas/FlowRunSort",
46 },
47 "task_runs": {
48 "anyOf": [
49 {
50 "$ref": "#/components/schemas/TaskRunFilter"
51 },
52 {
53 "type": "null"
54 }
55 ]
56 },
57 "work_pool_queues": {
58 "anyOf": [
59 {
60 "$ref": "#/components/schemas/WorkQueueFilter"
61 },
62 {
63 "type": "null"
64 }
65 ]
66 },
67 "work_pools": {
68 "anyOf": [
69 {
70 "$ref": "#/components/schemas/WorkPoolFilter"
71 },
72 {
73 "type": "null"
74 }
75 ]
76 }
77 },
78 "type": "object"
79 },
80 "DeploymentFilter": {
81 "additionalProperties": false,
82 "properties": {
83 "concurrency_limit": {
84 "anyOf": [
85 {
86 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
87 },
88 {
89 "type": "null"
90 }
91 ],
92 "deprecated": true,
93 },
94 "flow_or_deployment_name": {
95 "anyOf": [
96 {
97 "$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
98 },
99 {
100 "type": "null"
101 }
102 ],
103 },
104 "id": {
105 "anyOf": [
106 {
107 "$ref": "#/components/schemas/DeploymentFilterId"
108 },
109 {
110 "type": "null"
111 }
112 ],
113 },
114 "name": {
115 "anyOf": [
116 {
117 "$ref": "#/components/schemas/DeploymentFilterName"
118 },
119 {
120 "type": "null"
121 }
122 ],
123 },
124 "operator": {
125 "$ref": "#/components/schemas/Operator",
126 },
127 "paused": {
128 "anyOf": [
129 {
130 "$ref": "#/components/schemas/DeploymentFilterPaused"
131 },
132 {
133 "type": "null"
134 }
135 ],
136 },
137 "tags": {
138 "anyOf": [
139 {
140 "$ref": "#/components/schemas/DeploymentFilterTags"
141 },
142 {
143 "type": "null"
144 }
145 ],
146 },
147 "work_queue_name": {
148 "anyOf": [
149 {
150 "$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
151 },
152 {
153 "type": "null"
154 }
155 ],
156 }
157 },
158 "type": "object"
159 },
160 "DeploymentFilterConcurrencyLimit": {
161 "additionalProperties": false,
162 "properties": {
163 "ge_": {
164 "anyOf": [
165 {
166 "type": "integer"
167 },
168 {
169 "type": "null"
170 }
171 ],
172 },
173 "is_null_": {
174 "anyOf": [
175 {
176 "type": "boolean"
177 },
178 {
179 "type": "null"
180 }
181 ],
182 },
183 "le_": {
184 "anyOf": [
185 {
186 "type": "integer"
187 },
188 {
189 "type": "null"
190 }
191 ],
192 }
193 },
194 "type": "object"
195 },
196 "DeploymentFilterId": {
197 "additionalProperties": false,
198 "properties": {
199 "any_": {
200 "anyOf": [
201 {
202 "items": {
203 "format": "uuid",
204 "type": "string"
205 },
206 "type": "array"
207 },
208 {
209 "type": "null"
210 }
211 ],
212 },
213 "not_any_": {
214 "anyOf": [
215 {
216 "items": {
217 "format": "uuid",
218 "type": "string"
219 },
220 "type": "array"
221 },
222 {
223 "type": "null"
224 }
225 ],
226 }
227 },
228 "type": "object"
229 },
230 "DeploymentFilterName": {
231 "additionalProperties": false,
232 "properties": {
233 "any_": {
234 "anyOf": [
235 {
236 "items": {
237 "type": "string"
238 },
239 "type": "array"
240 },
241 {
242 "type": "null"
243 }
244 ],
245 "examples": [
246 [
247 "my-deployment-1",
248 "my-deployment-2"
249 ]
250 ],
251 },
252 "like_": {
253 "anyOf": [
254 {
255 "type": "string"
256 },
257 {
258 "type": "null"
259 }
260 ],
261 "examples": [
262 "marvin"
263 ],
264 }
265 },
266 "type": "object"
267 },
268 "DeploymentFilterPaused": {
269 "additionalProperties": false,
270 "properties": {
271 "eq_": {
272 "anyOf": [
273 {
274 "type": "boolean"
275 },
276 {
277 "type": "null"
278 }
279 ],
280 }
281 },
282 "type": "object"
283 },
284 "DeploymentFilterTags": {
285 "additionalProperties": false,
286 "properties": {
287 "all_": {
288 "anyOf": [
289 {
290 "items": {
291 "type": "string"
292 },
293 "type": "array"
294 },
295 {
296 "type": "null"
297 }
298 ],
299 "examples": [
300 [
301 "tag-1",
302 "tag-2"
303 ]
304 ],
305 },
306 "any_": {
307 "anyOf": [
308 {
309 "items": {
310 "type": "string"
311 },
312 "type": "array"
313 },
314 {
315 "type": "null"
316 }
317 ],
318 "examples": [
319 [
320 "tag-1",
321 "tag-2"
322 ]
323 ],
324 },
325 "is_null_": {
326 "anyOf": [
327 {
328 "type": "boolean"
329 },
330 {
331 "type": "null"
332 }
333 ],
334 },
335 "operator": {
336 "$ref": "#/components/schemas/Operator",
337 }
338 },
339 "type": "object"
340 },
341 "DeploymentFilterWorkQueueName": {
342 "additionalProperties": false,
343 "properties": {
344 "any_": {
345 "anyOf": [
346 {
347 "items": {
348 "type": "string"
349 },
350 "type": "array"
351 },
352 {
353 "type": "null"
354 }
355 ],
356 "examples": [
357 [
358 "work_queue_1",
359 "work_queue_2"
360 ]
361 ],
362 }
363 },
364 "type": "object"
365 },
366 "DeploymentOrFlowNameFilter": {
367 "additionalProperties": false,
368 "properties": {
369 "like_": {
370 "anyOf": [
371 {
372 "type": "string"
373 },
374 {
375 "type": "null"
376 }
377 ],
378 }
379 },
380 "type": "object"
381 },
382 "FlowFilter": {
383 "additionalProperties": false,
384 "properties": {
385 "deployment": {
386 "anyOf": [
387 {
388 "$ref": "#/components/schemas/FlowFilterDeployment"
389 },
390 {
391 "type": "null"
392 }
393 ],
394 },
395 "id": {
396 "anyOf": [
397 {
398 "$ref": "#/components/schemas/FlowFilterId"
399 },
400 {
401 "type": "null"
402 }
403 ],
404 },
405 "name": {
406 "anyOf": [
407 {
408 "$ref": "#/components/schemas/FlowFilterName"
409 },
410 {
411 "type": "null"
412 }
413 ],
414 },
415 "operator": {
416 "$ref": "#/components/schemas/Operator",
417 },
418 "tags": {
419 "anyOf": [
420 {
421 "$ref": "#/components/schemas/FlowFilterTags"
422 },
423 {
424 "type": "null"
425 }
426 ],
427 }
428 },
429 "type": "object"
430 },
431 "FlowFilterDeployment": {
432 "additionalProperties": false,
433 "properties": {
434 "is_null_": {
435 "anyOf": [
436 {
437 "type": "boolean"
438 },
439 {
440 "type": "null"
441 }
442 ],
443 },
444 "operator": {
445 "$ref": "#/components/schemas/Operator",
446 }
447 },
448 "type": "object"
449 },
450 "FlowFilterId": {
451 "additionalProperties": false,
452 "properties": {
453 "any_": {
454 "anyOf": [
455 {
456 "items": {
457 "format": "uuid",
458 "type": "string"
459 },
460 "type": "array"
461 },
462 {
463 "type": "null"
464 }
465 ],
466 }
467 },
468 "type": "object"
469 },
470 "FlowFilterName": {
471 "additionalProperties": false,
472 "properties": {
473 "any_": {
474 "anyOf": [
475 {
476 "items": {
477 "type": "string"
478 },
479 "type": "array"
480 },
481 {
482 "type": "null"
483 }
484 ],
485 "examples": [
486 [
487 "my-flow-1",
488 "my-flow-2"
489 ]
490 ],
491 },
492 "like_": {
493 "anyOf": [
494 {
495 "type": "string"
496 },
497 {
498 "type": "null"
499 }
500 ],
501 "examples": [
502 "marvin"
503 ],
504 }
505 },
506 "type": "object"
507 },
508 "FlowFilterTags": {
509 "additionalProperties": false,
510 "properties": {
511 "all_": {
512 "anyOf": [
513 {
514 "items": {
515 "type": "string"
516 },
517 "type": "array"
518 },
519 {
520 "type": "null"
521 }
522 ],
523 "examples": [
524 [
525 "tag-1",
526 "tag-2"
527 ]
528 ],
529 },
530 "is_null_": {
531 "anyOf": [
532 {
533 "type": "boolean"
534 },
535 {
536 "type": "null"
537 }
538 ],
539 },
540 "operator": {
541 "$ref": "#/components/schemas/Operator",
542 }
543 },
544 "type": "object"
545 },
546 "FlowRunFilter": {
547 "additionalProperties": false,
548 "properties": {
549 "deployment_id": {
550 "anyOf": [
551 {
552 "$ref": "#/components/schemas/FlowRunFilterDeploymentId"
553 },
554 {
555 "type": "null"
556 }
557 ],
558 },
559 "end_time": {
560 "anyOf": [
561 {
562 "$ref": "#/components/schemas/FlowRunFilterEndTime"
563 },
564 {
565 "type": "null"
566 }
567 ],
568 },
569 "expected_start_time": {
570 "anyOf": [
571 {
572 "$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
573 },
574 {
575 "type": "null"
576 }
577 ],
578 },
579 "flow_version": {
580 "anyOf": [
581 {
582 "$ref": "#/components/schemas/FlowRunFilterFlowVersion"
583 },
584 {
585 "type": "null"
586 }
587 ],
588 },
589 "id": {
590 "anyOf": [
591 {
592 "$ref": "#/components/schemas/FlowRunFilterId"
593 },
594 {
595 "type": "null"
596 }
597 ],
598 },
599 "idempotency_key": {
600 "anyOf": [
601 {
602 "$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
603 },
604 {
605 "type": "null"
606 }
607 ],
608 },
609 "name": {
610 "anyOf": [
611 {
612 "$ref": "#/components/schemas/FlowRunFilterName"
613 },
614 {
615 "type": "null"
616 }
617 ],
618 },
619 "next_scheduled_start_time": {
620 "anyOf": [
621 {
622 "$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
623 },
624 {
625 "type": "null"
626 }
627 ],
628 },
629 "operator": {
630 "$ref": "#/components/schemas/Operator",
631 },
632 "parent_flow_run_id": {
633 "anyOf": [
634 {
635 "$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
636 },
637 {
638 "type": "null"
639 }
640 ],
641 },
642 "parent_task_run_id": {
643 "anyOf": [
644 {
645 "$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
646 },
647 {
648 "type": "null"
649 }
650 ],
651 },
652 "start_time": {
653 "anyOf": [
654 {
655 "$ref": "#/components/schemas/FlowRunFilterStartTime"
656 },
657 {
658 "type": "null"
659 }
660 ],
661 },
662 "state": {
663 "anyOf": [
664 {
665 "$ref": "#/components/schemas/FlowRunFilterState"
666 },
667 {
668 "type": "null"
669 }
670 ],
671 },
672 "tags": {
673 "anyOf": [
674 {
675 "$ref": "#/components/schemas/FlowRunFilterTags"
676 },
677 {
678 "type": "null"
679 }
680 ],
681 },
682 "work_queue_name": {
683 "anyOf": [
684 {
685 "$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
686 },
687 {
688 "type": "null"
689 }
690 ],
691 }
692 },
693 "type": "object"
694 },
695 "FlowRunFilterDeploymentId": {
696 "additionalProperties": false,
697 "properties": {
698 "any_": {
699 "anyOf": [
700 {
701 "items": {
702 "format": "uuid",
703 "type": "string"
704 },
705 "type": "array"
706 },
707 {
708 "type": "null"
709 }
710 ],
711 },
712 "is_null_": {
713 "anyOf": [
714 {
715 "type": "boolean"
716 },
717 {
718 "type": "null"
719 }
720 ],
721 },
722 "operator": {
723 "$ref": "#/components/schemas/Operator",
724 }
725 },
726 "type": "object"
727 },
728 "FlowRunFilterEndTime": {
729 "additionalProperties": false,
730 "properties": {
731 "after_": {
732 "anyOf": [
733 {
734 "format": "date-time",
735 "type": "string"
736 },
737 {
738 "type": "null"
739 }
740 ],
741 },
742 "before_": {
743 "anyOf": [
744 {
745 "format": "date-time",
746 "type": "string"
747 },
748 {
749 "type": "null"
750 }
751 ],
752 },
753 "is_null_": {
754 "anyOf": [
755 {
756 "type": "boolean"
757 },
758 {
759 "type": "null"
760 }
761 ],
762 }
763 },
764 "type": "object"
765 },
766 "FlowRunFilterExpectedStartTime": {
767 "additionalProperties": false,
768 "properties": {
769 "after_": {
770 "anyOf": [
771 {
772 "format": "date-time",
773 "type": "string"
774 },
775 {
776 "type": "null"
777 }
778 ],
779 },
780 "before_": {
781 "anyOf": [
782 {
783 "format": "date-time",
784 "type": "string"
785 },
786 {
787 "type": "null"
788 }
789 ],
790 }
791 },
792 "type": "object"
793 },
794 "FlowRunFilterFlowVersion": {
795 "additionalProperties": false,
796 "properties": {
797 "any_": {
798 "anyOf": [
799 {
800 "items": {
801 "type": "string"
802 },
803 "type": "array"
804 },
805 {
806 "type": "null"
807 }
808 ],
809 }
810 },
811 "type": "object"
812 },
813 "FlowRunFilterId": {
814 "additionalProperties": false,
815 "properties": {
816 "any_": {
817 "anyOf": [
818 {
819 "items": {
820 "format": "uuid",
821 "type": "string"
822 },
823 "type": "array"
824 },
825 {
826 "type": "null"
827 }
828 ],
829 },
830 "not_any_": {
831 "anyOf": [
832 {
833 "items": {
834 "format": "uuid",
835 "type": "string"
836 },
837 "type": "array"
838 },
839 {
840 "type": "null"
841 }
842 ],
843 }
844 },
845 "type": "object"
846 },
847 "FlowRunFilterIdempotencyKey": {
848 "additionalProperties": false,
849 "properties": {
850 "any_": {
851 "anyOf": [
852 {
853 "items": {
854 "type": "string"
855 },
856 "type": "array"
857 },
858 {
859 "type": "null"
860 }
861 ],
862 },
863 "not_any_": {
864 "anyOf": [
865 {
866 "items": {
867 "type": "string"
868 },
869 "type": "array"
870 },
871 {
872 "type": "null"
873 }
874 ],
875 }
876 },
877 "type": "object"
878 },
879 "FlowRunFilterName": {
880 "additionalProperties": false,
881 "properties": {
882 "any_": {
883 "anyOf": [
884 {
885 "items": {
886 "type": "string"
887 },
888 "type": "array"
889 },
890 {
891 "type": "null"
892 }
893 ],
894 "examples": [
895 [
896 "my-flow-run-1",
897 "my-flow-run-2"
898 ]
899 ],
900 },
901 "like_": {
902 "anyOf": [
903 {
904 "type": "string"
905 },
906 {
907 "type": "null"
908 }
909 ],
910 "examples": [
911 "marvin"
912 ],
913 }
914 },
915 "type": "object"
916 },
917 "FlowRunFilterNextScheduledStartTime": {
918 "additionalProperties": false,
919 "properties": {
920 "after_": {
921 "anyOf": [
922 {
923 "format": "date-time",
924 "type": "string"
925 },
926 {
927 "type": "null"
928 }
929 ],
930 },
931 "before_": {
932 "anyOf": [
933 {
934 "format": "date-time",
935 "type": "string"
936 },
937 {
938 "type": "null"
939 }
940 ],
941 }
942 },
943 "type": "object"
944 },
945 "FlowRunFilterParentFlowRunId": {
946 "additionalProperties": false,
947 "properties": {
948 "any_": {
949 "anyOf": [
950 {
951 "items": {
952 "format": "uuid",
953 "type": "string"
954 },
955 "type": "array"
956 },
957 {
958 "type": "null"
959 }
960 ],
961 },
962 "operator": {
963 "$ref": "#/components/schemas/Operator",
964 }
965 },
966 "type": "object"
967 },
968 "FlowRunFilterParentTaskRunId": {
969 "additionalProperties": false,
970 "properties": {
971 "any_": {
972 "anyOf": [
973 {
974 "items": {
975 "format": "uuid",
976 "type": "string"
977 },
978 "type": "array"
979 },
980 {
981 "type": "null"
982 }
983 ],
984 },
985 "is_null_": {
986 "anyOf": [
987 {
988 "type": "boolean"
989 },
990 {
991 "type": "null"
992 }
993 ],
994 },
995 "operator": {
996 "$ref": "#/components/schemas/Operator",
997 }
998 },
999 "type": "object"
1000 },
1001 "FlowRunFilterStartTime": {
1002 "additionalProperties": false,
1003 "properties": {
1004 "after_": {
1005 "anyOf": [
1006 {
1007 "format": "date-time",
1008 "type": "string"
1009 },
1010 {
1011 "type": "null"
1012 }
1013 ],
1014 },
1015 "before_": {
1016 "anyOf": [
1017 {
1018 "format": "date-time",
1019 "type": "string"
1020 },
1021 {
1022 "type": "null"
1023 }
1024 ],
1025 },
1026 "is_null_": {
1027 "anyOf": [
1028 {
1029 "type": "boolean"
1030 },
1031 {
1032 "type": "null"
1033 }
1034 ],
1035 }
1036 },
1037 "type": "object"
1038 },
1039 "FlowRunFilterState": {
1040 "additionalProperties": false,
1041 "properties": {
1042 "name": {
1043 "anyOf": [
1044 {
1045 "$ref": "#/components/schemas/FlowRunFilterStateName"
1046 },
1047 {
1048 "type": "null"
1049 }
1050 ],
1051 },
1052 "operator": {
1053 "$ref": "#/components/schemas/Operator",
1054 },
1055 "type": {
1056 "anyOf": [
1057 {
1058 "$ref": "#/components/schemas/FlowRunFilterStateType"
1059 },
1060 {
1061 "type": "null"
1062 }
1063 ],
1064 }
1065 },
1066 "type": "object"
1067 },
1068 "FlowRunFilterStateName": {
1069 "additionalProperties": false,
1070 "properties": {
1071 "any_": {
1072 "anyOf": [
1073 {
1074 "items": {
1075 "type": "string"
1076 },
1077 "type": "array"
1078 },
1079 {
1080 "type": "null"
1081 }
1082 ],
1083 },
1084 "not_any_": {
1085 "anyOf": [
1086 {
1087 "items": {
1088 "type": "string"
1089 },
1090 "type": "array"
1091 },
1092 {
1093 "type": "null"
1094 }
1095 ],
1096 }
1097 },
1098 "type": "object"
1099 },
1100 "FlowRunFilterStateType": {
1101 "additionalProperties": false,
1102 "properties": {
1103 "any_": {
1104 "anyOf": [
1105 {
1106 "items": {
1107 "$ref": "#/components/schemas/StateType"
1108 },
1109 "type": "array"
1110 },
1111 {
1112 "type": "null"
1113 }
1114 ],
1115 },
1116 "not_any_": {
1117 "anyOf": [
1118 {
1119 "items": {
1120 "$ref": "#/components/schemas/StateType"
1121 },
1122 "type": "array"
1123 },
1124 {
1125 "type": "null"
1126 }
1127 ],
1128 }
1129 },
1130 "type": "object"
1131 },
1132 "FlowRunFilterTags": {
1133 "additionalProperties": false,
1134 "properties": {
1135 "all_": {
1136 "anyOf": [
1137 {
1138 "items": {
1139 "type": "string"
1140 },
1141 "type": "array"
1142 },
1143 {
1144 "type": "null"
1145 }
1146 ],
1147 "examples": [
1148 [
1149 "tag-1",
1150 "tag-2"
1151 ]
1152 ],
1153 },
1154 "any_": {
1155 "anyOf": [
1156 {
1157 "items": {
1158 "type": "string"
1159 },
1160 "type": "array"
1161 },
1162 {
1163 "type": "null"
1164 }
1165 ],
1166 "examples": [
1167 [
1168 "tag-1",
1169 "tag-2"
1170 ]
1171 ],
1172 },
1173 "is_null_": {
1174 "anyOf": [
1175 {
1176 "type": "boolean"
1177 },
1178 {
1179 "type": "null"
1180 }
1181 ],
1182 },
1183 "operator": {
1184 "$ref": "#/components/schemas/Operator",
1185 }
1186 },
1187 "type": "object"
1188 },
1189 "FlowRunFilterWorkQueueName": {
1190 "additionalProperties": false,
1191 "properties": {
1192 "any_": {
1193 "anyOf": [
1194 {
1195 "items": {
1196 "type": "string"
1197 },
1198 "type": "array"
1199 },
1200 {
1201 "type": "null"
1202 }
1203 ],
1204 "examples": [
1205 [
1206 "work_queue_1",
1207 "work_queue_2"
1208 ]
1209 ],
1210 },
1211 "is_null_": {
1212 "anyOf": [
1213 {
1214 "type": "boolean"
1215 },
1216 {
1217 "type": "null"
1218 }
1219 ],
1220 },
1221 "operator": {
1222 "$ref": "#/components/schemas/Operator",
1223 }
1224 },
1225 "type": "object"
1226 },
1227 "FlowRunSort": {
1228 "enum": [
1229 "ID_DESC",
1230 "START_TIME_ASC",
1231 "START_TIME_DESC",
1232 "EXPECTED_START_TIME_ASC",
1233 "EXPECTED_START_TIME_DESC",
1234 "NAME_ASC",
1235 "NAME_DESC",
1236 "NEXT_SCHEDULED_START_TIME_ASC",
1237 "END_TIME_DESC"
1238 ],
1239 "type": "string"
1240 },
1241 "Operator": {
1242 "enum": [
1243 "and_",
1244 "or_"
1245 ],
1246 "type": "string"
1247 },
1248 "StateType": {
1249 "enum": [
1250 "SCHEDULED",
1251 "PENDING",
1252 "RUNNING",
1253 "COMPLETED",
1254 "FAILED",
1255 "CANCELLED",
1256 "CRASHED",
1257 "PAUSED",
1258 "CANCELLING"
1259 ],
1260 "type": "string"
1261 },
1262 "TaskRunFilter": {
1263 "additionalProperties": false,
1264 "properties": {
1265 "expected_start_time": {
1266 "anyOf": [
1267 {
1268 "$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1269 },
1270 {
1271 "type": "null"
1272 }
1273 ],
1274 },
1275 "flow_run_id": {
1276 "anyOf": [
1277 {
1278 "$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1279 },
1280 {
1281 "type": "null"
1282 }
1283 ],
1284 },
1285 "id": {
1286 "anyOf": [
1287 {
1288 "$ref": "#/components/schemas/TaskRunFilterId"
1289 },
1290 {
1291 "type": "null"
1292 }
1293 ],
1294 },
1295 "name": {
1296 "anyOf": [
1297 {
1298 "$ref": "#/components/schemas/TaskRunFilterName"
1299 },
1300 {
1301 "type": "null"
1302 }
1303 ],
1304 },
1305 "operator": {
1306 "$ref": "#/components/schemas/Operator",
1307 },
1308 "start_time": {
1309 "anyOf": [
1310 {
1311 "$ref": "#/components/schemas/TaskRunFilterStartTime"
1312 },
1313 {
1314 "type": "null"
1315 }
1316 ],
1317 },
1318 "state": {
1319 "anyOf": [
1320 {
1321 "$ref": "#/components/schemas/TaskRunFilterState"
1322 },
1323 {
1324 "type": "null"
1325 }
1326 ],
1327 },
1328 "subflow_runs": {
1329 "anyOf": [
1330 {
1331 "$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1332 },
1333 {
1334 "type": "null"
1335 }
1336 ],
1337 },
1338 "tags": {
1339 "anyOf": [
1340 {
1341 "$ref": "#/components/schemas/TaskRunFilterTags"
1342 },
1343 {
1344 "type": "null"
1345 }
1346 ],
1347 }
1348 },
1349 "type": "object"
1350 },
1351 "TaskRunFilterExpectedStartTime": {
1352 "additionalProperties": false,
1353 "properties": {
1354 "after_": {
1355 "anyOf": [
1356 {
1357 "format": "date-time",
1358 "type": "string"
1359 },
1360 {
1361 "type": "null"
1362 }
1363 ],
1364 },
1365 "before_": {
1366 "anyOf": [
1367 {
1368 "format": "date-time",
1369 "type": "string"
1370 },
1371 {
1372 "type": "null"
1373 }
1374 ],
1375 }
1376 },
1377 "type": "object"
1378 },
1379 "TaskRunFilterFlowRunId": {
1380 "additionalProperties": false,
1381 "properties": {
1382 "any_": {
1383 "anyOf": [
1384 {
1385 "items": {
1386 "format": "uuid",
1387 "type": "string"
1388 },
1389 "type": "array"
1390 },
1391 {
1392 "type": "null"
1393 }
1394 ],
1395 },
1396 "is_null_": {
1397 "anyOf": [
1398 {
1399 "type": "boolean"
1400 },
1401 {
1402 "type": "null"
1403 }
1404 ],
1405 },
1406 "operator": {
1407 "$ref": "#/components/schemas/Operator",
1408 }
1409 },
1410 "type": "object"
1411 },
1412 "TaskRunFilterId": {
1413 "additionalProperties": false,
1414 "properties": {
1415 "any_": {
1416 "anyOf": [
1417 {
1418 "items": {
1419 "format": "uuid",
1420 "type": "string"
1421 },
1422 "type": "array"
1423 },
1424 {
1425 "type": "null"
1426 }
1427 ],
1428 }
1429 },
1430 "type": "object"
1431 },
1432 "TaskRunFilterName": {
1433 "additionalProperties": false,
1434 "properties": {
1435 "any_": {
1436 "anyOf": [
1437 {
1438 "items": {
1439 "type": "string"
1440 },
1441 "type": "array"
1442 },
1443 {
1444 "type": "null"
1445 }
1446 ],
1447 "examples": [
1448 [
1449 "my-task-run-1",
1450 "my-task-run-2"
1451 ]
1452 ],
1453 },
1454 "like_": {
1455 "anyOf": [
1456 {
1457 "type": "string"
1458 },
1459 {
1460 "type": "null"
1461 }
1462 ],
1463 "examples": [
1464 "marvin"
1465 ],
1466 }
1467 },
1468 "type": "object"
1469 },
1470 "TaskRunFilterStartTime": {
1471 "additionalProperties": false,
1472 "properties": {
1473 "after_": {
1474 "anyOf": [
1475 {
1476 "format": "date-time",
1477 "type": "string"
1478 },
1479 {
1480 "type": "null"
1481 }
1482 ],
1483 },
1484 "before_": {
1485 "anyOf": [
1486 {
1487 "format": "date-time",
1488 "type": "string"
1489 },
1490 {
1491 "type": "null"
1492 }
1493 ],
1494 },
1495 "is_null_": {
1496 "anyOf": [
1497 {
1498 "type": "boolean"
1499 },
1500 {
1501 "type": "null"
1502 }
1503 ],
1504 }
1505 },
1506 "type": "object"
1507 },
1508 "TaskRunFilterState": {
1509 "additionalProperties": false,
1510 "properties": {
1511 "name": {
1512 "anyOf": [
1513 {
1514 "$ref": "#/components/schemas/TaskRunFilterStateName"
1515 },
1516 {
1517 "type": "null"
1518 }
1519 ],
1520 },
1521 "operator": {
1522 "$ref": "#/components/schemas/Operator",
1523 },
1524 "type": {
1525 "anyOf": [
1526 {
1527 "$ref": "#/components/schemas/TaskRunFilterStateType"
1528 },
1529 {
1530 "type": "null"
1531 }
1532 ],
1533 }
1534 },
1535 "type": "object"
1536 },
1537 "TaskRunFilterStateName": {
1538 "additionalProperties": false,
1539 "properties": {
1540 "any_": {
1541 "anyOf": [
1542 {
1543 "items": {
1544 "type": "string"
1545 },
1546 "type": "array"
1547 },
1548 {
1549 "type": "null"
1550 }
1551 ],
1552 }
1553 },
1554 "type": "object"
1555 },
1556 "TaskRunFilterStateType": {
1557 "additionalProperties": false,
1558 "properties": {
1559 "any_": {
1560 "anyOf": [
1561 {
1562 "items": {
1563 "$ref": "#/components/schemas/StateType"
1564 },
1565 "type": "array"
1566 },
1567 {
1568 "type": "null"
1569 }
1570 ],
1571 }
1572 },
1573 "type": "object"
1574 },
1575 "TaskRunFilterSubFlowRuns": {
1576 "additionalProperties": false,
1577 "properties": {
1578 "exists_": {
1579 "anyOf": [
1580 {
1581 "type": "boolean"
1582 },
1583 {
1584 "type": "null"
1585 }
1586 ],
1587 }
1588 },
1589 "type": "object"
1590 },
1591 "TaskRunFilterTags": {
1592 "additionalProperties": false,
1593 "properties": {
1594 "all_": {
1595 "anyOf": [
1596 {
1597 "items": {
1598 "type": "string"
1599 },
1600 "type": "array"
1601 },
1602 {
1603 "type": "null"
1604 }
1605 ],
1606 "examples": [
1607 [
1608 "tag-1",
1609 "tag-2"
1610 ]
1611 ],
1612 },
1613 "is_null_": {
1614 "anyOf": [
1615 {
1616 "type": "boolean"
1617 },
1618 {
1619 "type": "null"
1620 }
1621 ],
1622 },
1623 "operator": {
1624 "$ref": "#/components/schemas/Operator",
1625 }
1626 },
1627 "type": "object"
1628 },
1629 "WorkPoolFilter": {
1630 "additionalProperties": false,
1631 "properties": {
1632 "id": {
1633 "anyOf": [
1634 {
1635 "$ref": "#/components/schemas/WorkPoolFilterId"
1636 },
1637 {
1638 "type": "null"
1639 }
1640 ],
1641 },
1642 "name": {
1643 "anyOf": [
1644 {
1645 "$ref": "#/components/schemas/WorkPoolFilterName"
1646 },
1647 {
1648 "type": "null"
1649 }
1650 ],
1651 },
1652 "operator": {
1653 "$ref": "#/components/schemas/Operator",
1654 },
1655 "type": {
1656 "anyOf": [
1657 {
1658 "$ref": "#/components/schemas/WorkPoolFilterType"
1659 },
1660 {
1661 "type": "null"
1662 }
1663 ],
1664 }
1665 },
1666 "type": "object"
1667 },
1668 "WorkPoolFilterId": {
1669 "additionalProperties": false,
1670 "properties": {
1671 "any_": {
1672 "anyOf": [
1673 {
1674 "items": {
1675 "format": "uuid",
1676 "type": "string"
1677 },
1678 "type": "array"
1679 },
1680 {
1681 "type": "null"
1682 }
1683 ],
1684 }
1685 },
1686 "type": "object"
1687 },
1688 "WorkPoolFilterName": {
1689 "additionalProperties": false,
1690 "properties": {
1691 "any_": {
1692 "anyOf": [
1693 {
1694 "items": {
1695 "type": "string"
1696 },
1697 "type": "array"
1698 },
1699 {
1700 "type": "null"
1701 }
1702 ],
1703 }
1704 },
1705 "type": "object"
1706 },
1707 "WorkPoolFilterType": {
1708 "additionalProperties": false,
1709 "properties": {
1710 "any_": {
1711 "anyOf": [
1712 {
1713 "items": {
1714 "type": "string"
1715 },
1716 "type": "array"
1717 },
1718 {
1719 "type": "null"
1720 }
1721 ],
1722 }
1723 },
1724 "type": "object"
1725 },
1726 "WorkQueueFilter": {
1727 "additionalProperties": false,
1728 "properties": {
1729 "id": {
1730 "anyOf": [
1731 {
1732 "$ref": "#/components/schemas/WorkQueueFilterId"
1733 },
1734 {
1735 "type": "null"
1736 }
1737 ],
1738 },
1739 "name": {
1740 "anyOf": [
1741 {
1742 "$ref": "#/components/schemas/WorkQueueFilterName"
1743 },
1744 {
1745 "type": "null"
1746 }
1747 ],
1748 },
1749 "operator": {
1750 "$ref": "#/components/schemas/Operator",
1751 }
1752 },
1753 "type": "object"
1754 },
1755 "WorkQueueFilterId": {
1756 "additionalProperties": false,
1757 "properties": {
1758 "any_": {
1759 "anyOf": [
1760 {
1761 "items": {
1762 "format": "uuid",
1763 "type": "string"
1764 },
1765 "type": "array"
1766 },
1767 {
1768 "type": "null"
1769 }
1770 ],
1771 }
1772 },
1773 "type": "object"
1774 },
1775 "WorkQueueFilterName": {
1776 "additionalProperties": false,
1777 "properties": {
1778 "any_": {
1779 "anyOf": [
1780 {
1781 "items": {
1782 "type": "string"
1783 },
1784 "type": "array"
1785 },
1786 {
1787 "type": "null"
1788 }
1789 ],
1790 "examples": [
1791 [
1792 "wq-1",
1793 "wq-2"
1794 ]
1795 ],
1796 },
1797 "startswith_": {
1798 "anyOf": [
1799 {
1800 "items": {
1801 "type": "string"
1802 },
1803 "type": "array"
1804 },
1805 {
1806 "type": "null"
1807 }
1808 ],
1809 "examples": [
1810 [
1811 "marvin",
1812 "Marvin-robot"
1813 ]
1814 ],
1815 }
1816 },
1817 "type": "object"
1818 }
1819 }
1820 }
1821}
Responses
seen average

200
Successful Response
1 9.90ms
422
Validation Error
890 2.08ms
default
Default
731 7.27ms
Examples
21 of 21 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
page.default
 
1
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
sort.default
 
"ID_DESC"
 
operator.default
 
"and_"
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
0 -
default
Default
506 4.62ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
506 3.95ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json43 of 43 keywords covered
1{
2 "$ref": "#/components/schemas/FlowRunUpdate",
3 "components": {
4 "schemas": {
5 "FlowRunPolicy": {
6 "properties": {
7 "max_retries": {
8 "deprecated": true,
9 "type": "integer"
10 },
11 "pause_keys": {
12 "anyOf": [
13 {
14 "items": {
15 "type": "string"
16 },
17 "type": "array",
18 "uniqueItems": true
19 },
20 {
21 "type": "null"
22 }
23 ],
24 },
25 "resuming": {
26 "anyOf": [
27 {
28 "type": "boolean"
29 },
30 {
31 "type": "null"
32 }
33 ],
34 },
35 "retries": {
36 "anyOf": [
37 {
38 "type": "integer"
39 },
40 {
41 "type": "null"
42 }
43 ],
44 },
45 "retry_delay": {
46 "anyOf": [
47 {
48 "type": "integer"
49 },
50 {
51 "type": "null"
52 }
53 ],
54 },
55 "retry_delay_seconds": {
56 "deprecated": true,
57 "type": "number"
58 },
59 "retry_type": {
60 "anyOf": [
61 {
62 "enum": [
63 "in_process",
64 "reschedule"
65 ],
66 "type": "string"
67 },
68 {
69 "type": "null"
70 }
71 ],
72 }
73 },
74 "type": "object"
75 },
76 "FlowRunUpdate": {
77 "additionalProperties": false,
78 "properties": {
79 "empirical_policy": {
80 "$ref": "#/components/schemas/FlowRunPolicy"
81 },
82 "flow_version": {
83 "anyOf": [
84 {
85 "type": "string"
86 },
87 {
88 "type": "null"
89 }
90 ],
91 },
92 "infrastructure_pid": {
93 "anyOf": [
94 {
95 "type": "string"
96 },
97 {
98 "type": "null"
99 }
100 ],
101 },
102 "job_variables": {
103 "anyOf": [
104 {
Negative tests not applicable
105
"additionalProperties": true,
106 "type": "object"
107 },
108 {
109 "type": "null"
110 }
111 ],
112 },
113 "name": {
114 "anyOf": [
115 {
116 "type": "string"
117 },
118 {
119 "type": "null"
120 }
121 ],
122 },
123 "parameters": {
Negative tests not applicable
124
"additionalProperties": true,
125 "type": "object"
126 },
127 "tags": {
128 "items": {
129 "type": "string"
130 },
131 "type": "array"
132 }
133 },
134 "type": "object"
135 }
136 }
137 }
138}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
75 1.96ms
default
Default
524 5.04ms
Examples
3 of 3 covered

Body: application/json
max_retries.default
 
0
 
retry_delay_seconds.default
 
0
 
resuming.default
 
false
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
155 5.48ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Query Parameters

since2 of 2 keywords covered
1{
2 "format": "date-time",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
4 1.10ms
default
Default
507 5.72ms
Examples
1 of 1 covered

Query
since
 
"0001-01-01T00:00:00+00:00"
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json8 of 10 keywords covered
1{
2 "$ref": "#/components/schemas/Body_create_flow_run_input_flow_runs__id__input_post",
3 "components": {
4 "schemas": {
5 "Body_create_flow_run_input_flow_runs__id__input_post": {
6 "properties": {
7 "key": {
8 "type": "string"
9 },
10 "sender": {
11 "anyOf": [
12 {
13 "type": "string"
14 },
15 {
16 "type": "null"
17 }
18 ],
19 },
20 "value": {
Missing negative tests
21
"format": "binary",
Missing negative tests
22
"type": "string"
23 }
24 },
25 "required": [
26 "key",
27 "value"
28 ],
29 "type": "object"
30 }
31 }
32 }
33}
Responses
seen average

201
Successful Response
0 -
422
Validation Error
16 1.47ms
default
Default
507 3.05ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json8 of 8 keywords covered
1{
2 "$ref": "#/components/schemas/Body_filter_flow_run_input_flow_runs__id__input_filter_post",
3 "components": {
4 "schemas": {
5 "Body_filter_flow_run_input_flow_runs__id__input_filter_post": {
6 "properties": {
7 "exclude_keys": {
8 "items": {
9 "type": "string"
10 },
11 "type": "array"
12 },
13 "limit": {
14 "type": "integer"
15 },
16 "prefix": {
17 "type": "string"
18 }
19 },
20 "required": [
21 "prefix"
22 ],
23 "type": "object"
24 }
25 }
26 }
27}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
22 1.36ms
default
Default
511 5.09ms
Examples
2 of 2 covered

Body: application/json
exclude_keys.default
 
[]
 
limit.default
 
1
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
key1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
0 -
default
Default
506 6.65ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
key1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
387 5.62ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json2 of 2 keywords covered
1{
Negative tests not applicable
2
"additionalProperties": true,
3 "type": "object"
4}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
5 1.22ms
default
Default
506 5.96ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
508 5.39ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json7 of 7 keywords covered
1{
2 "$ref": "#/components/schemas/Body_resume_flow_run_flow_runs__id__resume_post",
3 "components": {
4 "schemas": {
5 "Body_resume_flow_run_flow_runs__id__resume_post": {
6 "properties": {
7 "run_input": {
8 "anyOf": [
9 {
Negative tests not applicable
10
"additionalProperties": true,
11 "type": "object"
12 },
13 {
14 "type": "null"
15 }
16 ],
17 }
18 },
19 "type": "object"
20 }
21 }
22 }
23}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
7 1.62ms
default
Default
508 4.59ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json82 of 83 keywords covered
1{
2 "$ref": "#/components/schemas/Body_set_flow_run_state_flow_runs__id__set_state_post",
3 "components": {
4 "schemas": {
5 "Body_set_flow_run_state_flow_runs__id__set_state_post": {
6 "properties": {
7 "force": {
8 "type": "boolean"
9 },
10 "state": {
11 "$ref": "#/components/schemas/StateCreate",
12 }
13 },
14 "required": [
15 "state"
16 ],
17 "type": "object"
18 },
19 "StateCreate": {
20 "additionalProperties": false,
21 "properties": {
22 "data": {
Negative tests not applicable
23
"anyOf": [
24 {},
25 {
26 "type": "null"
27 }
Negative tests not applicable
28
],
29 },
30 "message": {
31 "anyOf": [
32 {
33 "type": "string"
34 },
35 {
36 "type": "null"
37 }
38 ],
39 },
40 "name": {
41 "anyOf": [
42 {
43 "type": "string"
44 },
45 {
46 "type": "null"
47 }
48 ],
49 },
50 "state_details": {
51 "$ref": "#/components/schemas/StateDetails",
52 },
53 "type": {
54 "$ref": "#/components/schemas/StateType",
55 }
56 },
57 "required": [
58 "type"
59 ],
60 "type": "object"
61 },
62 "StateDetails": {
63 "properties": {
64 "cache_expiration": {
65 "anyOf": [
66 {
67 "format": "date-time",
68 "type": "string"
69 },
70 {
71 "type": "null"
72 }
73 ],
74 },
75 "cache_key": {
76 "anyOf": [
77 {
78 "type": "string"
79 },
80 {
81 "type": "null"
82 }
83 ],
84 },
85 "child_flow_run_id": {
86 "anyOf": [
87 {
88 "format": "uuid",
89 "type": "string"
90 },
91 {
92 "type": "null"
93 }
94 ],
95 },
96 "deferred": {
97 "anyOf": [
98 {
99 "type": "boolean"
100 },
101 {
102 "type": "null"
103 }
104 ],
105 },
106 "deployment_concurrency_lease_id": {
107 "anyOf": [
108 {
109 "format": "uuid",
110 "type": "string"
111 },
112 {
113 "type": "null"
114 }
115 ],
116 },
117 "flow_run_id": {
118 "anyOf": [
119 {
120 "format": "uuid",
121 "type": "string"
122 },
123 {
124 "type": "null"
125 }
126 ],
127 },
128 "pause_key": {
129 "anyOf": [
130 {
131 "type": "string"
132 },
133 {
134 "type": "null"
135 }
136 ],
137 },
138 "pause_reschedule": {
139 "type": "boolean"
140 },
141 "pause_timeout": {
142 "anyOf": [
143 {
144 "format": "date-time",
145 "type": "string"
146 },
147 {
148 "type": "null"
149 }
150 ],
151 },
152 "refresh_cache": {
153 "anyOf": [
154 {
155 "type": "boolean"
156 },
157 {
158 "type": "null"
159 }
160 ],
161 },
162 "retriable": {
163 "anyOf": [
164 {
165 "type": "boolean"
166 },
167 {
168 "type": "null"
169 }
170 ],
171 },
172 "run_input_keyset": {
173 "anyOf": [
174 {
175 "additionalProperties": {
Missing negative tests
176
"type": "string"
177 },
178 "type": "object"
179 },
180 {
181 "type": "null"
182 }
183 ],
184 },
185 "scheduled_time": {
186 "anyOf": [
187 {
188 "format": "date-time",
189 "type": "string"
190 },
191 {
192 "type": "null"
193 }
194 ],
195 },
196 "task_parameters_id": {
197 "anyOf": [
198 {
199 "format": "uuid",
200 "type": "string"
201 },
202 {
203 "type": "null"
204 }
205 ],
206 },
207 "task_run_id": {
208 "anyOf": [
209 {
210 "format": "uuid",
211 "type": "string"
212 },
213 {
214 "type": "null"
215 }
216 ],
217 },
218 "traceparent": {
219 "anyOf": [
220 {
221 "type": "string"
222 },
223 {
224 "type": "null"
225 }
226 ],
227 },
228 "transition_id": {
229 "anyOf": [
230 {
231 "format": "uuid",
232 "type": "string"
233 },
234 {
235 "type": "null"
236 }
237 ],
238 },
239 "untrackable_result": {
240 "type": "boolean"
241 }
242 },
243 "type": "object"
244 },
245 "StateType": {
246 "enum": [
247 "SCHEDULED",
248 "PENDING",
249 "RUNNING",
250 "COMPLETED",
251 "FAILED",
252 "CANCELLED",
253 "CRASHED",
254 "PAUSED",
255 "CANCELLING"
256 ],
257 "type": "string"
258 }
259 }
260 }
261}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
102 2.15ms
default
Default
556 5.60ms
Examples
4 of 4 covered

Body: application/json
untrackable_result.default
 
false
 
pause_reschedule.default
 
false
 
deferred.default
 
false
 
force.default
 
false
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json15 of 16 keywords covered
1{
2 "$ref": "#/components/schemas/FlowCreate",
3 "components": {
4 "schemas": {
5 "FlowCreate": {
6 "additionalProperties": false,
7 "properties": {
8 "labels": {
9 "anyOf": [
10 {
11 "additionalProperties": {
Missing negative tests
12
"anyOf": [
13 {
14 "type": "boolean"
15 },
16 {
17 "type": "integer"
18 },
19 {
20 "type": "number"
21 },
22 {
23 "type": "string"
24 }
Missing negative tests
25
]
26 },
27 "type": "object"
28 },
29 {
30 "type": "null"
31 }
32 ],
33 "examples": [
34 {
35 "key": "value1",
36 "key2": 42
37 }
38 ],
39 },
40 "name": {
41 "examples": [
42 "my-flow"
43 ],
44 "pattern": "^[^/%&><]+$",
45 "type": "string"
46 },
47 "tags": {
48 "examples": [
49 [
50 "tag-1",
51 "tag-2"
52 ]
53 ],
54 "items": {
55 "type": "string"
56 },
57 "type": "array"
58 }
59 },
60 "required": [
61 "name"
62 ],
63 "type": "object"
64 }
65 }
66 }
67}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
27 1.27ms
default
Default
522 5.41ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json500 of 500 keywords covered
1{
2 "$ref": "#/components/schemas/Body_count_flows_flows_count_post",
3 "components": {
4 "schemas": {
5 "Body_count_flows_flows_count_post": {
6 "properties": {
7 "deployments": {
8 "$ref": "#/components/schemas/DeploymentFilter"
9 },
10 "flow_runs": {
11 "$ref": "#/components/schemas/FlowRunFilter"
12 },
13 "flows": {
14 "$ref": "#/components/schemas/FlowFilter"
15 },
16 "task_runs": {
17 "$ref": "#/components/schemas/TaskRunFilter"
18 },
19 "work_pools": {
20 "$ref": "#/components/schemas/WorkPoolFilter"
21 }
22 },
23 "type": "object"
24 },
25 "DeploymentFilter": {
26 "additionalProperties": false,
27 "properties": {
28 "concurrency_limit": {
29 "anyOf": [
30 {
31 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
32 },
33 {
34 "type": "null"
35 }
36 ],
37 "deprecated": true,
38 },
39 "flow_or_deployment_name": {
40 "anyOf": [
41 {
42 "$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
43 },
44 {
45 "type": "null"
46 }
47 ],
48 },
49 "id": {
50 "anyOf": [
51 {
52 "$ref": "#/components/schemas/DeploymentFilterId"
53 },
54 {
55 "type": "null"
56 }
57 ],
58 },
59 "name": {
60 "anyOf": [
61 {
62 "$ref": "#/components/schemas/DeploymentFilterName"
63 },
64 {
65 "type": "null"
66 }
67 ],
68 },
69 "operator": {
70 "$ref": "#/components/schemas/Operator",
71 },
72 "paused": {
73 "anyOf": [
74 {
75 "$ref": "#/components/schemas/DeploymentFilterPaused"
76 },
77 {
78 "type": "null"
79 }
80 ],
81 },
82 "tags": {
83 "anyOf": [
84 {
85 "$ref": "#/components/schemas/DeploymentFilterTags"
86 },
87 {
88 "type": "null"
89 }
90 ],
91 },
92 "work_queue_name": {
93 "anyOf": [
94 {
95 "$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
96 },
97 {
98 "type": "null"
99 }
100 ],
101 }
102 },
103 "type": "object"
104 },
105 "DeploymentFilterConcurrencyLimit": {
106 "additionalProperties": false,
107 "properties": {
108 "ge_": {
109 "anyOf": [
110 {
111 "type": "integer"
112 },
113 {
114 "type": "null"
115 }
116 ],
117 },
118 "is_null_": {
119 "anyOf": [
120 {
121 "type": "boolean"
122 },
123 {
124 "type": "null"
125 }
126 ],
127 },
128 "le_": {
129 "anyOf": [
130 {
131 "type": "integer"
132 },
133 {
134 "type": "null"
135 }
136 ],
137 }
138 },
139 "type": "object"
140 },
141 "DeploymentFilterId": {
142 "additionalProperties": false,
143 "properties": {
144 "any_": {
145 "anyOf": [
146 {
147 "items": {
148 "format": "uuid",
149 "type": "string"
150 },
151 "type": "array"
152 },
153 {
154 "type": "null"
155 }
156 ],
157 },
158 "not_any_": {
159 "anyOf": [
160 {
161 "items": {
162 "format": "uuid",
163 "type": "string"
164 },
165 "type": "array"
166 },
167 {
168 "type": "null"
169 }
170 ],
171 }
172 },
173 "type": "object"
174 },
175 "DeploymentFilterName": {
176 "additionalProperties": false,
177 "properties": {
178 "any_": {
179 "anyOf": [
180 {
181 "items": {
182 "type": "string"
183 },
184 "type": "array"
185 },
186 {
187 "type": "null"
188 }
189 ],
190 "examples": [
191 [
192 "my-deployment-1",
193 "my-deployment-2"
194 ]
195 ],
196 },
197 "like_": {
198 "anyOf": [
199 {
200 "type": "string"
201 },
202 {
203 "type": "null"
204 }
205 ],
206 "examples": [
207 "marvin"
208 ],
209 }
210 },
211 "type": "object"
212 },
213 "DeploymentFilterPaused": {
214 "additionalProperties": false,
215 "properties": {
216 "eq_": {
217 "anyOf": [
218 {
219 "type": "boolean"
220 },
221 {
222 "type": "null"
223 }
224 ],
225 }
226 },
227 "type": "object"
228 },
229 "DeploymentFilterTags": {
230 "additionalProperties": false,
231 "properties": {
232 "all_": {
233 "anyOf": [
234 {
235 "items": {
236 "type": "string"
237 },
238 "type": "array"
239 },
240 {
241 "type": "null"
242 }
243 ],
244 "examples": [
245 [
246 "tag-1",
247 "tag-2"
248 ]
249 ],
250 },
251 "any_": {
252 "anyOf": [
253 {
254 "items": {
255 "type": "string"
256 },
257 "type": "array"
258 },
259 {
260 "type": "null"
261 }
262 ],
263 "examples": [
264 [
265 "tag-1",
266 "tag-2"
267 ]
268 ],
269 },
270 "is_null_": {
271 "anyOf": [
272 {
273 "type": "boolean"
274 },
275 {
276 "type": "null"
277 }
278 ],
279 },
280 "operator": {
281 "$ref": "#/components/schemas/Operator",
282 }
283 },
284 "type": "object"
285 },
286 "DeploymentFilterWorkQueueName": {
287 "additionalProperties": false,
288 "properties": {
289 "any_": {
290 "anyOf": [
291 {
292 "items": {
293 "type": "string"
294 },
295 "type": "array"
296 },
297 {
298 "type": "null"
299 }
300 ],
301 "examples": [
302 [
303 "work_queue_1",
304 "work_queue_2"
305 ]
306 ],
307 }
308 },
309 "type": "object"
310 },
311 "DeploymentOrFlowNameFilter": {
312 "additionalProperties": false,
313 "properties": {
314 "like_": {
315 "anyOf": [
316 {
317 "type": "string"
318 },
319 {
320 "type": "null"
321 }
322 ],
323 }
324 },
325 "type": "object"
326 },
327 "FlowFilter": {
328 "additionalProperties": false,
329 "properties": {
330 "deployment": {
331 "anyOf": [
332 {
333 "$ref": "#/components/schemas/FlowFilterDeployment"
334 },
335 {
336 "type": "null"
337 }
338 ],
339 },
340 "id": {
341 "anyOf": [
342 {
343 "$ref": "#/components/schemas/FlowFilterId"
344 },
345 {
346 "type": "null"
347 }
348 ],
349 },
350 "name": {
351 "anyOf": [
352 {
353 "$ref": "#/components/schemas/FlowFilterName"
354 },
355 {
356 "type": "null"
357 }
358 ],
359 },
360 "operator": {
361 "$ref": "#/components/schemas/Operator",
362 },
363 "tags": {
364 "anyOf": [
365 {
366 "$ref": "#/components/schemas/FlowFilterTags"
367 },
368 {
369 "type": "null"
370 }
371 ],
372 }
373 },
374 "type": "object"
375 },
376 "FlowFilterDeployment": {
377 "additionalProperties": false,
378 "properties": {
379 "is_null_": {
380 "anyOf": [
381 {
382 "type": "boolean"
383 },
384 {
385 "type": "null"
386 }
387 ],
388 },
389 "operator": {
390 "$ref": "#/components/schemas/Operator",
391 }
392 },
393 "type": "object"
394 },
395 "FlowFilterId": {
396 "additionalProperties": false,
397 "properties": {
398 "any_": {
399 "anyOf": [
400 {
401 "items": {
402 "format": "uuid",
403 "type": "string"
404 },
405 "type": "array"
406 },
407 {
408 "type": "null"
409 }
410 ],
411 }
412 },
413 "type": "object"
414 },
415 "FlowFilterName": {
416 "additionalProperties": false,
417 "properties": {
418 "any_": {
419 "anyOf": [
420 {
421 "items": {
422 "type": "string"
423 },
424 "type": "array"
425 },
426 {
427 "type": "null"
428 }
429 ],
430 "examples": [
431 [
432 "my-flow-1",
433 "my-flow-2"
434 ]
435 ],
436 },
437 "like_": {
438 "anyOf": [
439 {
440 "type": "string"
441 },
442 {
443 "type": "null"
444 }
445 ],
446 "examples": [
447 "marvin"
448 ],
449 }
450 },
451 "type": "object"
452 },
453 "FlowFilterTags": {
454 "additionalProperties": false,
455 "properties": {
456 "all_": {
457 "anyOf": [
458 {
459 "items": {
460 "type": "string"
461 },
462 "type": "array"
463 },
464 {
465 "type": "null"
466 }
467 ],
468 "examples": [
469 [
470 "tag-1",
471 "tag-2"
472 ]
473 ],
474 },
475 "is_null_": {
476 "anyOf": [
477 {
478 "type": "boolean"
479 },
480 {
481 "type": "null"
482 }
483 ],
484 },
485 "operator": {
486 "$ref": "#/components/schemas/Operator",
487 }
488 },
489 "type": "object"
490 },
491 "FlowRunFilter": {
492 "additionalProperties": false,
493 "properties": {
494 "deployment_id": {
495 "anyOf": [
496 {
497 "$ref": "#/components/schemas/FlowRunFilterDeploymentId"
498 },
499 {
500 "type": "null"
501 }
502 ],
503 },
504 "end_time": {
505 "anyOf": [
506 {
507 "$ref": "#/components/schemas/FlowRunFilterEndTime"
508 },
509 {
510 "type": "null"
511 }
512 ],
513 },
514 "expected_start_time": {
515 "anyOf": [
516 {
517 "$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
518 },
519 {
520 "type": "null"
521 }
522 ],
523 },
524 "flow_version": {
525 "anyOf": [
526 {
527 "$ref": "#/components/schemas/FlowRunFilterFlowVersion"
528 },
529 {
530 "type": "null"
531 }
532 ],
533 },
534 "id": {
535 "anyOf": [
536 {
537 "$ref": "#/components/schemas/FlowRunFilterId"
538 },
539 {
540 "type": "null"
541 }
542 ],
543 },
544 "idempotency_key": {
545 "anyOf": [
546 {
547 "$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
548 },
549 {
550 "type": "null"
551 }
552 ],
553 },
554 "name": {
555 "anyOf": [
556 {
557 "$ref": "#/components/schemas/FlowRunFilterName"
558 },
559 {
560 "type": "null"
561 }
562 ],
563 },
564 "next_scheduled_start_time": {
565 "anyOf": [
566 {
567 "$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
568 },
569 {
570 "type": "null"
571 }
572 ],
573 },
574 "operator": {
575 "$ref": "#/components/schemas/Operator",
576 },
577 "parent_flow_run_id": {
578 "anyOf": [
579 {
580 "$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
581 },
582 {
583 "type": "null"
584 }
585 ],
586 },
587 "parent_task_run_id": {
588 "anyOf": [
589 {
590 "$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
591 },
592 {
593 "type": "null"
594 }
595 ],
596 },
597 "start_time": {
598 "anyOf": [
599 {
600 "$ref": "#/components/schemas/FlowRunFilterStartTime"
601 },
602 {
603 "type": "null"
604 }
605 ],
606 },
607 "state": {
608 "anyOf": [
609 {
610 "$ref": "#/components/schemas/FlowRunFilterState"
611 },
612 {
613 "type": "null"
614 }
615 ],
616 },
617 "tags": {
618 "anyOf": [
619 {
620 "$ref": "#/components/schemas/FlowRunFilterTags"
621 },
622 {
623 "type": "null"
624 }
625 ],
626 },
627 "work_queue_name": {
628 "anyOf": [
629 {
630 "$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
631 },
632 {
633 "type": "null"
634 }
635 ],
636 }
637 },
638 "type": "object"
639 },
640 "FlowRunFilterDeploymentId": {
641 "additionalProperties": false,
642 "properties": {
643 "any_": {
644 "anyOf": [
645 {
646 "items": {
647 "format": "uuid",
648 "type": "string"
649 },
650 "type": "array"
651 },
652 {
653 "type": "null"
654 }
655 ],
656 },
657 "is_null_": {
658 "anyOf": [
659 {
660 "type": "boolean"
661 },
662 {
663 "type": "null"
664 }
665 ],
666 },
667 "operator": {
668 "$ref": "#/components/schemas/Operator",
669 }
670 },
671 "type": "object"
672 },
673 "FlowRunFilterEndTime": {
674 "additionalProperties": false,
675 "properties": {
676 "after_": {
677 "anyOf": [
678 {
679 "format": "date-time",
680 "type": "string"
681 },
682 {
683 "type": "null"
684 }
685 ],
686 },
687 "before_": {
688 "anyOf": [
689 {
690 "format": "date-time",
691 "type": "string"
692 },
693 {
694 "type": "null"
695 }
696 ],
697 },
698 "is_null_": {
699 "anyOf": [
700 {
701 "type": "boolean"
702 },
703 {
704 "type": "null"
705 }
706 ],
707 }
708 },
709 "type": "object"
710 },
711 "FlowRunFilterExpectedStartTime": {
712 "additionalProperties": false,
713 "properties": {
714 "after_": {
715 "anyOf": [
716 {
717 "format": "date-time",
718 "type": "string"
719 },
720 {
721 "type": "null"
722 }
723 ],
724 },
725 "before_": {
726 "anyOf": [
727 {
728 "format": "date-time",
729 "type": "string"
730 },
731 {
732 "type": "null"
733 }
734 ],
735 }
736 },
737 "type": "object"
738 },
739 "FlowRunFilterFlowVersion": {
740 "additionalProperties": false,
741 "properties": {
742 "any_": {
743 "anyOf": [
744 {
745 "items": {
746 "type": "string"
747 },
748 "type": "array"
749 },
750 {
751 "type": "null"
752 }
753 ],
754 }
755 },
756 "type": "object"
757 },
758 "FlowRunFilterId": {
759 "additionalProperties": false,
760 "properties": {
761 "any_": {
762 "anyOf": [
763 {
764 "items": {
765 "format": "uuid",
766 "type": "string"
767 },
768 "type": "array"
769 },
770 {
771 "type": "null"
772 }
773 ],
774 },
775 "not_any_": {
776 "anyOf": [
777 {
778 "items": {
779 "format": "uuid",
780 "type": "string"
781 },
782 "type": "array"
783 },
784 {
785 "type": "null"
786 }
787 ],
788 }
789 },
790 "type": "object"
791 },
792 "FlowRunFilterIdempotencyKey": {
793 "additionalProperties": false,
794 "properties": {
795 "any_": {
796 "anyOf": [
797 {
798 "items": {
799 "type": "string"
800 },
801 "type": "array"
802 },
803 {
804 "type": "null"
805 }
806 ],
807 },
808 "not_any_": {
809 "anyOf": [
810 {
811 "items": {
812 "type": "string"
813 },
814 "type": "array"
815 },
816 {
817 "type": "null"
818 }
819 ],
820 }
821 },
822 "type": "object"
823 },
824 "FlowRunFilterName": {
825 "additionalProperties": false,
826 "properties": {
827 "any_": {
828 "anyOf": [
829 {
830 "items": {
831 "type": "string"
832 },
833 "type": "array"
834 },
835 {
836 "type": "null"
837 }
838 ],
839 "examples": [
840 [
841 "my-flow-run-1",
842 "my-flow-run-2"
843 ]
844 ],
845 },
846 "like_": {
847 "anyOf": [
848 {
849 "type": "string"
850 },
851 {
852 "type": "null"
853 }
854 ],
855 "examples": [
856 "marvin"
857 ],
858 }
859 },
860 "type": "object"
861 },
862 "FlowRunFilterNextScheduledStartTime": {
863 "additionalProperties": false,
864 "properties": {
865 "after_": {
866 "anyOf": [
867 {
868 "format": "date-time",
869 "type": "string"
870 },
871 {
872 "type": "null"
873 }
874 ],
875 },
876 "before_": {
877 "anyOf": [
878 {
879 "format": "date-time",
880 "type": "string"
881 },
882 {
883 "type": "null"
884 }
885 ],
886 }
887 },
888 "type": "object"
889 },
890 "FlowRunFilterParentFlowRunId": {
891 "additionalProperties": false,
892 "properties": {
893 "any_": {
894 "anyOf": [
895 {
896 "items": {
897 "format": "uuid",
898 "type": "string"
899 },
900 "type": "array"
901 },
902 {
903 "type": "null"
904 }
905 ],
906 },
907 "operator": {
908 "$ref": "#/components/schemas/Operator",
909 }
910 },
911 "type": "object"
912 },
913 "FlowRunFilterParentTaskRunId": {
914 "additionalProperties": false,
915 "properties": {
916 "any_": {
917 "anyOf": [
918 {
919 "items": {
920 "format": "uuid",
921 "type": "string"
922 },
923 "type": "array"
924 },
925 {
926 "type": "null"
927 }
928 ],
929 },
930 "is_null_": {
931 "anyOf": [
932 {
933 "type": "boolean"
934 },
935 {
936 "type": "null"
937 }
938 ],
939 },
940 "operator": {
941 "$ref": "#/components/schemas/Operator",
942 }
943 },
944 "type": "object"
945 },
946 "FlowRunFilterStartTime": {
947 "additionalProperties": false,
948 "properties": {
949 "after_": {
950 "anyOf": [
951 {
952 "format": "date-time",
953 "type": "string"
954 },
955 {
956 "type": "null"
957 }
958 ],
959 },
960 "before_": {
961 "anyOf": [
962 {
963 "format": "date-time",
964 "type": "string"
965 },
966 {
967 "type": "null"
968 }
969 ],
970 },
971 "is_null_": {
972 "anyOf": [
973 {
974 "type": "boolean"
975 },
976 {
977 "type": "null"
978 }
979 ],
980 }
981 },
982 "type": "object"
983 },
984 "FlowRunFilterState": {
985 "additionalProperties": false,
986 "properties": {
987 "name": {
988 "anyOf": [
989 {
990 "$ref": "#/components/schemas/FlowRunFilterStateName"
991 },
992 {
993 "type": "null"
994 }
995 ],
996 },
997 "operator": {
998 "$ref": "#/components/schemas/Operator",
999 },
1000 "type": {
1001 "anyOf": [
1002 {
1003 "$ref": "#/components/schemas/FlowRunFilterStateType"
1004 },
1005 {
1006 "type": "null"
1007 }
1008 ],
1009 }
1010 },
1011 "type": "object"
1012 },
1013 "FlowRunFilterStateName": {
1014 "additionalProperties": false,
1015 "properties": {
1016 "any_": {
1017 "anyOf": [
1018 {
1019 "items": {
1020 "type": "string"
1021 },
1022 "type": "array"
1023 },
1024 {
1025 "type": "null"
1026 }
1027 ],
1028 },
1029 "not_any_": {
1030 "anyOf": [
1031 {
1032 "items": {
1033 "type": "string"
1034 },
1035 "type": "array"
1036 },
1037 {
1038 "type": "null"
1039 }
1040 ],
1041 }
1042 },
1043 "type": "object"
1044 },
1045 "FlowRunFilterStateType": {
1046 "additionalProperties": false,
1047 "properties": {
1048 "any_": {
1049 "anyOf": [
1050 {
1051 "items": {
1052 "$ref": "#/components/schemas/StateType"
1053 },
1054 "type": "array"
1055 },
1056 {
1057 "type": "null"
1058 }
1059 ],
1060 },
1061 "not_any_": {
1062 "anyOf": [
1063 {
1064 "items": {
1065 "$ref": "#/components/schemas/StateType"
1066 },
1067 "type": "array"
1068 },
1069 {
1070 "type": "null"
1071 }
1072 ],
1073 }
1074 },
1075 "type": "object"
1076 },
1077 "FlowRunFilterTags": {
1078 "additionalProperties": false,
1079 "properties": {
1080 "all_": {
1081 "anyOf": [
1082 {
1083 "items": {
1084 "type": "string"
1085 },
1086 "type": "array"
1087 },
1088 {
1089 "type": "null"
1090 }
1091 ],
1092 "examples": [
1093 [
1094 "tag-1",
1095 "tag-2"
1096 ]
1097 ],
1098 },
1099 "any_": {
1100 "anyOf": [
1101 {
1102 "items": {
1103 "type": "string"
1104 },
1105 "type": "array"
1106 },
1107 {
1108 "type": "null"
1109 }
1110 ],
1111 "examples": [
1112 [
1113 "tag-1",
1114 "tag-2"
1115 ]
1116 ],
1117 },
1118 "is_null_": {
1119 "anyOf": [
1120 {
1121 "type": "boolean"
1122 },
1123 {
1124 "type": "null"
1125 }
1126 ],
1127 },
1128 "operator": {
1129 "$ref": "#/components/schemas/Operator",
1130 }
1131 },
1132 "type": "object"
1133 },
1134 "FlowRunFilterWorkQueueName": {
1135 "additionalProperties": false,
1136 "properties": {
1137 "any_": {
1138 "anyOf": [
1139 {
1140 "items": {
1141 "type": "string"
1142 },
1143 "type": "array"
1144 },
1145 {
1146 "type": "null"
1147 }
1148 ],
1149 "examples": [
1150 [
1151 "work_queue_1",
1152 "work_queue_2"
1153 ]
1154 ],
1155 },
1156 "is_null_": {
1157 "anyOf": [
1158 {
1159 "type": "boolean"
1160 },
1161 {
1162 "type": "null"
1163 }
1164 ],
1165 },
1166 "operator": {
1167 "$ref": "#/components/schemas/Operator",
1168 }
1169 },
1170 "type": "object"
1171 },
1172 "Operator": {
1173 "enum": [
1174 "and_",
1175 "or_"
1176 ],
1177 "type": "string"
1178 },
1179 "StateType": {
1180 "enum": [
1181 "SCHEDULED",
1182 "PENDING",
1183 "RUNNING",
1184 "COMPLETED",
1185 "FAILED",
1186 "CANCELLED",
1187 "CRASHED",
1188 "PAUSED",
1189 "CANCELLING"
1190 ],
1191 "type": "string"
1192 },
1193 "TaskRunFilter": {
1194 "additionalProperties": false,
1195 "properties": {
1196 "expected_start_time": {
1197 "anyOf": [
1198 {
1199 "$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1200 },
1201 {
1202 "type": "null"
1203 }
1204 ],
1205 },
1206 "flow_run_id": {
1207 "anyOf": [
1208 {
1209 "$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1210 },
1211 {
1212 "type": "null"
1213 }
1214 ],
1215 },
1216 "id": {
1217 "anyOf": [
1218 {
1219 "$ref": "#/components/schemas/TaskRunFilterId"
1220 },
1221 {
1222 "type": "null"
1223 }
1224 ],
1225 },
1226 "name": {
1227 "anyOf": [
1228 {
1229 "$ref": "#/components/schemas/TaskRunFilterName"
1230 },
1231 {
1232 "type": "null"
1233 }
1234 ],
1235 },
1236 "operator": {
1237 "$ref": "#/components/schemas/Operator",
1238 },
1239 "start_time": {
1240 "anyOf": [
1241 {
1242 "$ref": "#/components/schemas/TaskRunFilterStartTime"
1243 },
1244 {
1245 "type": "null"
1246 }
1247 ],
1248 },
1249 "state": {
1250 "anyOf": [
1251 {
1252 "$ref": "#/components/schemas/TaskRunFilterState"
1253 },
1254 {
1255 "type": "null"
1256 }
1257 ],
1258 },
1259 "subflow_runs": {
1260 "anyOf": [
1261 {
1262 "$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1263 },
1264 {
1265 "type": "null"
1266 }
1267 ],
1268 },
1269 "tags": {
1270 "anyOf": [
1271 {
1272 "$ref": "#/components/schemas/TaskRunFilterTags"
1273 },
1274 {
1275 "type": "null"
1276 }
1277 ],
1278 }
1279 },
1280 "type": "object"
1281 },
1282 "TaskRunFilterExpectedStartTime": {
1283 "additionalProperties": false,
1284 "properties": {
1285 "after_": {
1286 "anyOf": [
1287 {
1288 "format": "date-time",
1289 "type": "string"
1290 },
1291 {
1292 "type": "null"
1293 }
1294 ],
1295 },
1296 "before_": {
1297 "anyOf": [
1298 {
1299 "format": "date-time",
1300 "type": "string"
1301 },
1302 {
1303 "type": "null"
1304 }
1305 ],
1306 }
1307 },
1308 "type": "object"
1309 },
1310 "TaskRunFilterFlowRunId": {
1311 "additionalProperties": false,
1312 "properties": {
1313 "any_": {
1314 "anyOf": [
1315 {
1316 "items": {
1317 "format": "uuid",
1318 "type": "string"
1319 },
1320 "type": "array"
1321 },
1322 {
1323 "type": "null"
1324 }
1325 ],
1326 },
1327 "is_null_": {
1328 "anyOf": [
1329 {
1330 "type": "boolean"
1331 },
1332 {
1333 "type": "null"
1334 }
1335 ],
1336 },
1337 "operator": {
1338 "$ref": "#/components/schemas/Operator",
1339 }
1340 },
1341 "type": "object"
1342 },
1343 "TaskRunFilterId": {
1344 "additionalProperties": false,
1345 "properties": {
1346 "any_": {
1347 "anyOf": [
1348 {
1349 "items": {
1350 "format": "uuid",
1351 "type": "string"
1352 },
1353 "type": "array"
1354 },
1355 {
1356 "type": "null"
1357 }
1358 ],
1359 }
1360 },
1361 "type": "object"
1362 },
1363 "TaskRunFilterName": {
1364 "additionalProperties": false,
1365 "properties": {
1366 "any_": {
1367 "anyOf": [
1368 {
1369 "items": {
1370 "type": "string"
1371 },
1372 "type": "array"
1373 },
1374 {
1375 "type": "null"
1376 }
1377 ],
1378 "examples": [
1379 [
1380 "my-task-run-1",
1381 "my-task-run-2"
1382 ]
1383 ],
1384 },
1385 "like_": {
1386 "anyOf": [
1387 {
1388 "type": "string"
1389 },
1390 {
1391 "type": "null"
1392 }
1393 ],
1394 "examples": [
1395 "marvin"
1396 ],
1397 }
1398 },
1399 "type": "object"
1400 },
1401 "TaskRunFilterStartTime": {
1402 "additionalProperties": false,
1403 "properties": {
1404 "after_": {
1405 "anyOf": [
1406 {
1407 "format": "date-time",
1408 "type": "string"
1409 },
1410 {
1411 "type": "null"
1412 }
1413 ],
1414 },
1415 "before_": {
1416 "anyOf": [
1417 {
1418 "format": "date-time",
1419 "type": "string"
1420 },
1421 {
1422 "type": "null"
1423 }
1424 ],
1425 },
1426 "is_null_": {
1427 "anyOf": [
1428 {
1429 "type": "boolean"
1430 },
1431 {
1432 "type": "null"
1433 }
1434 ],
1435 }
1436 },
1437 "type": "object"
1438 },
1439 "TaskRunFilterState": {
1440 "additionalProperties": false,
1441 "properties": {
1442 "name": {
1443 "anyOf": [
1444 {
1445 "$ref": "#/components/schemas/TaskRunFilterStateName"
1446 },
1447 {
1448 "type": "null"
1449 }
1450 ],
1451 },
1452 "operator": {
1453 "$ref": "#/components/schemas/Operator",
1454 },
1455 "type": {
1456 "anyOf": [
1457 {
1458 "$ref": "#/components/schemas/TaskRunFilterStateType"
1459 },
1460 {
1461 "type": "null"
1462 }
1463 ],
1464 }
1465 },
1466 "type": "object"
1467 },
1468 "TaskRunFilterStateName": {
1469 "additionalProperties": false,
1470 "properties": {
1471 "any_": {
1472 "anyOf": [
1473 {
1474 "items": {
1475 "type": "string"
1476 },
1477 "type": "array"
1478 },
1479 {
1480 "type": "null"
1481 }
1482 ],
1483 }
1484 },
1485 "type": "object"
1486 },
1487 "TaskRunFilterStateType": {
1488 "additionalProperties": false,
1489 "properties": {
1490 "any_": {
1491 "anyOf": [
1492 {
1493 "items": {
1494 "$ref": "#/components/schemas/StateType"
1495 },
1496 "type": "array"
1497 },
1498 {
1499 "type": "null"
1500 }
1501 ],
1502 }
1503 },
1504 "type": "object"
1505 },
1506 "TaskRunFilterSubFlowRuns": {
1507 "additionalProperties": false,
1508 "properties": {
1509 "exists_": {
1510 "anyOf": [
1511 {
1512 "type": "boolean"
1513 },
1514 {
1515 "type": "null"
1516 }
1517 ],
1518 }
1519 },
1520 "type": "object"
1521 },
1522 "TaskRunFilterTags": {
1523 "additionalProperties": false,
1524 "properties": {
1525 "all_": {
1526 "anyOf": [
1527 {
1528 "items": {
1529 "type": "string"
1530 },
1531 "type": "array"
1532 },
1533 {
1534 "type": "null"
1535 }
1536 ],
1537 "examples": [
1538 [
1539 "tag-1",
1540 "tag-2"
1541 ]
1542 ],
1543 },
1544 "is_null_": {
1545 "anyOf": [
1546 {
1547 "type": "boolean"
1548 },
1549 {
1550 "type": "null"
1551 }
1552 ],
1553 },
1554 "operator": {
1555 "$ref": "#/components/schemas/Operator",
1556 }
1557 },
1558 "type": "object"
1559 },
1560 "WorkPoolFilter": {
1561 "additionalProperties": false,
1562 "properties": {
1563 "id": {
1564 "anyOf": [
1565 {
1566 "$ref": "#/components/schemas/WorkPoolFilterId"
1567 },
1568 {
1569 "type": "null"
1570 }
1571 ],
1572 },
1573 "name": {
1574 "anyOf": [
1575 {
1576 "$ref": "#/components/schemas/WorkPoolFilterName"
1577 },
1578 {
1579 "type": "null"
1580 }
1581 ],
1582 },
1583 "operator": {
1584 "$ref": "#/components/schemas/Operator",
1585 },
1586 "type": {
1587 "anyOf": [
1588 {
1589 "$ref": "#/components/schemas/WorkPoolFilterType"
1590 },
1591 {
1592 "type": "null"
1593 }
1594 ],
1595 }
1596 },
1597 "type": "object"
1598 },
1599 "WorkPoolFilterId": {
1600 "additionalProperties": false,
1601 "properties": {
1602 "any_": {
1603 "anyOf": [
1604 {
1605 "items": {
1606 "format": "uuid",
1607 "type": "string"
1608 },
1609 "type": "array"
1610 },
1611 {
1612 "type": "null"
1613 }
1614 ],
1615 }
1616 },
1617 "type": "object"
1618 },
1619 "WorkPoolFilterName": {
1620 "additionalProperties": false,
1621 "properties": {
1622 "any_": {
1623 "anyOf": [
1624 {
1625 "items": {
1626 "type": "string"
1627 },
1628 "type": "array"
1629 },
1630 {
1631 "type": "null"
1632 }
1633 ],
1634 }
1635 },
1636 "type": "object"
1637 },
1638 "WorkPoolFilterType": {
1639 "additionalProperties": false,
1640 "properties": {
1641 "any_": {
1642 "anyOf": [
1643 {
1644 "items": {
1645 "type": "string"
1646 },
1647 "type": "array"
1648 },
1649 {
1650 "type": "null"
1651 }
1652 ],
1653 }
1654 },
1655 "type": "object"
1656 }
1657 }
1658 }
1659}
Responses
seen average

200
Successful Response
1 12.03ms
422
Validation Error
769 1.78ms
default
Default
754 6.57ms
Examples
18 of 18 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json506 of 506 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_flows_flows_filter_post",
3 "components": {
4 "schemas": {
5 "Body_read_flows_flows_filter_post": {
6 "properties": {
7 "deployments": {
8 "$ref": "#/components/schemas/DeploymentFilter"
9 },
10 "flow_runs": {
11 "$ref": "#/components/schemas/FlowRunFilter"
12 },
13 "flows": {
14 "$ref": "#/components/schemas/FlowFilter"
15 },
16 "limit": {
17 "type": "integer"
18 },
19 "offset": {
20 "minimum": 0.0,
21 "type": "integer"
22 },
23 "sort": {
24 "$ref": "#/components/schemas/FlowSort",
25 },
26 "task_runs": {
27 "$ref": "#/components/schemas/TaskRunFilter"
28 },
29 "work_pools": {
30 "$ref": "#/components/schemas/WorkPoolFilter"
31 }
32 },
33 "type": "object"
34 },
35 "DeploymentFilter": {
36 "additionalProperties": false,
37 "properties": {
38 "concurrency_limit": {
39 "anyOf": [
40 {
41 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
42 },
43 {
44 "type": "null"
45 }
46 ],
47 "deprecated": true,
48 },
49 "flow_or_deployment_name": {
50 "anyOf": [
51 {
52 "$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
53 },
54 {
55 "type": "null"
56 }
57 ],
58 },
59 "id": {
60 "anyOf": [
61 {
62 "$ref": "#/components/schemas/DeploymentFilterId"
63 },
64 {
65 "type": "null"
66 }
67 ],
68 },
69 "name": {
70 "anyOf": [
71 {
72 "$ref": "#/components/schemas/DeploymentFilterName"
73 },
74 {
75 "type": "null"
76 }
77 ],
78 },
79 "operator": {
80 "$ref": "#/components/schemas/Operator",
81 },
82 "paused": {
83 "anyOf": [
84 {
85 "$ref": "#/components/schemas/DeploymentFilterPaused"
86 },
87 {
88 "type": "null"
89 }
90 ],
91 },
92 "tags": {
93 "anyOf": [
94 {
95 "$ref": "#/components/schemas/DeploymentFilterTags"
96 },
97 {
98 "type": "null"
99 }
100 ],
101 },
102 "work_queue_name": {
103 "anyOf": [
104 {
105 "$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
106 },
107 {
108 "type": "null"
109 }
110 ],
111 }
112 },
113 "type": "object"
114 },
115 "DeploymentFilterConcurrencyLimit": {
116 "additionalProperties": false,
117 "properties": {
118 "ge_": {
119 "anyOf": [
120 {
121 "type": "integer"
122 },
123 {
124 "type": "null"
125 }
126 ],
127 },
128 "is_null_": {
129 "anyOf": [
130 {
131 "type": "boolean"
132 },
133 {
134 "type": "null"
135 }
136 ],
137 },
138 "le_": {
139 "anyOf": [
140 {
141 "type": "integer"
142 },
143 {
144 "type": "null"
145 }
146 ],
147 }
148 },
149 "type": "object"
150 },
151 "DeploymentFilterId": {
152 "additionalProperties": false,
153 "properties": {
154 "any_": {
155 "anyOf": [
156 {
157 "items": {
158 "format": "uuid",
159 "type": "string"
160 },
161 "type": "array"
162 },
163 {
164 "type": "null"
165 }
166 ],
167 },
168 "not_any_": {
169 "anyOf": [
170 {
171 "items": {
172 "format": "uuid",
173 "type": "string"
174 },
175 "type": "array"
176 },
177 {
178 "type": "null"
179 }
180 ],
181 }
182 },
183 "type": "object"
184 },
185 "DeploymentFilterName": {
186 "additionalProperties": false,
187 "properties": {
188 "any_": {
189 "anyOf": [
190 {
191 "items": {
192 "type": "string"
193 },
194 "type": "array"
195 },
196 {
197 "type": "null"
198 }
199 ],
200 "examples": [
201 [
202 "my-deployment-1",
203 "my-deployment-2"
204 ]
205 ],
206 },
207 "like_": {
208 "anyOf": [
209 {
210 "type": "string"
211 },
212 {
213 "type": "null"
214 }
215 ],
216 "examples": [
217 "marvin"
218 ],
219 }
220 },
221 "type": "object"
222 },
223 "DeploymentFilterPaused": {
224 "additionalProperties": false,
225 "properties": {
226 "eq_": {
227 "anyOf": [
228 {
229 "type": "boolean"
230 },
231 {
232 "type": "null"
233 }
234 ],
235 }
236 },
237 "type": "object"
238 },
239 "DeploymentFilterTags": {
240 "additionalProperties": false,
241 "properties": {
242 "all_": {
243 "anyOf": [
244 {
245 "items": {
246 "type": "string"
247 },
248 "type": "array"
249 },
250 {
251 "type": "null"
252 }
253 ],
254 "examples": [
255 [
256 "tag-1",
257 "tag-2"
258 ]
259 ],
260 },
261 "any_": {
262 "anyOf": [
263 {
264 "items": {
265 "type": "string"
266 },
267 "type": "array"
268 },
269 {
270 "type": "null"
271 }
272 ],
273 "examples": [
274 [
275 "tag-1",
276 "tag-2"
277 ]
278 ],
279 },
280 "is_null_": {
281 "anyOf": [
282 {
283 "type": "boolean"
284 },
285 {
286 "type": "null"
287 }
288 ],
289 },
290 "operator": {
291 "$ref": "#/components/schemas/Operator",
292 }
293 },
294 "type": "object"
295 },
296 "DeploymentFilterWorkQueueName": {
297 "additionalProperties": false,
298 "properties": {
299 "any_": {
300 "anyOf": [
301 {
302 "items": {
303 "type": "string"
304 },
305 "type": "array"
306 },
307 {
308 "type": "null"
309 }
310 ],
311 "examples": [
312 [
313 "work_queue_1",
314 "work_queue_2"
315 ]
316 ],
317 }
318 },
319 "type": "object"
320 },
321 "DeploymentOrFlowNameFilter": {
322 "additionalProperties": false,
323 "properties": {
324 "like_": {
325 "anyOf": [
326 {
327 "type": "string"
328 },
329 {
330 "type": "null"
331 }
332 ],
333 }
334 },
335 "type": "object"
336 },
337 "FlowFilter": {
338 "additionalProperties": false,
339 "properties": {
340 "deployment": {
341 "anyOf": [
342 {
343 "$ref": "#/components/schemas/FlowFilterDeployment"
344 },
345 {
346 "type": "null"
347 }
348 ],
349 },
350 "id": {
351 "anyOf": [
352 {
353 "$ref": "#/components/schemas/FlowFilterId"
354 },
355 {
356 "type": "null"
357 }
358 ],
359 },
360 "name": {
361 "anyOf": [
362 {
363 "$ref": "#/components/schemas/FlowFilterName"
364 },
365 {
366 "type": "null"
367 }
368 ],
369 },
370 "operator": {
371 "$ref": "#/components/schemas/Operator",
372 },
373 "tags": {
374 "anyOf": [
375 {
376 "$ref": "#/components/schemas/FlowFilterTags"
377 },
378 {
379 "type": "null"
380 }
381 ],
382 }
383 },
384 "type": "object"
385 },
386 "FlowFilterDeployment": {
387 "additionalProperties": false,
388 "properties": {
389 "is_null_": {
390 "anyOf": [
391 {
392 "type": "boolean"
393 },
394 {
395 "type": "null"
396 }
397 ],
398 },
399 "operator": {
400 "$ref": "#/components/schemas/Operator",
401 }
402 },
403 "type": "object"
404 },
405 "FlowFilterId": {
406 "additionalProperties": false,
407 "properties": {
408 "any_": {
409 "anyOf": [
410 {
411 "items": {
412 "format": "uuid",
413 "type": "string"
414 },
415 "type": "array"
416 },
417 {
418 "type": "null"
419 }
420 ],
421 }
422 },
423 "type": "object"
424 },
425 "FlowFilterName": {
426 "additionalProperties": false,
427 "properties": {
428 "any_": {
429 "anyOf": [
430 {
431 "items": {
432 "type": "string"
433 },
434 "type": "array"
435 },
436 {
437 "type": "null"
438 }
439 ],
440 "examples": [
441 [
442 "my-flow-1",
443 "my-flow-2"
444 ]
445 ],
446 },
447 "like_": {
448 "anyOf": [
449 {
450 "type": "string"
451 },
452 {
453 "type": "null"
454 }
455 ],
456 "examples": [
457 "marvin"
458 ],
459 }
460 },
461 "type": "object"
462 },
463 "FlowFilterTags": {
464 "additionalProperties": false,
465 "properties": {
466 "all_": {
467 "anyOf": [
468 {
469 "items": {
470 "type": "string"
471 },
472 "type": "array"
473 },
474 {
475 "type": "null"
476 }
477 ],
478 "examples": [
479 [
480 "tag-1",
481 "tag-2"
482 ]
483 ],
484 },
485 "is_null_": {
486 "anyOf": [
487 {
488 "type": "boolean"
489 },
490 {
491 "type": "null"
492 }
493 ],
494 },
495 "operator": {
496 "$ref": "#/components/schemas/Operator",
497 }
498 },
499 "type": "object"
500 },
501 "FlowRunFilter": {
502 "additionalProperties": false,
503 "properties": {
504 "deployment_id": {
505 "anyOf": [
506 {
507 "$ref": "#/components/schemas/FlowRunFilterDeploymentId"
508 },
509 {
510 "type": "null"
511 }
512 ],
513 },
514 "end_time": {
515 "anyOf": [
516 {
517 "$ref": "#/components/schemas/FlowRunFilterEndTime"
518 },
519 {
520 "type": "null"
521 }
522 ],
523 },
524 "expected_start_time": {
525 "anyOf": [
526 {
527 "$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
528 },
529 {
530 "type": "null"
531 }
532 ],
533 },
534 "flow_version": {
535 "anyOf": [
536 {
537 "$ref": "#/components/schemas/FlowRunFilterFlowVersion"
538 },
539 {
540 "type": "null"
541 }
542 ],
543 },
544 "id": {
545 "anyOf": [
546 {
547 "$ref": "#/components/schemas/FlowRunFilterId"
548 },
549 {
550 "type": "null"
551 }
552 ],
553 },
554 "idempotency_key": {
555 "anyOf": [
556 {
557 "$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
558 },
559 {
560 "type": "null"
561 }
562 ],
563 },
564 "name": {
565 "anyOf": [
566 {
567 "$ref": "#/components/schemas/FlowRunFilterName"
568 },
569 {
570 "type": "null"
571 }
572 ],
573 },
574 "next_scheduled_start_time": {
575 "anyOf": [
576 {
577 "$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
578 },
579 {
580 "type": "null"
581 }
582 ],
583 },
584 "operator": {
585 "$ref": "#/components/schemas/Operator",
586 },
587 "parent_flow_run_id": {
588 "anyOf": [
589 {
590 "$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
591 },
592 {
593 "type": "null"
594 }
595 ],
596 },
597 "parent_task_run_id": {
598 "anyOf": [
599 {
600 "$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
601 },
602 {
603 "type": "null"
604 }
605 ],
606 },
607 "start_time": {
608 "anyOf": [
609 {
610 "$ref": "#/components/schemas/FlowRunFilterStartTime"
611 },
612 {
613 "type": "null"
614 }
615 ],
616 },
617 "state": {
618 "anyOf": [
619 {
620 "$ref": "#/components/schemas/FlowRunFilterState"
621 },
622 {
623 "type": "null"
624 }
625 ],
626 },
627 "tags": {
628 "anyOf": [
629 {
630 "$ref": "#/components/schemas/FlowRunFilterTags"
631 },
632 {
633 "type": "null"
634 }
635 ],
636 },
637 "work_queue_name": {
638 "anyOf": [
639 {
640 "$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
641 },
642 {
643 "type": "null"
644 }
645 ],
646 }
647 },
648 "type": "object"
649 },
650 "FlowRunFilterDeploymentId": {
651 "additionalProperties": false,
652 "properties": {
653 "any_": {
654 "anyOf": [
655 {
656 "items": {
657 "format": "uuid",
658 "type": "string"
659 },
660 "type": "array"
661 },
662 {
663 "type": "null"
664 }
665 ],
666 },
667 "is_null_": {
668 "anyOf": [
669 {
670 "type": "boolean"
671 },
672 {
673 "type": "null"
674 }
675 ],
676 },
677 "operator": {
678 "$ref": "#/components/schemas/Operator",
679 }
680 },
681 "type": "object"
682 },
683 "FlowRunFilterEndTime": {
684 "additionalProperties": false,
685 "properties": {
686 "after_": {
687 "anyOf": [
688 {
689 "format": "date-time",
690 "type": "string"
691 },
692 {
693 "type": "null"
694 }
695 ],
696 },
697 "before_": {
698 "anyOf": [
699 {
700 "format": "date-time",
701 "type": "string"
702 },
703 {
704 "type": "null"
705 }
706 ],
707 },
708 "is_null_": {
709 "anyOf": [
710 {
711 "type": "boolean"
712 },
713 {
714 "type": "null"
715 }
716 ],
717 }
718 },
719 "type": "object"
720 },
721 "FlowRunFilterExpectedStartTime": {
722 "additionalProperties": false,
723 "properties": {
724 "after_": {
725 "anyOf": [
726 {
727 "format": "date-time",
728 "type": "string"
729 },
730 {
731 "type": "null"
732 }
733 ],
734 },
735 "before_": {
736 "anyOf": [
737 {
738 "format": "date-time",
739 "type": "string"
740 },
741 {
742 "type": "null"
743 }
744 ],
745 }
746 },
747 "type": "object"
748 },
749 "FlowRunFilterFlowVersion": {
750 "additionalProperties": false,
751 "properties": {
752 "any_": {
753 "anyOf": [
754 {
755 "items": {
756 "type": "string"
757 },
758 "type": "array"
759 },
760 {
761 "type": "null"
762 }
763 ],
764 }
765 },
766 "type": "object"
767 },
768 "FlowRunFilterId": {
769 "additionalProperties": false,
770 "properties": {
771 "any_": {
772 "anyOf": [
773 {
774 "items": {
775 "format": "uuid",
776 "type": "string"
777 },
778 "type": "array"
779 },
780 {
781 "type": "null"
782 }
783 ],
784 },
785 "not_any_": {
786 "anyOf": [
787 {
788 "items": {
789 "format": "uuid",
790 "type": "string"
791 },
792 "type": "array"
793 },
794 {
795 "type": "null"
796 }
797 ],
798 }
799 },
800 "type": "object"
801 },
802 "FlowRunFilterIdempotencyKey": {
803 "additionalProperties": false,
804 "properties": {
805 "any_": {
806 "anyOf": [
807 {
808 "items": {
809 "type": "string"
810 },
811 "type": "array"
812 },
813 {
814 "type": "null"
815 }
816 ],
817 },
818 "not_any_": {
819 "anyOf": [
820 {
821 "items": {
822 "type": "string"
823 },
824 "type": "array"
825 },
826 {
827 "type": "null"
828 }
829 ],
830 }
831 },
832 "type": "object"
833 },
834 "FlowRunFilterName": {
835 "additionalProperties": false,
836 "properties": {
837 "any_": {
838 "anyOf": [
839 {
840 "items": {
841 "type": "string"
842 },
843 "type": "array"
844 },
845 {
846 "type": "null"
847 }
848 ],
849 "examples": [
850 [
851 "my-flow-run-1",
852 "my-flow-run-2"
853 ]
854 ],
855 },
856 "like_": {
857 "anyOf": [
858 {
859 "type": "string"
860 },
861 {
862 "type": "null"
863 }
864 ],
865 "examples": [
866 "marvin"
867 ],
868 }
869 },
870 "type": "object"
871 },
872 "FlowRunFilterNextScheduledStartTime": {
873 "additionalProperties": false,
874 "properties": {
875 "after_": {
876 "anyOf": [
877 {
878 "format": "date-time",
879 "type": "string"
880 },
881 {
882 "type": "null"
883 }
884 ],
885 },
886 "before_": {
887 "anyOf": [
888 {
889 "format": "date-time",
890 "type": "string"
891 },
892 {
893 "type": "null"
894 }
895 ],
896 }
897 },
898 "type": "object"
899 },
900 "FlowRunFilterParentFlowRunId": {
901 "additionalProperties": false,
902 "properties": {
903 "any_": {
904 "anyOf": [
905 {
906 "items": {
907 "format": "uuid",
908 "type": "string"
909 },
910 "type": "array"
911 },
912 {
913 "type": "null"
914 }
915 ],
916 },
917 "operator": {
918 "$ref": "#/components/schemas/Operator",
919 }
920 },
921 "type": "object"
922 },
923 "FlowRunFilterParentTaskRunId": {
924 "additionalProperties": false,
925 "properties": {
926 "any_": {
927 "anyOf": [
928 {
929 "items": {
930 "format": "uuid",
931 "type": "string"
932 },
933 "type": "array"
934 },
935 {
936 "type": "null"
937 }
938 ],
939 },
940 "is_null_": {
941 "anyOf": [
942 {
943 "type": "boolean"
944 },
945 {
946 "type": "null"
947 }
948 ],
949 },
950 "operator": {
951 "$ref": "#/components/schemas/Operator",
952 }
953 },
954 "type": "object"
955 },
956 "FlowRunFilterStartTime": {
957 "additionalProperties": false,
958 "properties": {
959 "after_": {
960 "anyOf": [
961 {
962 "format": "date-time",
963 "type": "string"
964 },
965 {
966 "type": "null"
967 }
968 ],
969 },
970 "before_": {
971 "anyOf": [
972 {
973 "format": "date-time",
974 "type": "string"
975 },
976 {
977 "type": "null"
978 }
979 ],
980 },
981 "is_null_": {
982 "anyOf": [
983 {
984 "type": "boolean"
985 },
986 {
987 "type": "null"
988 }
989 ],
990 }
991 },
992 "type": "object"
993 },
994 "FlowRunFilterState": {
995 "additionalProperties": false,
996 "properties": {
997 "name": {
998 "anyOf": [
999 {
1000 "$ref": "#/components/schemas/FlowRunFilterStateName"
1001 },
1002 {
1003 "type": "null"
1004 }
1005 ],
1006 },
1007 "operator": {
1008 "$ref": "#/components/schemas/Operator",
1009 },
1010 "type": {
1011 "anyOf": [
1012 {
1013 "$ref": "#/components/schemas/FlowRunFilterStateType"
1014 },
1015 {
1016 "type": "null"
1017 }
1018 ],
1019 }
1020 },
1021 "type": "object"
1022 },
1023 "FlowRunFilterStateName": {
1024 "additionalProperties": false,
1025 "properties": {
1026 "any_": {
1027 "anyOf": [
1028 {
1029 "items": {
1030 "type": "string"
1031 },
1032 "type": "array"
1033 },
1034 {
1035 "type": "null"
1036 }
1037 ],
1038 },
1039 "not_any_": {
1040 "anyOf": [
1041 {
1042 "items": {
1043 "type": "string"
1044 },
1045 "type": "array"
1046 },
1047 {
1048 "type": "null"
1049 }
1050 ],
1051 }
1052 },
1053 "type": "object"
1054 },
1055 "FlowRunFilterStateType": {
1056 "additionalProperties": false,
1057 "properties": {
1058 "any_": {
1059 "anyOf": [
1060 {
1061 "items": {
1062 "$ref": "#/components/schemas/StateType"
1063 },
1064 "type": "array"
1065 },
1066 {
1067 "type": "null"
1068 }
1069 ],
1070 },
1071 "not_any_": {
1072 "anyOf": [
1073 {
1074 "items": {
1075 "$ref": "#/components/schemas/StateType"
1076 },
1077 "type": "array"
1078 },
1079 {
1080 "type": "null"
1081 }
1082 ],
1083 }
1084 },
1085 "type": "object"
1086 },
1087 "FlowRunFilterTags": {
1088 "additionalProperties": false,
1089 "properties": {
1090 "all_": {
1091 "anyOf": [
1092 {
1093 "items": {
1094 "type": "string"
1095 },
1096 "type": "array"
1097 },
1098 {
1099 "type": "null"
1100 }
1101 ],
1102 "examples": [
1103 [
1104 "tag-1",
1105 "tag-2"
1106 ]
1107 ],
1108 },
1109 "any_": {
1110 "anyOf": [
1111 {
1112 "items": {
1113 "type": "string"
1114 },
1115 "type": "array"
1116 },
1117 {
1118 "type": "null"
1119 }
1120 ],
1121 "examples": [
1122 [
1123 "tag-1",
1124 "tag-2"
1125 ]
1126 ],
1127 },
1128 "is_null_": {
1129 "anyOf": [
1130 {
1131 "type": "boolean"
1132 },
1133 {
1134 "type": "null"
1135 }
1136 ],
1137 },
1138 "operator": {
1139 "$ref": "#/components/schemas/Operator",
1140 }
1141 },
1142 "type": "object"
1143 },
1144 "FlowRunFilterWorkQueueName": {
1145 "additionalProperties": false,
1146 "properties": {
1147 "any_": {
1148 "anyOf": [
1149 {
1150 "items": {
1151 "type": "string"
1152 },
1153 "type": "array"
1154 },
1155 {
1156 "type": "null"
1157 }
1158 ],
1159 "examples": [
1160 [
1161 "work_queue_1",
1162 "work_queue_2"
1163 ]
1164 ],
1165 },
1166 "is_null_": {
1167 "anyOf": [
1168 {
1169 "type": "boolean"
1170 },
1171 {
1172 "type": "null"
1173 }
1174 ],
1175 },
1176 "operator": {
1177 "$ref": "#/components/schemas/Operator",
1178 }
1179 },
1180 "type": "object"
1181 },
1182 "FlowSort": {
1183 "enum": [
1184 "CREATED_DESC",
1185 "UPDATED_DESC",
1186 "NAME_ASC",
1187 "NAME_DESC"
1188 ],
1189 "type": "string"
1190 },
1191 "Operator": {
1192 "enum": [
1193 "and_",
1194 "or_"
1195 ],
1196 "type": "string"
1197 },
1198 "StateType": {
1199 "enum": [
1200 "SCHEDULED",
1201 "PENDING",
1202 "RUNNING",
1203 "COMPLETED",
1204 "FAILED",
1205 "CANCELLED",
1206 "CRASHED",
1207 "PAUSED",
1208 "CANCELLING"
1209 ],
1210 "type": "string"
1211 },
1212 "TaskRunFilter": {
1213 "additionalProperties": false,
1214 "properties": {
1215 "expected_start_time": {
1216 "anyOf": [
1217 {
1218 "$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1219 },
1220 {
1221 "type": "null"
1222 }
1223 ],
1224 },
1225 "flow_run_id": {
1226 "anyOf": [
1227 {
1228 "$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1229 },
1230 {
1231 "type": "null"
1232 }
1233 ],
1234 },
1235 "id": {
1236 "anyOf": [
1237 {
1238 "$ref": "#/components/schemas/TaskRunFilterId"
1239 },
1240 {
1241 "type": "null"
1242 }
1243 ],
1244 },
1245 "name": {
1246 "anyOf": [
1247 {
1248 "$ref": "#/components/schemas/TaskRunFilterName"
1249 },
1250 {
1251 "type": "null"
1252 }
1253 ],
1254 },
1255 "operator": {
1256 "$ref": "#/components/schemas/Operator",
1257 },
1258 "start_time": {
1259 "anyOf": [
1260 {
1261 "$ref": "#/components/schemas/TaskRunFilterStartTime"
1262 },
1263 {
1264 "type": "null"
1265 }
1266 ],
1267 },
1268 "state": {
1269 "anyOf": [
1270 {
1271 "$ref": "#/components/schemas/TaskRunFilterState"
1272 },
1273 {
1274 "type": "null"
1275 }
1276 ],
1277 },
1278 "subflow_runs": {
1279 "anyOf": [
1280 {
1281 "$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1282 },
1283 {
1284 "type": "null"
1285 }
1286 ],
1287 },
1288 "tags": {
1289 "anyOf": [
1290 {
1291 "$ref": "#/components/schemas/TaskRunFilterTags"
1292 },
1293 {
1294 "type": "null"
1295 }
1296 ],
1297 }
1298 },
1299 "type": "object"
1300 },
1301 "TaskRunFilterExpectedStartTime": {
1302 "additionalProperties": false,
1303 "properties": {
1304 "after_": {
1305 "anyOf": [
1306 {
1307 "format": "date-time",
1308 "type": "string"
1309 },
1310 {
1311 "type": "null"
1312 }
1313 ],
1314 },
1315 "before_": {
1316 "anyOf": [
1317 {
1318 "format": "date-time",
1319 "type": "string"
1320 },
1321 {
1322 "type": "null"
1323 }
1324 ],
1325 }
1326 },
1327 "type": "object"
1328 },
1329 "TaskRunFilterFlowRunId": {
1330 "additionalProperties": false,
1331 "properties": {
1332 "any_": {
1333 "anyOf": [
1334 {
1335 "items": {
1336 "format": "uuid",
1337 "type": "string"
1338 },
1339 "type": "array"
1340 },
1341 {
1342 "type": "null"
1343 }
1344 ],
1345 },
1346 "is_null_": {
1347 "anyOf": [
1348 {
1349 "type": "boolean"
1350 },
1351 {
1352 "type": "null"
1353 }
1354 ],
1355 },
1356 "operator": {
1357 "$ref": "#/components/schemas/Operator",
1358 }
1359 },
1360 "type": "object"
1361 },
1362 "TaskRunFilterId": {
1363 "additionalProperties": false,
1364 "properties": {
1365 "any_": {
1366 "anyOf": [
1367 {
1368 "items": {
1369 "format": "uuid",
1370 "type": "string"
1371 },
1372 "type": "array"
1373 },
1374 {
1375 "type": "null"
1376 }
1377 ],
1378 }
1379 },
1380 "type": "object"
1381 },
1382 "TaskRunFilterName": {
1383 "additionalProperties": false,
1384 "properties": {
1385 "any_": {
1386 "anyOf": [
1387 {
1388 "items": {
1389 "type": "string"
1390 },
1391 "type": "array"
1392 },
1393 {
1394 "type": "null"
1395 }
1396 ],
1397 "examples": [
1398 [
1399 "my-task-run-1",
1400 "my-task-run-2"
1401 ]
1402 ],
1403 },
1404 "like_": {
1405 "anyOf": [
1406 {
1407 "type": "string"
1408 },
1409 {
1410 "type": "null"
1411 }
1412 ],
1413 "examples": [
1414 "marvin"
1415 ],
1416 }
1417 },
1418 "type": "object"
1419 },
1420 "TaskRunFilterStartTime": {
1421 "additionalProperties": false,
1422 "properties": {
1423 "after_": {
1424 "anyOf": [
1425 {
1426 "format": "date-time",
1427 "type": "string"
1428 },
1429 {
1430 "type": "null"
1431 }
1432 ],
1433 },
1434 "before_": {
1435 "anyOf": [
1436 {
1437 "format": "date-time",
1438 "type": "string"
1439 },
1440 {
1441 "type": "null"
1442 }
1443 ],
1444 },
1445 "is_null_": {
1446 "anyOf": [
1447 {
1448 "type": "boolean"
1449 },
1450 {
1451 "type": "null"
1452 }
1453 ],
1454 }
1455 },
1456 "type": "object"
1457 },
1458 "TaskRunFilterState": {
1459 "additionalProperties": false,
1460 "properties": {
1461 "name": {
1462 "anyOf": [
1463 {
1464 "$ref": "#/components/schemas/TaskRunFilterStateName"
1465 },
1466 {
1467 "type": "null"
1468 }
1469 ],
1470 },
1471 "operator": {
1472 "$ref": "#/components/schemas/Operator",
1473 },
1474 "type": {
1475 "anyOf": [
1476 {
1477 "$ref": "#/components/schemas/TaskRunFilterStateType"
1478 },
1479 {
1480 "type": "null"
1481 }
1482 ],
1483 }
1484 },
1485 "type": "object"
1486 },
1487 "TaskRunFilterStateName": {
1488 "additionalProperties": false,
1489 "properties": {
1490 "any_": {
1491 "anyOf": [
1492 {
1493 "items": {
1494 "type": "string"
1495 },
1496 "type": "array"
1497 },
1498 {
1499 "type": "null"
1500 }
1501 ],
1502 }
1503 },
1504 "type": "object"
1505 },
1506 "TaskRunFilterStateType": {
1507 "additionalProperties": false,
1508 "properties": {
1509 "any_": {
1510 "anyOf": [
1511 {
1512 "items": {
1513 "$ref": "#/components/schemas/StateType"
1514 },
1515 "type": "array"
1516 },
1517 {
1518 "type": "null"
1519 }
1520 ],
1521 }
1522 },
1523 "type": "object"
1524 },
1525 "TaskRunFilterSubFlowRuns": {
1526 "additionalProperties": false,
1527 "properties": {
1528 "exists_": {
1529 "anyOf": [
1530 {
1531 "type": "boolean"
1532 },
1533 {
1534 "type": "null"
1535 }
1536 ],
1537 }
1538 },
1539 "type": "object"
1540 },
1541 "TaskRunFilterTags": {
1542 "additionalProperties": false,
1543 "properties": {
1544 "all_": {
1545 "anyOf": [
1546 {
1547 "items": {
1548 "type": "string"
1549 },
1550 "type": "array"
1551 },
1552 {
1553 "type": "null"
1554 }
1555 ],
1556 "examples": [
1557 [
1558 "tag-1",
1559 "tag-2"
1560 ]
1561 ],
1562 },
1563 "is_null_": {
1564 "anyOf": [
1565 {
1566 "type": "boolean"
1567 },
1568 {
1569 "type": "null"
1570 }
1571 ],
1572 },
1573 "operator": {
1574 "$ref": "#/components/schemas/Operator",
1575 }
1576 },
1577 "type": "object"
1578 },
1579 "WorkPoolFilter": {
1580 "additionalProperties": false,
1581 "properties": {
1582 "id": {
1583 "anyOf": [
1584 {
1585 "$ref": "#/components/schemas/WorkPoolFilterId"
1586 },
1587 {
1588 "type": "null"
1589 }
1590 ],
1591 },
1592 "name": {
1593 "anyOf": [
1594 {
1595 "$ref": "#/components/schemas/WorkPoolFilterName"
1596 },
1597 {
1598 "type": "null"
1599 }
1600 ],
1601 },
1602 "operator": {
1603 "$ref": "#/components/schemas/Operator",
1604 },
1605 "type": {
1606 "anyOf": [
1607 {
1608 "$ref": "#/components/schemas/WorkPoolFilterType"
1609 },
1610 {
1611 "type": "null"
1612 }
1613 ],
1614 }
1615 },
1616 "type": "object"
1617 },
1618 "WorkPoolFilterId": {
1619 "additionalProperties": false,
1620 "properties": {
1621 "any_": {
1622 "anyOf": [
1623 {
1624 "items": {
1625 "format": "uuid",
1626 "type": "string"
1627 },
1628 "type": "array"
1629 },
1630 {
1631 "type": "null"
1632 }
1633 ],
1634 }
1635 },
1636 "type": "object"
1637 },
1638 "WorkPoolFilterName": {
1639 "additionalProperties": false,
1640 "properties": {
1641 "any_": {
1642 "anyOf": [
1643 {
1644 "items": {
1645 "type": "string"
1646 },
1647 "type": "array"
1648 },
1649 {
1650 "type": "null"
1651 }
1652 ],
1653 }
1654 },
1655 "type": "object"
1656 },
1657 "WorkPoolFilterType": {
1658 "additionalProperties": false,
1659 "properties": {
1660 "any_": {
1661 "anyOf": [
1662 {
1663 "items": {
1664 "type": "string"
1665 },
1666 "type": "array"
1667 },
1668 {
1669 "type": "null"
1670 }
1671 ],
1672 }
1673 },
1674 "type": "object"
1675 }
1676 }
1677 }
1678}
Responses
seen average

200
Successful Response
1 12.88ms
422
Validation Error
847 2.66ms
default
Default
721 6.93ms
Examples
20 of 20 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
offset.default
 
0
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
sort.default
 
"NAME_ASC"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Path Parameters

name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
383 5.82ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json516 of 516 keywords covered
1{
2 "$ref": "#/components/schemas/Body_paginate_flows_flows_paginate_post",
3 "components": {
4 "schemas": {
5 "Body_paginate_flows_flows_paginate_post": {
6 "properties": {
7 "deployments": {
8 "anyOf": [
9 {
10 "$ref": "#/components/schemas/DeploymentFilter"
11 },
12 {
13 "type": "null"
14 }
15 ]
16 },
17 "flow_runs": {
18 "anyOf": [
19 {
20 "$ref": "#/components/schemas/FlowRunFilter"
21 },
22 {
23 "type": "null"
24 }
25 ]
26 },
27 "flows": {
28 "anyOf": [
29 {
30 "$ref": "#/components/schemas/FlowFilter"
31 },
32 {
33 "type": "null"
34 }
35 ]
36 },
37 "limit": {
38 "type": "integer"
39 },
40 "page": {
41 "minimum": 1.0,
42 "type": "integer"
43 },
44 "sort": {
45 "$ref": "#/components/schemas/FlowSort",
46 },
47 "task_runs": {
48 "anyOf": [
49 {
50 "$ref": "#/components/schemas/TaskRunFilter"
51 },
52 {
53 "type": "null"
54 }
55 ]
56 },
57 "work_pools": {
58 "anyOf": [
59 {
60 "$ref": "#/components/schemas/WorkPoolFilter"
61 },
62 {
63 "type": "null"
64 }
65 ]
66 }
67 },
68 "type": "object"
69 },
70 "DeploymentFilter": {
71 "additionalProperties": false,
72 "properties": {
73 "concurrency_limit": {
74 "anyOf": [
75 {
76 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
77 },
78 {
79 "type": "null"
80 }
81 ],
82 "deprecated": true,
83 },
84 "flow_or_deployment_name": {
85 "anyOf": [
86 {
87 "$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
88 },
89 {
90 "type": "null"
91 }
92 ],
93 },
94 "id": {
95 "anyOf": [
96 {
97 "$ref": "#/components/schemas/DeploymentFilterId"
98 },
99 {
100 "type": "null"
101 }
102 ],
103 },
104 "name": {
105 "anyOf": [
106 {
107 "$ref": "#/components/schemas/DeploymentFilterName"
108 },
109 {
110 "type": "null"
111 }
112 ],
113 },
114 "operator": {
115 "$ref": "#/components/schemas/Operator",
116 },
117 "paused": {
118 "anyOf": [
119 {
120 "$ref": "#/components/schemas/DeploymentFilterPaused"
121 },
122 {
123 "type": "null"
124 }
125 ],
126 },
127 "tags": {
128 "anyOf": [
129 {
130 "$ref": "#/components/schemas/DeploymentFilterTags"
131 },
132 {
133 "type": "null"
134 }
135 ],
136 },
137 "work_queue_name": {
138 "anyOf": [
139 {
140 "$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
141 },
142 {
143 "type": "null"
144 }
145 ],
146 }
147 },
148 "type": "object"
149 },
150 "DeploymentFilterConcurrencyLimit": {
151 "additionalProperties": false,
152 "properties": {
153 "ge_": {
154 "anyOf": [
155 {
156 "type": "integer"
157 },
158 {
159 "type": "null"
160 }
161 ],
162 },
163 "is_null_": {
164 "anyOf": [
165 {
166 "type": "boolean"
167 },
168 {
169 "type": "null"
170 }
171 ],
172 },
173 "le_": {
174 "anyOf": [
175 {
176 "type": "integer"
177 },
178 {
179 "type": "null"
180 }
181 ],
182 }
183 },
184 "type": "object"
185 },
186 "DeploymentFilterId": {
187 "additionalProperties": false,
188 "properties": {
189 "any_": {
190 "anyOf": [
191 {
192 "items": {
193 "format": "uuid",
194 "type": "string"
195 },
196 "type": "array"
197 },
198 {
199 "type": "null"
200 }
201 ],
202 },
203 "not_any_": {
204 "anyOf": [
205 {
206 "items": {
207 "format": "uuid",
208 "type": "string"
209 },
210 "type": "array"
211 },
212 {
213 "type": "null"
214 }
215 ],
216 }
217 },
218 "type": "object"
219 },
220 "DeploymentFilterName": {
221 "additionalProperties": false,
222 "properties": {
223 "any_": {
224 "anyOf": [
225 {
226 "items": {
227 "type": "string"
228 },
229 "type": "array"
230 },
231 {
232 "type": "null"
233 }
234 ],
235 "examples": [
236 [
237 "my-deployment-1",
238 "my-deployment-2"
239 ]
240 ],
241 },
242 "like_": {
243 "anyOf": [
244 {
245 "type": "string"
246 },
247 {
248 "type": "null"
249 }
250 ],
251 "examples": [
252 "marvin"
253 ],
254 }
255 },
256 "type": "object"
257 },
258 "DeploymentFilterPaused": {
259 "additionalProperties": false,
260 "properties": {
261 "eq_": {
262 "anyOf": [
263 {
264 "type": "boolean"
265 },
266 {
267 "type": "null"
268 }
269 ],
270 }
271 },
272 "type": "object"
273 },
274 "DeploymentFilterTags": {
275 "additionalProperties": false,
276 "properties": {
277 "all_": {
278 "anyOf": [
279 {
280 "items": {
281 "type": "string"
282 },
283 "type": "array"
284 },
285 {
286 "type": "null"
287 }
288 ],
289 "examples": [
290 [
291 "tag-1",
292 "tag-2"
293 ]
294 ],
295 },
296 "any_": {
297 "anyOf": [
298 {
299 "items": {
300 "type": "string"
301 },
302 "type": "array"
303 },
304 {
305 "type": "null"
306 }
307 ],
308 "examples": [
309 [
310 "tag-1",
311 "tag-2"
312 ]
313 ],
314 },
315 "is_null_": {
316 "anyOf": [
317 {
318 "type": "boolean"
319 },
320 {
321 "type": "null"
322 }
323 ],
324 },
325 "operator": {
326 "$ref": "#/components/schemas/Operator",
327 }
328 },
329 "type": "object"
330 },
331 "DeploymentFilterWorkQueueName": {
332 "additionalProperties": false,
333 "properties": {
334 "any_": {
335 "anyOf": [
336 {
337 "items": {
338 "type": "string"
339 },
340 "type": "array"
341 },
342 {
343 "type": "null"
344 }
345 ],
346 "examples": [
347 [
348 "work_queue_1",
349 "work_queue_2"
350 ]
351 ],
352 }
353 },
354 "type": "object"
355 },
356 "DeploymentOrFlowNameFilter": {
357 "additionalProperties": false,
358 "properties": {
359 "like_": {
360 "anyOf": [
361 {
362 "type": "string"
363 },
364 {
365 "type": "null"
366 }
367 ],
368 }
369 },
370 "type": "object"
371 },
372 "FlowFilter": {
373 "additionalProperties": false,
374 "properties": {
375 "deployment": {
376 "anyOf": [
377 {
378 "$ref": "#/components/schemas/FlowFilterDeployment"
379 },
380 {
381 "type": "null"
382 }
383 ],
384 },
385 "id": {
386 "anyOf": [
387 {
388 "$ref": "#/components/schemas/FlowFilterId"
389 },
390 {
391 "type": "null"
392 }
393 ],
394 },
395 "name": {
396 "anyOf": [
397 {
398 "$ref": "#/components/schemas/FlowFilterName"
399 },
400 {
401 "type": "null"
402 }
403 ],
404 },
405 "operator": {
406 "$ref": "#/components/schemas/Operator",
407 },
408 "tags": {
409 "anyOf": [
410 {
411 "$ref": "#/components/schemas/FlowFilterTags"
412 },
413 {
414 "type": "null"
415 }
416 ],
417 }
418 },
419 "type": "object"
420 },
421 "FlowFilterDeployment": {
422 "additionalProperties": false,
423 "properties": {
424 "is_null_": {
425 "anyOf": [
426 {
427 "type": "boolean"
428 },
429 {
430 "type": "null"
431 }
432 ],
433 },
434 "operator": {
435 "$ref": "#/components/schemas/Operator",
436 }
437 },
438 "type": "object"
439 },
440 "FlowFilterId": {
441 "additionalProperties": false,
442 "properties": {
443 "any_": {
444 "anyOf": [
445 {
446 "items": {
447 "format": "uuid",
448 "type": "string"
449 },
450 "type": "array"
451 },
452 {
453 "type": "null"
454 }
455 ],
456 }
457 },
458 "type": "object"
459 },
460 "FlowFilterName": {
461 "additionalProperties": false,
462 "properties": {
463 "any_": {
464 "anyOf": [
465 {
466 "items": {
467 "type": "string"
468 },
469 "type": "array"
470 },
471 {
472 "type": "null"
473 }
474 ],
475 "examples": [
476 [
477 "my-flow-1",
478 "my-flow-2"
479 ]
480 ],
481 },
482 "like_": {
483 "anyOf": [
484 {
485 "type": "string"
486 },
487 {
488 "type": "null"
489 }
490 ],
491 "examples": [
492 "marvin"
493 ],
494 }
495 },
496 "type": "object"
497 },
498 "FlowFilterTags": {
499 "additionalProperties": false,
500 "properties": {
501 "all_": {
502 "anyOf": [
503 {
504 "items": {
505 "type": "string"
506 },
507 "type": "array"
508 },
509 {
510 "type": "null"
511 }
512 ],
513 "examples": [
514 [
515 "tag-1",
516 "tag-2"
517 ]
518 ],
519 },
520 "is_null_": {
521 "anyOf": [
522 {
523 "type": "boolean"
524 },
525 {
526 "type": "null"
527 }
528 ],
529 },
530 "operator": {
531 "$ref": "#/components/schemas/Operator",
532 }
533 },
534 "type": "object"
535 },
536 "FlowRunFilter": {
537 "additionalProperties": false,
538 "properties": {
539 "deployment_id": {
540 "anyOf": [
541 {
542 "$ref": "#/components/schemas/FlowRunFilterDeploymentId"
543 },
544 {
545 "type": "null"
546 }
547 ],
548 },
549 "end_time": {
550 "anyOf": [
551 {
552 "$ref": "#/components/schemas/FlowRunFilterEndTime"
553 },
554 {
555 "type": "null"
556 }
557 ],
558 },
559 "expected_start_time": {
560 "anyOf": [
561 {
562 "$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
563 },
564 {
565 "type": "null"
566 }
567 ],
568 },
569 "flow_version": {
570 "anyOf": [
571 {
572 "$ref": "#/components/schemas/FlowRunFilterFlowVersion"
573 },
574 {
575 "type": "null"
576 }
577 ],
578 },
579 "id": {
580 "anyOf": [
581 {
582 "$ref": "#/components/schemas/FlowRunFilterId"
583 },
584 {
585 "type": "null"
586 }
587 ],
588 },
589 "idempotency_key": {
590 "anyOf": [
591 {
592 "$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
593 },
594 {
595 "type": "null"
596 }
597 ],
598 },
599 "name": {
600 "anyOf": [
601 {
602 "$ref": "#/components/schemas/FlowRunFilterName"
603 },
604 {
605 "type": "null"
606 }
607 ],
608 },
609 "next_scheduled_start_time": {
610 "anyOf": [
611 {
612 "$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
613 },
614 {
615 "type": "null"
616 }
617 ],
618 },
619 "operator": {
620 "$ref": "#/components/schemas/Operator",
621 },
622 "parent_flow_run_id": {
623 "anyOf": [
624 {
625 "$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
626 },
627 {
628 "type": "null"
629 }
630 ],
631 },
632 "parent_task_run_id": {
633 "anyOf": [
634 {
635 "$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
636 },
637 {
638 "type": "null"
639 }
640 ],
641 },
642 "start_time": {
643 "anyOf": [
644 {
645 "$ref": "#/components/schemas/FlowRunFilterStartTime"
646 },
647 {
648 "type": "null"
649 }
650 ],
651 },
652 "state": {
653 "anyOf": [
654 {
655 "$ref": "#/components/schemas/FlowRunFilterState"
656 },
657 {
658 "type": "null"
659 }
660 ],
661 },
662 "tags": {
663 "anyOf": [
664 {
665 "$ref": "#/components/schemas/FlowRunFilterTags"
666 },
667 {
668 "type": "null"
669 }
670 ],
671 },
672 "work_queue_name": {
673 "anyOf": [
674 {
675 "$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
676 },
677 {
678 "type": "null"
679 }
680 ],
681 }
682 },
683 "type": "object"
684 },
685 "FlowRunFilterDeploymentId": {
686 "additionalProperties": false,
687 "properties": {
688 "any_": {
689 "anyOf": [
690 {
691 "items": {
692 "format": "uuid",
693 "type": "string"
694 },
695 "type": "array"
696 },
697 {
698 "type": "null"
699 }
700 ],
701 },
702 "is_null_": {
703 "anyOf": [
704 {
705 "type": "boolean"
706 },
707 {
708 "type": "null"
709 }
710 ],
711 },
712 "operator": {
713 "$ref": "#/components/schemas/Operator",
714 }
715 },
716 "type": "object"
717 },
718 "FlowRunFilterEndTime": {
719 "additionalProperties": false,
720 "properties": {
721 "after_": {
722 "anyOf": [
723 {
724 "format": "date-time",
725 "type": "string"
726 },
727 {
728 "type": "null"
729 }
730 ],
731 },
732 "before_": {
733 "anyOf": [
734 {
735 "format": "date-time",
736 "type": "string"
737 },
738 {
739 "type": "null"
740 }
741 ],
742 },
743 "is_null_": {
744 "anyOf": [
745 {
746 "type": "boolean"
747 },
748 {
749 "type": "null"
750 }
751 ],
752 }
753 },
754 "type": "object"
755 },
756 "FlowRunFilterExpectedStartTime": {
757 "additionalProperties": false,
758 "properties": {
759 "after_": {
760 "anyOf": [
761 {
762 "format": "date-time",
763 "type": "string"
764 },
765 {
766 "type": "null"
767 }
768 ],
769 },
770 "before_": {
771 "anyOf": [
772 {
773 "format": "date-time",
774 "type": "string"
775 },
776 {
777 "type": "null"
778 }
779 ],
780 }
781 },
782 "type": "object"
783 },
784 "FlowRunFilterFlowVersion": {
785 "additionalProperties": false,
786 "properties": {
787 "any_": {
788 "anyOf": [
789 {
790 "items": {
791 "type": "string"
792 },
793 "type": "array"
794 },
795 {
796 "type": "null"
797 }
798 ],
799 }
800 },
801 "type": "object"
802 },
803 "FlowRunFilterId": {
804 "additionalProperties": false,
805 "properties": {
806 "any_": {
807 "anyOf": [
808 {
809 "items": {
810 "format": "uuid",
811 "type": "string"
812 },
813 "type": "array"
814 },
815 {
816 "type": "null"
817 }
818 ],
819 },
820 "not_any_": {
821 "anyOf": [
822 {
823 "items": {
824 "format": "uuid",
825 "type": "string"
826 },
827 "type": "array"
828 },
829 {
830 "type": "null"
831 }
832 ],
833 }
834 },
835 "type": "object"
836 },
837 "FlowRunFilterIdempotencyKey": {
838 "additionalProperties": false,
839 "properties": {
840 "any_": {
841 "anyOf": [
842 {
843 "items": {
844 "type": "string"
845 },
846 "type": "array"
847 },
848 {
849 "type": "null"
850 }
851 ],
852 },
853 "not_any_": {
854 "anyOf": [
855 {
856 "items": {
857 "type": "string"
858 },
859 "type": "array"
860 },
861 {
862 "type": "null"
863 }
864 ],
865 }
866 },
867 "type": "object"
868 },
869 "FlowRunFilterName": {
870 "additionalProperties": false,
871 "properties": {
872 "any_": {
873 "anyOf": [
874 {
875 "items": {
876 "type": "string"
877 },
878 "type": "array"
879 },
880 {
881 "type": "null"
882 }
883 ],
884 "examples": [
885 [
886 "my-flow-run-1",
887 "my-flow-run-2"
888 ]
889 ],
890 },
891 "like_": {
892 "anyOf": [
893 {
894 "type": "string"
895 },
896 {
897 "type": "null"
898 }
899 ],
900 "examples": [
901 "marvin"
902 ],
903 }
904 },
905 "type": "object"
906 },
907 "FlowRunFilterNextScheduledStartTime": {
908 "additionalProperties": false,
909 "properties": {
910 "after_": {
911 "anyOf": [
912 {
913 "format": "date-time",
914 "type": "string"
915 },
916 {
917 "type": "null"
918 }
919 ],
920 },
921 "before_": {
922 "anyOf": [
923 {
924 "format": "date-time",
925 "type": "string"
926 },
927 {
928 "type": "null"
929 }
930 ],
931 }
932 },
933 "type": "object"
934 },
935 "FlowRunFilterParentFlowRunId": {
936 "additionalProperties": false,
937 "properties": {
938 "any_": {
939 "anyOf": [
940 {
941 "items": {
942 "format": "uuid",
943 "type": "string"
944 },
945 "type": "array"
946 },
947 {
948 "type": "null"
949 }
950 ],
951 },
952 "operator": {
953 "$ref": "#/components/schemas/Operator",
954 }
955 },
956 "type": "object"
957 },
958 "FlowRunFilterParentTaskRunId": {
959 "additionalProperties": false,
960 "properties": {
961 "any_": {
962 "anyOf": [
963 {
964 "items": {
965 "format": "uuid",
966 "type": "string"
967 },
968 "type": "array"
969 },
970 {
971 "type": "null"
972 }
973 ],
974 },
975 "is_null_": {
976 "anyOf": [
977 {
978 "type": "boolean"
979 },
980 {
981 "type": "null"
982 }
983 ],
984 },
985 "operator": {
986 "$ref": "#/components/schemas/Operator",
987 }
988 },
989 "type": "object"
990 },
991 "FlowRunFilterStartTime": {
992 "additionalProperties": false,
993 "properties": {
994 "after_": {
995 "anyOf": [
996 {
997 "format": "date-time",
998 "type": "string"
999 },
1000 {
1001 "type": "null"
1002 }
1003 ],
1004 },
1005 "before_": {
1006 "anyOf": [
1007 {
1008 "format": "date-time",
1009 "type": "string"
1010 },
1011 {
1012 "type": "null"
1013 }
1014 ],
1015 },
1016 "is_null_": {
1017 "anyOf": [
1018 {
1019 "type": "boolean"
1020 },
1021 {
1022 "type": "null"
1023 }
1024 ],
1025 }
1026 },
1027 "type": "object"
1028 },
1029 "FlowRunFilterState": {
1030 "additionalProperties": false,
1031 "properties": {
1032 "name": {
1033 "anyOf": [
1034 {
1035 "$ref": "#/components/schemas/FlowRunFilterStateName"
1036 },
1037 {
1038 "type": "null"
1039 }
1040 ],
1041 },
1042 "operator": {
1043 "$ref": "#/components/schemas/Operator",
1044 },
1045 "type": {
1046 "anyOf": [
1047 {
1048 "$ref": "#/components/schemas/FlowRunFilterStateType"
1049 },
1050 {
1051 "type": "null"
1052 }
1053 ],
1054 }
1055 },
1056 "type": "object"
1057 },
1058 "FlowRunFilterStateName": {
1059 "additionalProperties": false,
1060 "properties": {
1061 "any_": {
1062 "anyOf": [
1063 {
1064 "items": {
1065 "type": "string"
1066 },
1067 "type": "array"
1068 },
1069 {
1070 "type": "null"
1071 }
1072 ],
1073 },
1074 "not_any_": {
1075 "anyOf": [
1076 {
1077 "items": {
1078 "type": "string"
1079 },
1080 "type": "array"
1081 },
1082 {
1083 "type": "null"
1084 }
1085 ],
1086 }
1087 },
1088 "type": "object"
1089 },
1090 "FlowRunFilterStateType": {
1091 "additionalProperties": false,
1092 "properties": {
1093 "any_": {
1094 "anyOf": [
1095 {
1096 "items": {
1097 "$ref": "#/components/schemas/StateType"
1098 },
1099 "type": "array"
1100 },
1101 {
1102 "type": "null"
1103 }
1104 ],
1105 },
1106 "not_any_": {
1107 "anyOf": [
1108 {
1109 "items": {
1110 "$ref": "#/components/schemas/StateType"
1111 },
1112 "type": "array"
1113 },
1114 {
1115 "type": "null"
1116 }
1117 ],
1118 }
1119 },
1120 "type": "object"
1121 },
1122 "FlowRunFilterTags": {
1123 "additionalProperties": false,
1124 "properties": {
1125 "all_": {
1126 "anyOf": [
1127 {
1128 "items": {
1129 "type": "string"
1130 },
1131 "type": "array"
1132 },
1133 {
1134 "type": "null"
1135 }
1136 ],
1137 "examples": [
1138 [
1139 "tag-1",
1140 "tag-2"
1141 ]
1142 ],
1143 },
1144 "any_": {
1145 "anyOf": [
1146 {
1147 "items": {
1148 "type": "string"
1149 },
1150 "type": "array"
1151 },
1152 {
1153 "type": "null"
1154 }
1155 ],
1156 "examples": [
1157 [
1158 "tag-1",
1159 "tag-2"
1160 ]
1161 ],
1162 },
1163 "is_null_": {
1164 "anyOf": [
1165 {
1166 "type": "boolean"
1167 },
1168 {
1169 "type": "null"
1170 }
1171 ],
1172 },
1173 "operator": {
1174 "$ref": "#/components/schemas/Operator",
1175 }
1176 },
1177 "type": "object"
1178 },
1179 "FlowRunFilterWorkQueueName": {
1180 "additionalProperties": false,
1181 "properties": {
1182 "any_": {
1183 "anyOf": [
1184 {
1185 "items": {
1186 "type": "string"
1187 },
1188 "type": "array"
1189 },
1190 {
1191 "type": "null"
1192 }
1193 ],
1194 "examples": [
1195 [
1196 "work_queue_1",
1197 "work_queue_2"
1198 ]
1199 ],
1200 },
1201 "is_null_": {
1202 "anyOf": [
1203 {
1204 "type": "boolean"
1205 },
1206 {
1207 "type": "null"
1208 }
1209 ],
1210 },
1211 "operator": {
1212 "$ref": "#/components/schemas/Operator",
1213 }
1214 },
1215 "type": "object"
1216 },
1217 "FlowSort": {
1218 "enum": [
1219 "CREATED_DESC",
1220 "UPDATED_DESC",
1221 "NAME_ASC",
1222 "NAME_DESC"
1223 ],
1224 "type": "string"
1225 },
1226 "Operator": {
1227 "enum": [
1228 "and_",
1229 "or_"
1230 ],
1231 "type": "string"
1232 },
1233 "StateType": {
1234 "enum": [
1235 "SCHEDULED",
1236 "PENDING",
1237 "RUNNING",
1238 "COMPLETED",
1239 "FAILED",
1240 "CANCELLED",
1241 "CRASHED",
1242 "PAUSED",
1243 "CANCELLING"
1244 ],
1245 "type": "string"
1246 },
1247 "TaskRunFilter": {
1248 "additionalProperties": false,
1249 "properties": {
1250 "expected_start_time": {
1251 "anyOf": [
1252 {
1253 "$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1254 },
1255 {
1256 "type": "null"
1257 }
1258 ],
1259 },
1260 "flow_run_id": {
1261 "anyOf": [
1262 {
1263 "$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1264 },
1265 {
1266 "type": "null"
1267 }
1268 ],
1269 },
1270 "id": {
1271 "anyOf": [
1272 {
1273 "$ref": "#/components/schemas/TaskRunFilterId"
1274 },
1275 {
1276 "type": "null"
1277 }
1278 ],
1279 },
1280 "name": {
1281 "anyOf": [
1282 {
1283 "$ref": "#/components/schemas/TaskRunFilterName"
1284 },
1285 {
1286 "type": "null"
1287 }
1288 ],
1289 },
1290 "operator": {
1291 "$ref": "#/components/schemas/Operator",
1292 },
1293 "start_time": {
1294 "anyOf": [
1295 {
1296 "$ref": "#/components/schemas/TaskRunFilterStartTime"
1297 },
1298 {
1299 "type": "null"
1300 }
1301 ],
1302 },
1303 "state": {
1304 "anyOf": [
1305 {
1306 "$ref": "#/components/schemas/TaskRunFilterState"
1307 },
1308 {
1309 "type": "null"
1310 }
1311 ],
1312 },
1313 "subflow_runs": {
1314 "anyOf": [
1315 {
1316 "$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1317 },
1318 {
1319 "type": "null"
1320 }
1321 ],
1322 },
1323 "tags": {
1324 "anyOf": [
1325 {
1326 "$ref": "#/components/schemas/TaskRunFilterTags"
1327 },
1328 {
1329 "type": "null"
1330 }
1331 ],
1332 }
1333 },
1334 "type": "object"
1335 },
1336 "TaskRunFilterExpectedStartTime": {
1337 "additionalProperties": false,
1338 "properties": {
1339 "after_": {
1340 "anyOf": [
1341 {
1342 "format": "date-time",
1343 "type": "string"
1344 },
1345 {
1346 "type": "null"
1347 }
1348 ],
1349 },
1350 "before_": {
1351 "anyOf": [
1352 {
1353 "format": "date-time",
1354 "type": "string"
1355 },
1356 {
1357 "type": "null"
1358 }
1359 ],
1360 }
1361 },
1362 "type": "object"
1363 },
1364 "TaskRunFilterFlowRunId": {
1365 "additionalProperties": false,
1366 "properties": {
1367 "any_": {
1368 "anyOf": [
1369 {
1370 "items": {
1371 "format": "uuid",
1372 "type": "string"
1373 },
1374 "type": "array"
1375 },
1376 {
1377 "type": "null"
1378 }
1379 ],
1380 },
1381 "is_null_": {
1382 "anyOf": [
1383 {
1384 "type": "boolean"
1385 },
1386 {
1387 "type": "null"
1388 }
1389 ],
1390 },
1391 "operator": {
1392 "$ref": "#/components/schemas/Operator",
1393 }
1394 },
1395 "type": "object"
1396 },
1397 "TaskRunFilterId": {
1398 "additionalProperties": false,
1399 "properties": {
1400 "any_": {
1401 "anyOf": [
1402 {
1403 "items": {
1404 "format": "uuid",
1405 "type": "string"
1406 },
1407 "type": "array"
1408 },
1409 {
1410 "type": "null"
1411 }
1412 ],
1413 }
1414 },
1415 "type": "object"
1416 },
1417 "TaskRunFilterName": {
1418 "additionalProperties": false,
1419 "properties": {
1420 "any_": {
1421 "anyOf": [
1422 {
1423 "items": {
1424 "type": "string"
1425 },
1426 "type": "array"
1427 },
1428 {
1429 "type": "null"
1430 }
1431 ],
1432 "examples": [
1433 [
1434 "my-task-run-1",
1435 "my-task-run-2"
1436 ]
1437 ],
1438 },
1439 "like_": {
1440 "anyOf": [
1441 {
1442 "type": "string"
1443 },
1444 {
1445 "type": "null"
1446 }
1447 ],
1448 "examples": [
1449 "marvin"
1450 ],
1451 }
1452 },
1453 "type": "object"
1454 },
1455 "TaskRunFilterStartTime": {
1456 "additionalProperties": false,
1457 "properties": {
1458 "after_": {
1459 "anyOf": [
1460 {
1461 "format": "date-time",
1462 "type": "string"
1463 },
1464 {
1465 "type": "null"
1466 }
1467 ],
1468 },
1469 "before_": {
1470 "anyOf": [
1471 {
1472 "format": "date-time",
1473 "type": "string"
1474 },
1475 {
1476 "type": "null"
1477 }
1478 ],
1479 },
1480 "is_null_": {
1481 "anyOf": [
1482 {
1483 "type": "boolean"
1484 },
1485 {
1486 "type": "null"
1487 }
1488 ],
1489 }
1490 },
1491 "type": "object"
1492 },
1493 "TaskRunFilterState": {
1494 "additionalProperties": false,
1495 "properties": {
1496 "name": {
1497 "anyOf": [
1498 {
1499 "$ref": "#/components/schemas/TaskRunFilterStateName"
1500 },
1501 {
1502 "type": "null"
1503 }
1504 ],
1505 },
1506 "operator": {
1507 "$ref": "#/components/schemas/Operator",
1508 },
1509 "type": {
1510 "anyOf": [
1511 {
1512 "$ref": "#/components/schemas/TaskRunFilterStateType"
1513 },
1514 {
1515 "type": "null"
1516 }
1517 ],
1518 }
1519 },
1520 "type": "object"
1521 },
1522 "TaskRunFilterStateName": {
1523 "additionalProperties": false,
1524 "properties": {
1525 "any_": {
1526 "anyOf": [
1527 {
1528 "items": {
1529 "type": "string"
1530 },
1531 "type": "array"
1532 },
1533 {
1534 "type": "null"
1535 }
1536 ],
1537 }
1538 },
1539 "type": "object"
1540 },
1541 "TaskRunFilterStateType": {
1542 "additionalProperties": false,
1543 "properties": {
1544 "any_": {
1545 "anyOf": [
1546 {
1547 "items": {
1548 "$ref": "#/components/schemas/StateType"
1549 },
1550 "type": "array"
1551 },
1552 {
1553 "type": "null"
1554 }
1555 ],
1556 }
1557 },
1558 "type": "object"
1559 },
1560 "TaskRunFilterSubFlowRuns": {
1561 "additionalProperties": false,
1562 "properties": {
1563 "exists_": {
1564 "anyOf": [
1565 {
1566 "type": "boolean"
1567 },
1568 {
1569 "type": "null"
1570 }
1571 ],
1572 }
1573 },
1574 "type": "object"
1575 },
1576 "TaskRunFilterTags": {
1577 "additionalProperties": false,
1578 "properties": {
1579 "all_": {
1580 "anyOf": [
1581 {
1582 "items": {
1583 "type": "string"
1584 },
1585 "type": "array"
1586 },
1587 {
1588 "type": "null"
1589 }
1590 ],
1591 "examples": [
1592 [
1593 "tag-1",
1594 "tag-2"
1595 ]
1596 ],
1597 },
1598 "is_null_": {
1599 "anyOf": [
1600 {
1601 "type": "boolean"
1602 },
1603 {
1604 "type": "null"
1605 }
1606 ],
1607 },
1608 "operator": {
1609 "$ref": "#/components/schemas/Operator",
1610 }
1611 },
1612 "type": "object"
1613 },
1614 "WorkPoolFilter": {
1615 "additionalProperties": false,
1616 "properties": {
1617 "id": {
1618 "anyOf": [
1619 {
1620 "$ref": "#/components/schemas/WorkPoolFilterId"
1621 },
1622 {
1623 "type": "null"
1624 }
1625 ],
1626 },
1627 "name": {
1628 "anyOf": [
1629 {
1630 "$ref": "#/components/schemas/WorkPoolFilterName"
1631 },
1632 {
1633 "type": "null"
1634 }
1635 ],
1636 },
1637 "operator": {
1638 "$ref": "#/components/schemas/Operator",
1639 },
1640 "type": {
1641 "anyOf": [
1642 {
1643 "$ref": "#/components/schemas/WorkPoolFilterType"
1644 },
1645 {
1646 "type": "null"
1647 }
1648 ],
1649 }
1650 },
1651 "type": "object"
1652 },
1653 "WorkPoolFilterId": {
1654 "additionalProperties": false,
1655 "properties": {
1656 "any_": {
1657 "anyOf": [
1658 {
1659 "items": {
1660 "format": "uuid",
1661 "type": "string"
1662 },
1663 "type": "array"
1664 },
1665 {
1666 "type": "null"
1667 }
1668 ],
1669 }
1670 },
1671 "type": "object"
1672 },
1673 "WorkPoolFilterName": {
1674 "additionalProperties": false,
1675 "properties": {
1676 "any_": {
1677 "anyOf": [
1678 {
1679 "items": {
1680 "type": "string"
1681 },
1682 "type": "array"
1683 },
1684 {
1685 "type": "null"
1686 }
1687 ],
1688 }
1689 },
1690 "type": "object"
1691 },
1692 "WorkPoolFilterType": {
1693 "additionalProperties": false,
1694 "properties": {
1695 "any_": {
1696 "anyOf": [
1697 {
1698 "items": {
1699 "type": "string"
1700 },
1701 "type": "array"
1702 },
1703 {
1704 "type": "null"
1705 }
1706 ],
1707 }
1708 },
1709 "type": "object"
1710 }
1711 }
1712 }
1713}
Responses
seen average

200
Successful Response
1 8.73ms
422
Validation Error
860 2.17ms
default
Default
704 6.51ms
Examples
20 of 20 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
page.default
 
1
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
sort.default
 
"NAME_ASC"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
0 -
default
Default
14 3.95ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
168 4.08ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json5 of 5 keywords covered
1{
2 "$ref": "#/components/schemas/FlowUpdate",
3 "components": {
4 "schemas": {
5 "FlowUpdate": {
6 "additionalProperties": false,
7 "properties": {
8 "tags": {
9 "examples": [
10 [
11 "tag-1",
12 "tag-2"
13 ]
14 ],
15 "items": {
16 "type": "string"
17 },
18 "type": "array"
19 }
20 },
21 "type": "object"
22 }
23 }
24 }
25}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
16 1.27ms
default
Default
508 4.73ms
Responses
seen average

200
Successful Response
2 0.83ms
default
Default
0 -
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
254 1.15ms
422
Validation Error
0 -
default
Default
247 1.42ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json18 of 18 keywords covered
1{
2 "components": {
3 "schemas": {
4 "LogCreate": {
5 "additionalProperties": false,
6 "properties": {
7 "flow_run_id": {
8 "anyOf": [
9 {
10 "format": "uuid",
11 "type": "string"
12 },
13 {
14 "type": "null"
15 }
16 ],
17 },
18 "level": {
19 "type": "integer"
20 },
21 "message": {
22 "type": "string"
23 },
24 "name": {
25 "type": "string"
26 },
27 "task_run_id": {
28 "anyOf": [
29 {
30 "format": "uuid",
31 "type": "string"
32 },
33 {
34 "type": "null"
35 }
36 ],
37 },
38 "timestamp": {
39 "format": "date-time",
40 "type": "string"
41 }
42 },
43 "required": [
44 "name",
45 "level",
46 "message",
47 "timestamp"
48 ],
49 "type": "object"
50 }
51 }
52 },
53 "items": {
54 "$ref": "#/components/schemas/LogCreate"
55 },
56 "type": "array"
57}
Responses
seen average

201
Successful Response
12 1.16ms
422
Validation Error
43 1.56ms
default
Default
494 7.63ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json72 of 72 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_logs_logs_filter_post",
3 "components": {
4 "schemas": {
5 "Body_read_logs_logs_filter_post": {
6 "properties": {
7 "limit": {
8 "type": "integer"
9 },
10 "logs": {
11 "anyOf": [
12 {
13 "$ref": "#/components/schemas/LogFilter"
14 },
15 {
16 "type": "null"
17 }
18 ]
19 },
20 "offset": {
21 "minimum": 0.0,
22 "type": "integer"
23 },
24 "sort": {
25 "$ref": "#/components/schemas/LogSort",
26 }
27 },
28 "type": "object"
29 },
30 "LogFilter": {
31 "additionalProperties": false,
32 "properties": {
33 "flow_run_id": {
34 "anyOf": [
35 {
36 "$ref": "#/components/schemas/LogFilterFlowRunId"
37 },
38 {
39 "type": "null"
40 }
41 ],
42 },
43 "level": {
44 "anyOf": [
45 {
46 "$ref": "#/components/schemas/LogFilterLevel"
47 },
48 {
49 "type": "null"
50 }
51 ],
52 },
53 "operator": {
54 "$ref": "#/components/schemas/Operator",
55 },
56 "task_run_id": {
57 "anyOf": [
58 {
59 "$ref": "#/components/schemas/LogFilterTaskRunId"
60 },
61 {
62 "type": "null"
63 }
64 ],
65 },
66 "text": {
67 "anyOf": [
68 {
69 "$ref": "#/components/schemas/LogFilterTextSearch"
70 },
71 {
72 "type": "null"
73 }
74 ],
75 },
76 "timestamp": {
77 "anyOf": [
78 {
79 "$ref": "#/components/schemas/LogFilterTimestamp"
80 },
81 {
82 "type": "null"
83 }
84 ],
85 }
86 },
87 "type": "object"
88 },
89 "LogFilterFlowRunId": {
90 "additionalProperties": false,
91 "properties": {
92 "any_": {
93 "anyOf": [
94 {
95 "items": {
96 "format": "uuid",
97 "type": "string"
98 },
99 "type": "array"
100 },
101 {
102 "type": "null"
103 }
104 ],
105 }
106 },
107 "type": "object"
108 },
109 "LogFilterLevel": {
110 "additionalProperties": false,
111 "properties": {
112 "ge_": {
113 "anyOf": [
114 {
115 "type": "integer"
116 },
117 {
118 "type": "null"
119 }
120 ],
121 "examples": [
122 20
123 ],
124 },
125 "le_": {
126 "anyOf": [
127 {
128 "type": "integer"
129 },
130 {
131 "type": "null"
132 }
133 ],
134 "examples": [
135 50
136 ],
137 }
138 },
139 "type": "object"
140 },
141 "LogFilterTaskRunId": {
142 "additionalProperties": false,
143 "properties": {
144 "any_": {
145 "anyOf": [
146 {
147 "items": {
148 "format": "uuid",
149 "type": "string"
150 },
151 "type": "array"
152 },
153 {
154 "type": "null"
155 }
156 ],
157 },
158 "is_null_": {
159 "anyOf": [
160 {
161 "type": "boolean"
162 },
163 {
164 "type": "null"
165 }
166 ],
167 }
168 },
169 "type": "object"
170 },
171 "LogFilterTextSearch": {
172 "additionalProperties": false,
173 "properties": {
174 "query": {
175 "examples": [
176 "error",
177 "error -debug",
178 "\"connection timeout\"",
179 "+required -excluded"
180 ],
181 "maxLength": 200,
182 "type": "string"
183 }
184 },
185 "required": [
186 "query"
187 ],
188 "type": "object"
189 },
190 "LogFilterTimestamp": {
191 "additionalProperties": false,
192 "properties": {
193 "after_": {
194 "anyOf": [
195 {
196 "format": "date-time",
197 "type": "string"
198 },
199 {
200 "type": "null"
201 }
202 ],
203 },
204 "before_": {
205 "anyOf": [
206 {
207 "format": "date-time",
208 "type": "string"
209 },
210 {
211 "type": "null"
212 }
213 ],
214 }
215 },
216 "type": "object"
217 },
218 "LogSort": {
219 "enum": [
220 "TIMESTAMP_ASC",
221 "TIMESTAMP_DESC"
222 ],
223 "type": "string"
224 },
225 "Operator": {
226 "enum": [
227 "and_",
228 "or_"
229 ],
230 "type": "string"
231 }
232 }
233 }
234}
Responses
seen average

200
Successful Response
4 4.27ms
422
Validation Error
197 1.59ms
default
Default
437 5.03ms
Examples
3 of 3 covered

Body: application/json
sort.default
 
"TIMESTAMP_ASC"
 
offset.default
 
0
 
operator.default
 
"and_"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
254 1.52ms
422
Validation Error
0 -
default
Default
247 1.38ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json14 of 14 keywords covered
1{
2 "$ref": "#/components/schemas/SavedSearchCreate",
3 "components": {
4 "schemas": {
5 "SavedSearchCreate": {
6 "additionalProperties": false,
7 "properties": {
8 "filters": {
9 "items": {
10 "$ref": "#/components/schemas/SavedSearchFilter"
11 },
12 "type": "array"
13 },
14 "name": {
15 "type": "string"
16 }
17 },
18 "required": [
19 "name"
20 ],
21 "type": "object"
22 },
23 "SavedSearchFilter": {
24 "properties": {
25 "object": {
26 "type": "string"
27 },
28 "operation": {
29 "type": "string"
30 },
31 "property": {
32 "type": "string"
33 },
34 "type": {
35 "type": "string"
36 },
37 "value": {
38 }
39 },
40 "required": [
41 "object",
42 "property",
43 "type",
44 "operation",
45 "value"
46 ],
47 "type": "object"
48 }
49 }
50 }
51}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
47 1.41ms
default
Default
505 5.11ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json6 of 6 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_saved_searches_saved_searches_filter_post",
3 "components": {
4 "schemas": {
5 "Body_read_saved_searches_saved_searches_filter_post": {
6 "properties": {
7 "limit": {
8 "type": "integer"
9 },
10 "offset": {
11 "minimum": 0.0,
12 "type": "integer"
13 }
14 },
15 "type": "object"
16 }
17 }
18 }
19}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
106 1.14ms
default
Default
424 3.86ms
Examples
1 of 1 covered

Body: application/json
offset.default
 
0
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
0 -
default
Default
506 4.14ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
506 4.06ms
Query Parameters

task_run_id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
6 1.46ms
default
Default
242 4.03ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
508 5.57ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json149 of 167 keywords covered
1{
2 "$ref": "#/components/schemas/TaskRunCreate",
3 "components": {
4 "schemas": {
5 "Constant": {
6 "properties": {
7 "input_type": {
8 "const": "constant",
Missing negative tests
9
"type": "string"
10 },
11 "type": {
Missing negative tests
12
"type": "string"
13 }
14 },
15 "required": [
16 "type"
17 ],
Missing negative tests
18
"type": "object"
19 },
20 "FlowRunResult": {
21 "properties": {
22 "id": {
Missing negative tests
23
"format": "uuid",
Missing negative tests
24
"type": "string"
25 },
26 "input_type": {
27 "const": "flow_run",
Missing negative tests
28
"type": "string"
29 }
30 },
31 "required": [
32 "id"
33 ],
Missing negative tests
34
"type": "object"
35 },
36 "Parameter": {
37 "properties": {
38 "input_type": {
39 "const": "parameter",
Missing negative tests
40
"type": "string"
41 },
42 "name": {
Missing negative tests
43
"type": "string"
44 }
45 },
46 "required": [
47 "name"
48 ],
Missing negative tests
49
"type": "object"
50 },
51 "StateCreate": {
52 "additionalProperties": false,
53 "properties": {
54 "data": {
Negative tests not applicable
55
"anyOf": [
56 {},
57 {
58 "type": "null"
59 }
Negative tests not applicable
60
],
61 },
62 "message": {
63 "anyOf": [
64 {
65 "type": "string"
66 },
67 {
68 "type": "null"
69 }
70 ],
71 },
72 "name": {
73 "anyOf": [
74 {
75 "type": "string"
76 },
77 {
78 "type": "null"
79 }
80 ],
81 },
82 "state_details": {
83 "$ref": "#/components/schemas/StateDetails",
84 },
85 "type": {
86 "$ref": "#/components/schemas/StateType",
87 }
88 },
89 "required": [
90 "type"
91 ],
92 "type": "object"
93 },
94 "StateDetails": {
95 "properties": {
96 "cache_expiration": {
97 "anyOf": [
98 {
99 "format": "date-time",
100 "type": "string"
101 },
102 {
103 "type": "null"
104 }
105 ],
106 },
107 "cache_key": {
108 "anyOf": [
109 {
110 "type": "string"
111 },
112 {
113 "type": "null"
114 }
115 ],
116 },
117 "child_flow_run_id": {
118 "anyOf": [
119 {
120 "format": "uuid",
121 "type": "string"
122 },
123 {
124 "type": "null"
125 }
126 ],
127 },
128 "deferred": {
129 "anyOf": [
130 {
131 "type": "boolean"
132 },
133 {
134 "type": "null"
135 }
136 ],
137 },
138 "deployment_concurrency_lease_id": {
139 "anyOf": [
140 {
141 "format": "uuid",
142 "type": "string"
143 },
144 {
145 "type": "null"
146 }
147 ],
148 },
149 "flow_run_id": {
150 "anyOf": [
151 {
152 "format": "uuid",
153 "type": "string"
154 },
155 {
156 "type": "null"
157 }
158 ],
159 },
160 "pause_key": {
161 "anyOf": [
162 {
163 "type": "string"
164 },
165 {
166 "type": "null"
167 }
168 ],
169 },
170 "pause_reschedule": {
171 "type": "boolean"
172 },
173 "pause_timeout": {
174 "anyOf": [
175 {
176 "format": "date-time",
177 "type": "string"
178 },
179 {
180 "type": "null"
181 }
182 ],
183 },
184 "refresh_cache": {
185 "anyOf": [
186 {
187 "type": "boolean"
188 },
189 {
190 "type": "null"
191 }
192 ],
193 },
194 "retriable": {
195 "anyOf": [
196 {
197 "type": "boolean"
198 },
199 {
200 "type": "null"
201 }
202 ],
203 },
204 "run_input_keyset": {
205 "anyOf": [
206 {
207 "additionalProperties": {
Missing tests
208
"type": "string"
209 },
210 "type": "object"
211 },
212 {
213 "type": "null"
214 }
215 ],
216 },
217 "scheduled_time": {
218 "anyOf": [
219 {
220 "format": "date-time",
221 "type": "string"
222 },
223 {
224 "type": "null"
225 }
226 ],
227 },
228 "task_parameters_id": {
229 "anyOf": [
230 {
231 "format": "uuid",
232 "type": "string"
233 },
234 {
235 "type": "null"
236 }
237 ],
238 },
239 "task_run_id": {
240 "anyOf": [
241 {
242 "format": "uuid",
243 "type": "string"
244 },
245 {
246 "type": "null"
247 }
248 ],
249 },
250 "traceparent": {
251 "anyOf": [
252 {
253 "type": "string"
254 },
255 {
256 "type": "null"
257 }
258 ],
259 },
260 "transition_id": {
261 "anyOf": [
262 {
263 "format": "uuid",
264 "type": "string"
265 },
266 {
267 "type": "null"
268 }
269 ],
270 },
271 "untrackable_result": {
272 "type": "boolean"
273 }
274 },
275 "type": "object"
276 },
277 "StateType": {
278 "enum": [
279 "SCHEDULED",
280 "PENDING",
281 "RUNNING",
282 "COMPLETED",
283 "FAILED",
284 "CANCELLED",
285 "CRASHED",
286 "PAUSED",
287 "CANCELLING"
288 ],
289 "type": "string"
290 },
291 "TaskRunCreate": {
292 "additionalProperties": false,
293 "properties": {
294 "cache_expiration": {
295 "anyOf": [
296 {
297 "format": "date-time",
298 "type": "string"
299 },
300 {
301 "type": "null"
302 }
303 ],
304 },
305 "cache_key": {
306 "anyOf": [
307 {
308 "type": "string"
309 },
310 {
311 "type": "null"
312 }
313 ],
314 },
315 "dynamic_key": {
316 "type": "string"
317 },
318 "empirical_policy": {
319 "$ref": "#/components/schemas/TaskRunPolicy"
320 },
321 "flow_run_id": {
322 "anyOf": [
323 {
324 "format": "uuid",
325 "type": "string"
326 },
327 {
328 "type": "null"
329 }
330 ],
331 },
332 "id": {
333 "anyOf": [
334 {
335 "format": "uuid",
336 "type": "string"
337 },
338 {
339 "type": "null"
340 }
341 ],
342 },
343 "labels": {
344 "anyOf": [
345 {
346 "additionalProperties": {
Missing negative tests
347
"anyOf": [
348 {
349 "type": "boolean"
350 },
351 {
352 "type": "integer"
353 },
354 {
355 "type": "number"
356 },
357 {
358 "type": "string"
359 }
Missing negative tests
360
]
361 },
362 "type": "object"
363 },
364 {
365 "type": "null"
366 }
367 ],
368 "examples": [
369 {
370 "key": "value1",
371 "key2": 42
372 }
373 ],
374 },
375 "name": {
376 "examples": [
377 "my-task-run"
378 ],
379 "type": "string"
380 },
381 "state": {
382 "anyOf": [
383 {
384 "$ref": "#/components/schemas/StateCreate"
385 },
386 {
387 "type": "null"
388 }
389 ],
390 },
391 "tags": {
392 "examples": [
393 [
394 "tag-1",
395 "tag-2"
396 ]
397 ],
398 "items": {
399 "type": "string"
400 },
401 "type": "array"
402 },
403 "task_inputs": {
404 "additionalProperties": {
405 "items": {
Missing negative tests
406
"anyOf": [
407 {
408 "$ref": "#/components/schemas/TaskRunResult"
409 },
410 {
411 "$ref": "#/components/schemas/FlowRunResult"
412 },
413 {
414 "$ref": "#/components/schemas/Parameter"
415 },
416 {
417 "$ref": "#/components/schemas/Constant"
418 }
Missing negative tests
419
]
420 },
Missing negative tests
421
"type": "array"
422 },
423 "type": "object"
424 },
425 "task_key": {
426 "type": "string"
427 },
428 "task_version": {
429 "anyOf": [
430 {
431 "type": "string"
432 },
433 {
434 "type": "null"
435 }
436 ],
437 }
438 },
439 "required": [
440 "task_key",
441 "dynamic_key"
442 ],
443 "type": "object"
444 },
445 "TaskRunPolicy": {
446 "properties": {
447 "max_retries": {
448 "deprecated": true,
449 "type": "integer"
450 },
451 "retries": {
452 "anyOf": [
453 {
454 "type": "integer"
455 },
456 {
457 "type": "null"
458 }
459 ],
460 },
461 "retry_delay": {
462 "anyOf": [
463 {
464 "type": "integer"
465 },
466 {
467 "type": "number"
468 },
469 {
470 "items": {
471 "type": "integer"
472 },
473 "type": "array"
474 },
475 {
476 "items": {
477 "type": "number"
478 },
479 "type": "array"
480 },
481 {
482 "type": "null"
483 }
484 ],
485 },
486 "retry_delay_seconds": {
487 "deprecated": true,
488 "type": "number"
489 },
490 "retry_jitter_factor": {
491 "anyOf": [
492 {
493 "type": "number"
494 },
495 {
496 "type": "null"
497 }
498 ],
499 }
500 },
501 "type": "object"
502 },
503 "TaskRunResult": {
504 "properties": {
505 "id": {
Missing negative tests
506
"format": "uuid",
Missing negative tests
507
"type": "string"
508 },
509 "input_type": {
510 "const": "task_run",
Missing negative tests
511
"type": "string"
512 }
513 },
514 "required": [
515 "id"
516 ],
Missing negative tests
517
"type": "object"
518 }
519 }
520 }
521}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
182 2.40ms
default
Default
581 6.08ms
Examples
9 of 9 covered

Body: application/json
pause_reschedule.default
 
false
 
input_type.default
 
"constant"
 
max_retries.default
 
0
 
input_type.default
 
"task_run"
 
retry_delay_seconds.default
 
0
 
untrackable_result.default
 
false
 
input_type.default
 
"parameter"
 
deferred.default
 
false
 
input_type.default
 
"flow_run"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json468 of 468 keywords covered
1{
2 "$ref": "#/components/schemas/Body_count_task_runs_task_runs_count_post",
3 "components": {
4 "schemas": {
5 "Body_count_task_runs_task_runs_count_post": {
6 "properties": {
7 "deployments": {
8 "$ref": "#/components/schemas/DeploymentFilter"
9 },
10 "flow_runs": {
11 "$ref": "#/components/schemas/FlowRunFilter"
12 },
13 "flows": {
14 "$ref": "#/components/schemas/FlowFilter"
15 },
16 "task_runs": {
17 "$ref": "#/components/schemas/TaskRunFilter"
18 }
19 },
20 "type": "object"
21 },
22 "DeploymentFilter": {
23 "additionalProperties": false,
24 "properties": {
25 "concurrency_limit": {
26 "anyOf": [
27 {
28 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
29 },
30 {
31 "type": "null"
32 }
33 ],
34 "deprecated": true,
35 },
36 "flow_or_deployment_name": {
37 "anyOf": [
38 {
39 "$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
40 },
41 {
42 "type": "null"
43 }
44 ],
45 },
46 "id": {
47 "anyOf": [
48 {
49 "$ref": "#/components/schemas/DeploymentFilterId"
50 },
51 {
52 "type": "null"
53 }
54 ],
55 },
56 "name": {
57 "anyOf": [
58 {
59 "$ref": "#/components/schemas/DeploymentFilterName"
60 },
61 {
62 "type": "null"
63 }
64 ],
65 },
66 "operator": {
67 "$ref": "#/components/schemas/Operator",
68 },
69 "paused": {
70 "anyOf": [
71 {
72 "$ref": "#/components/schemas/DeploymentFilterPaused"
73 },
74 {
75 "type": "null"
76 }
77 ],
78 },
79 "tags": {
80 "anyOf": [
81 {
82 "$ref": "#/components/schemas/DeploymentFilterTags"
83 },
84 {
85 "type": "null"
86 }
87 ],
88 },
89 "work_queue_name": {
90 "anyOf": [
91 {
92 "$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
93 },
94 {
95 "type": "null"
96 }
97 ],
98 }
99 },
100 "type": "object"
101 },
102 "DeploymentFilterConcurrencyLimit": {
103 "additionalProperties": false,
104 "properties": {
105 "ge_": {
106 "anyOf": [
107 {
108 "type": "integer"
109 },
110 {
111 "type": "null"
112 }
113 ],
114 },
115 "is_null_": {
116 "anyOf": [
117 {
118 "type": "boolean"
119 },
120 {
121 "type": "null"
122 }
123 ],
124 },
125 "le_": {
126 "anyOf": [
127 {
128 "type": "integer"
129 },
130 {
131 "type": "null"
132 }
133 ],
134 }
135 },
136 "type": "object"
137 },
138 "DeploymentFilterId": {
139 "additionalProperties": false,
140 "properties": {
141 "any_": {
142 "anyOf": [
143 {
144 "items": {
145 "format": "uuid",
146 "type": "string"
147 },
148 "type": "array"
149 },
150 {
151 "type": "null"
152 }
153 ],
154 },
155 "not_any_": {
156 "anyOf": [
157 {
158 "items": {
159 "format": "uuid",
160 "type": "string"
161 },
162 "type": "array"
163 },
164 {
165 "type": "null"
166 }
167 ],
168 }
169 },
170 "type": "object"
171 },
172 "DeploymentFilterName": {
173 "additionalProperties": false,
174 "properties": {
175 "any_": {
176 "anyOf": [
177 {
178 "items": {
179 "type": "string"
180 },
181 "type": "array"
182 },
183 {
184 "type": "null"
185 }
186 ],
187 "examples": [
188 [
189 "my-deployment-1",
190 "my-deployment-2"
191 ]
192 ],
193 },
194 "like_": {
195 "anyOf": [
196 {
197 "type": "string"
198 },
199 {
200 "type": "null"
201 }
202 ],
203 "examples": [
204 "marvin"
205 ],
206 }
207 },
208 "type": "object"
209 },
210 "DeploymentFilterPaused": {
211 "additionalProperties": false,
212 "properties": {
213 "eq_": {
214 "anyOf": [
215 {
216 "type": "boolean"
217 },
218 {
219 "type": "null"
220 }
221 ],
222 }
223 },
224 "type": "object"
225 },
226 "DeploymentFilterTags": {
227 "additionalProperties": false,
228 "properties": {
229 "all_": {
230 "anyOf": [
231 {
232 "items": {
233 "type": "string"
234 },
235 "type": "array"
236 },
237 {
238 "type": "null"
239 }
240 ],
241 "examples": [
242 [
243 "tag-1",
244 "tag-2"
245 ]
246 ],
247 },
248 "any_": {
249 "anyOf": [
250 {
251 "items": {
252 "type": "string"
253 },
254 "type": "array"
255 },
256 {
257 "type": "null"
258 }
259 ],
260 "examples": [
261 [
262 "tag-1",
263 "tag-2"
264 ]
265 ],
266 },
267 "is_null_": {
268 "anyOf": [
269 {
270 "type": "boolean"
271 },
272 {
273 "type": "null"
274 }
275 ],
276 },
277 "operator": {
278 "$ref": "#/components/schemas/Operator",
279 }
280 },
281 "type": "object"
282 },
283 "DeploymentFilterWorkQueueName": {
284 "additionalProperties": false,
285 "properties": {
286 "any_": {
287 "anyOf": [
288 {
289 "items": {
290 "type": "string"
291 },
292 "type": "array"
293 },
294 {
295 "type": "null"
296 }
297 ],
298 "examples": [
299 [
300 "work_queue_1",
301 "work_queue_2"
302 ]
303 ],
304 }
305 },
306 "type": "object"
307 },
308 "DeploymentOrFlowNameFilter": {
309 "additionalProperties": false,
310 "properties": {
311 "like_": {
312 "anyOf": [
313 {
314 "type": "string"
315 },
316 {
317 "type": "null"
318 }
319 ],
320 }
321 },
322 "type": "object"
323 },
324 "FlowFilter": {
325 "additionalProperties": false,
326 "properties": {
327 "deployment": {
328 "anyOf": [
329 {
330 "$ref": "#/components/schemas/FlowFilterDeployment"
331 },
332 {
333 "type": "null"
334 }
335 ],
336 },
337 "id": {
338 "anyOf": [
339 {
340 "$ref": "#/components/schemas/FlowFilterId"
341 },
342 {
343 "type": "null"
344 }
345 ],
346 },
347 "name": {
348 "anyOf": [
349 {
350 "$ref": "#/components/schemas/FlowFilterName"
351 },
352 {
353 "type": "null"
354 }
355 ],
356 },
357 "operator": {
358 "$ref": "#/components/schemas/Operator",
359 },
360 "tags": {
361 "anyOf": [
362 {
363 "$ref": "#/components/schemas/FlowFilterTags"
364 },
365 {
366 "type": "null"
367 }
368 ],
369 }
370 },
371 "type": "object"
372 },
373 "FlowFilterDeployment": {
374 "additionalProperties": false,
375 "properties": {
376 "is_null_": {
377 "anyOf": [
378 {
379 "type": "boolean"
380 },
381 {
382 "type": "null"
383 }
384 ],
385 },
386 "operator": {
387 "$ref": "#/components/schemas/Operator",
388 }
389 },
390 "type": "object"
391 },
392 "FlowFilterId": {
393 "additionalProperties": false,
394 "properties": {
395 "any_": {
396 "anyOf": [
397 {
398 "items": {
399 "format": "uuid",
400 "type": "string"
401 },
402 "type": "array"
403 },
404 {
405 "type": "null"
406 }
407 ],
408 }
409 },
410 "type": "object"
411 },
412 "FlowFilterName": {
413 "additionalProperties": false,
414 "properties": {
415 "any_": {
416 "anyOf": [
417 {
418 "items": {
419 "type": "string"
420 },
421 "type": "array"
422 },
423 {
424 "type": "null"
425 }
426 ],
427 "examples": [
428 [
429 "my-flow-1",
430 "my-flow-2"
431 ]
432 ],
433 },
434 "like_": {
435 "anyOf": [
436 {
437 "type": "string"
438 },
439 {
440 "type": "null"
441 }
442 ],
443 "examples": [
444 "marvin"
445 ],
446 }
447 },
448 "type": "object"
449 },
450 "FlowFilterTags": {
451 "additionalProperties": false,
452 "properties": {
453 "all_": {
454 "anyOf": [
455 {
456 "items": {
457 "type": "string"
458 },
459 "type": "array"
460 },
461 {
462 "type": "null"
463 }
464 ],
465 "examples": [
466 [
467 "tag-1",
468 "tag-2"
469 ]
470 ],
471 },
472 "is_null_": {
473 "anyOf": [
474 {
475 "type": "boolean"
476 },
477 {
478 "type": "null"
479 }
480 ],
481 },
482 "operator": {
483 "$ref": "#/components/schemas/Operator",
484 }
485 },
486 "type": "object"
487 },
488 "FlowRunFilter": {
489 "additionalProperties": false,
490 "properties": {
491 "deployment_id": {
492 "anyOf": [
493 {
494 "$ref": "#/components/schemas/FlowRunFilterDeploymentId"
495 },
496 {
497 "type": "null"
498 }
499 ],
500 },
501 "end_time": {
502 "anyOf": [
503 {
504 "$ref": "#/components/schemas/FlowRunFilterEndTime"
505 },
506 {
507 "type": "null"
508 }
509 ],
510 },
511 "expected_start_time": {
512 "anyOf": [
513 {
514 "$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
515 },
516 {
517 "type": "null"
518 }
519 ],
520 },
521 "flow_version": {
522 "anyOf": [
523 {
524 "$ref": "#/components/schemas/FlowRunFilterFlowVersion"
525 },
526 {
527 "type": "null"
528 }
529 ],
530 },
531 "id": {
532 "anyOf": [
533 {
534 "$ref": "#/components/schemas/FlowRunFilterId"
535 },
536 {
537 "type": "null"
538 }
539 ],
540 },
541 "idempotency_key": {
542 "anyOf": [
543 {
544 "$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
545 },
546 {
547 "type": "null"
548 }
549 ],
550 },
551 "name": {
552 "anyOf": [
553 {
554 "$ref": "#/components/schemas/FlowRunFilterName"
555 },
556 {
557 "type": "null"
558 }
559 ],
560 },
561 "next_scheduled_start_time": {
562 "anyOf": [
563 {
564 "$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
565 },
566 {
567 "type": "null"
568 }
569 ],
570 },
571 "operator": {
572 "$ref": "#/components/schemas/Operator",
573 },
574 "parent_flow_run_id": {
575 "anyOf": [
576 {
577 "$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
578 },
579 {
580 "type": "null"
581 }
582 ],
583 },
584 "parent_task_run_id": {
585 "anyOf": [
586 {
587 "$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
588 },
589 {
590 "type": "null"
591 }
592 ],
593 },
594 "start_time": {
595 "anyOf": [
596 {
597 "$ref": "#/components/schemas/FlowRunFilterStartTime"
598 },
599 {
600 "type": "null"
601 }
602 ],
603 },
604 "state": {
605 "anyOf": [
606 {
607 "$ref": "#/components/schemas/FlowRunFilterState"
608 },
609 {
610 "type": "null"
611 }
612 ],
613 },
614 "tags": {
615 "anyOf": [
616 {
617 "$ref": "#/components/schemas/FlowRunFilterTags"
618 },
619 {
620 "type": "null"
621 }
622 ],
623 },
624 "work_queue_name": {
625 "anyOf": [
626 {
627 "$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
628 },
629 {
630 "type": "null"
631 }
632 ],
633 }
634 },
635 "type": "object"
636 },
637 "FlowRunFilterDeploymentId": {
638 "additionalProperties": false,
639 "properties": {
640 "any_": {
641 "anyOf": [
642 {
643 "items": {
644 "format": "uuid",
645 "type": "string"
646 },
647 "type": "array"
648 },
649 {
650 "type": "null"
651 }
652 ],
653 },
654 "is_null_": {
655 "anyOf": [
656 {
657 "type": "boolean"
658 },
659 {
660 "type": "null"
661 }
662 ],
663 },
664 "operator": {
665 "$ref": "#/components/schemas/Operator",
666 }
667 },
668 "type": "object"
669 },
670 "FlowRunFilterEndTime": {
671 "additionalProperties": false,
672 "properties": {
673 "after_": {
674 "anyOf": [
675 {
676 "format": "date-time",
677 "type": "string"
678 },
679 {
680 "type": "null"
681 }
682 ],
683 },
684 "before_": {
685 "anyOf": [
686 {
687 "format": "date-time",
688 "type": "string"
689 },
690 {
691 "type": "null"
692 }
693 ],
694 },
695 "is_null_": {
696 "anyOf": [
697 {
698 "type": "boolean"
699 },
700 {
701 "type": "null"
702 }
703 ],
704 }
705 },
706 "type": "object"
707 },
708 "FlowRunFilterExpectedStartTime": {
709 "additionalProperties": false,
710 "properties": {
711 "after_": {
712 "anyOf": [
713 {
714 "format": "date-time",
715 "type": "string"
716 },
717 {
718 "type": "null"
719 }
720 ],
721 },
722 "before_": {
723 "anyOf": [
724 {
725 "format": "date-time",
726 "type": "string"
727 },
728 {
729 "type": "null"
730 }
731 ],
732 }
733 },
734 "type": "object"
735 },
736 "FlowRunFilterFlowVersion": {
737 "additionalProperties": false,
738 "properties": {
739 "any_": {
740 "anyOf": [
741 {
742 "items": {
743 "type": "string"
744 },
745 "type": "array"
746 },
747 {
748 "type": "null"
749 }
750 ],
751 }
752 },
753 "type": "object"
754 },
755 "FlowRunFilterId": {
756 "additionalProperties": false,
757 "properties": {
758 "any_": {
759 "anyOf": [
760 {
761 "items": {
762 "format": "uuid",
763 "type": "string"
764 },
765 "type": "array"
766 },
767 {
768 "type": "null"
769 }
770 ],
771 },
772 "not_any_": {
773 "anyOf": [
774 {
775 "items": {
776 "format": "uuid",
777 "type": "string"
778 },
779 "type": "array"
780 },
781 {
782 "type": "null"
783 }
784 ],
785 }
786 },
787 "type": "object"
788 },
789 "FlowRunFilterIdempotencyKey": {
790 "additionalProperties": false,
791 "properties": {
792 "any_": {
793 "anyOf": [
794 {
795 "items": {
796 "type": "string"
797 },
798 "type": "array"
799 },
800 {
801 "type": "null"
802 }
803 ],
804 },
805 "not_any_": {
806 "anyOf": [
807 {
808 "items": {
809 "type": "string"
810 },
811 "type": "array"
812 },
813 {
814 "type": "null"
815 }
816 ],
817 }
818 },
819 "type": "object"
820 },
821 "FlowRunFilterName": {
822 "additionalProperties": false,
823 "properties": {
824 "any_": {
825 "anyOf": [
826 {
827 "items": {
828 "type": "string"
829 },
830 "type": "array"
831 },
832 {
833 "type": "null"
834 }
835 ],
836 "examples": [
837 [
838 "my-flow-run-1",
839 "my-flow-run-2"
840 ]
841 ],
842 },
843 "like_": {
844 "anyOf": [
845 {
846 "type": "string"
847 },
848 {
849 "type": "null"
850 }
851 ],
852 "examples": [
853 "marvin"
854 ],
855 }
856 },
857 "type": "object"
858 },
859 "FlowRunFilterNextScheduledStartTime": {
860 "additionalProperties": false,
861 "properties": {
862 "after_": {
863 "anyOf": [
864 {
865 "format": "date-time",
866 "type": "string"
867 },
868 {
869 "type": "null"
870 }
871 ],
872 },
873 "before_": {
874 "anyOf": [
875 {
876 "format": "date-time",
877 "type": "string"
878 },
879 {
880 "type": "null"
881 }
882 ],
883 }
884 },
885 "type": "object"
886 },
887 "FlowRunFilterParentFlowRunId": {
888 "additionalProperties": false,
889 "properties": {
890 "any_": {
891 "anyOf": [
892 {
893 "items": {
894 "format": "uuid",
895 "type": "string"
896 },
897 "type": "array"
898 },
899 {
900 "type": "null"
901 }
902 ],
903 },
904 "operator": {
905 "$ref": "#/components/schemas/Operator",
906 }
907 },
908 "type": "object"
909 },
910 "FlowRunFilterParentTaskRunId": {
911 "additionalProperties": false,
912 "properties": {
913 "any_": {
914 "anyOf": [
915 {
916 "items": {
917 "format": "uuid",
918 "type": "string"
919 },
920 "type": "array"
921 },
922 {
923 "type": "null"
924 }
925 ],
926 },
927 "is_null_": {
928 "anyOf": [
929 {
930 "type": "boolean"
931 },
932 {
933 "type": "null"
934 }
935 ],
936 },
937 "operator": {
938 "$ref": "#/components/schemas/Operator",
939 }
940 },
941 "type": "object"
942 },
943 "FlowRunFilterStartTime": {
944 "additionalProperties": false,
945 "properties": {
946 "after_": {
947 "anyOf": [
948 {
949 "format": "date-time",
950 "type": "string"
951 },
952 {
953 "type": "null"
954 }
955 ],
956 },
957 "before_": {
958 "anyOf": [
959 {
960 "format": "date-time",
961 "type": "string"
962 },
963 {
964 "type": "null"
965 }
966 ],
967 },
968 "is_null_": {
969 "anyOf": [
970 {
971 "type": "boolean"
972 },
973 {
974 "type": "null"
975 }
976 ],
977 }
978 },
979 "type": "object"
980 },
981 "FlowRunFilterState": {
982 "additionalProperties": false,
983 "properties": {
984 "name": {
985 "anyOf": [
986 {
987 "$ref": "#/components/schemas/FlowRunFilterStateName"
988 },
989 {
990 "type": "null"
991 }
992 ],
993 },
994 "operator": {
995 "$ref": "#/components/schemas/Operator",
996 },
997 "type": {
998 "anyOf": [
999 {
1000 "$ref": "#/components/schemas/FlowRunFilterStateType"
1001 },
1002 {
1003 "type": "null"
1004 }
1005 ],
1006 }
1007 },
1008 "type": "object"
1009 },
1010 "FlowRunFilterStateName": {
1011 "additionalProperties": false,
1012 "properties": {
1013 "any_": {
1014 "anyOf": [
1015 {
1016 "items": {
1017 "type": "string"
1018 },
1019 "type": "array"
1020 },
1021 {
1022 "type": "null"
1023 }
1024 ],
1025 },
1026 "not_any_": {
1027 "anyOf": [
1028 {
1029 "items": {
1030 "type": "string"
1031 },
1032 "type": "array"
1033 },
1034 {
1035 "type": "null"
1036 }
1037 ],
1038 }
1039 },
1040 "type": "object"
1041 },
1042 "FlowRunFilterStateType": {
1043 "additionalProperties": false,
1044 "properties": {
1045 "any_": {
1046 "anyOf": [
1047 {
1048 "items": {
1049 "$ref": "#/components/schemas/StateType"
1050 },
1051 "type": "array"
1052 },
1053 {
1054 "type": "null"
1055 }
1056 ],
1057 },
1058 "not_any_": {
1059 "anyOf": [
1060 {
1061 "items": {
1062 "$ref": "#/components/schemas/StateType"
1063 },
1064 "type": "array"
1065 },
1066 {
1067 "type": "null"
1068 }
1069 ],
1070 }
1071 },
1072 "type": "object"
1073 },
1074 "FlowRunFilterTags": {
1075 "additionalProperties": false,
1076 "properties": {
1077 "all_": {
1078 "anyOf": [
1079 {
1080 "items": {
1081 "type": "string"
1082 },
1083 "type": "array"
1084 },
1085 {
1086 "type": "null"
1087 }
1088 ],
1089 "examples": [
1090 [
1091 "tag-1",
1092 "tag-2"
1093 ]
1094 ],
1095 },
1096 "any_": {
1097 "anyOf": [
1098 {
1099 "items": {
1100 "type": "string"
1101 },
1102 "type": "array"
1103 },
1104 {
1105 "type": "null"
1106 }
1107 ],
1108 "examples": [
1109 [
1110 "tag-1",
1111 "tag-2"
1112 ]
1113 ],
1114 },
1115 "is_null_": {
1116 "anyOf": [
1117 {
1118 "type": "boolean"
1119 },
1120 {
1121 "type": "null"
1122 }
1123 ],
1124 },
1125 "operator": {
1126 "$ref": "#/components/schemas/Operator",
1127 }
1128 },
1129 "type": "object"
1130 },
1131 "FlowRunFilterWorkQueueName": {
1132 "additionalProperties": false,
1133 "properties": {
1134 "any_": {
1135 "anyOf": [
1136 {
1137 "items": {
1138 "type": "string"
1139 },
1140 "type": "array"
1141 },
1142 {
1143 "type": "null"
1144 }
1145 ],
1146 "examples": [
1147 [
1148 "work_queue_1",
1149 "work_queue_2"
1150 ]
1151 ],
1152 },
1153 "is_null_": {
1154 "anyOf": [
1155 {
1156 "type": "boolean"
1157 },
1158 {
1159 "type": "null"
1160 }
1161 ],
1162 },
1163 "operator": {
1164 "$ref": "#/components/schemas/Operator",
1165 }
1166 },
1167 "type": "object"
1168 },
1169 "Operator": {
1170 "enum": [
1171 "and_",
1172 "or_"
1173 ],
1174 "type": "string"
1175 },
1176 "StateType": {
1177 "enum": [
1178 "SCHEDULED",
1179 "PENDING",
1180 "RUNNING",
1181 "COMPLETED",
1182 "FAILED",
1183 "CANCELLED",
1184 "CRASHED",
1185 "PAUSED",
1186 "CANCELLING"
1187 ],
1188 "type": "string"
1189 },
1190 "TaskRunFilter": {
1191 "additionalProperties": false,
1192 "properties": {
1193 "expected_start_time": {
1194 "anyOf": [
1195 {
1196 "$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1197 },
1198 {
1199 "type": "null"
1200 }
1201 ],
1202 },
1203 "flow_run_id": {
1204 "anyOf": [
1205 {
1206 "$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1207 },
1208 {
1209 "type": "null"
1210 }
1211 ],
1212 },
1213 "id": {
1214 "anyOf": [
1215 {
1216 "$ref": "#/components/schemas/TaskRunFilterId"
1217 },
1218 {
1219 "type": "null"
1220 }
1221 ],
1222 },
1223 "name": {
1224 "anyOf": [
1225 {
1226 "$ref": "#/components/schemas/TaskRunFilterName"
1227 },
1228 {
1229 "type": "null"
1230 }
1231 ],
1232 },
1233 "operator": {
1234 "$ref": "#/components/schemas/Operator",
1235 },
1236 "start_time": {
1237 "anyOf": [
1238 {
1239 "$ref": "#/components/schemas/TaskRunFilterStartTime"
1240 },
1241 {
1242 "type": "null"
1243 }
1244 ],
1245 },
1246 "state": {
1247 "anyOf": [
1248 {
1249 "$ref": "#/components/schemas/TaskRunFilterState"
1250 },
1251 {
1252 "type": "null"
1253 }
1254 ],
1255 },
1256 "subflow_runs": {
1257 "anyOf": [
1258 {
1259 "$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1260 },
1261 {
1262 "type": "null"
1263 }
1264 ],
1265 },
1266 "tags": {
1267 "anyOf": [
1268 {
1269 "$ref": "#/components/schemas/TaskRunFilterTags"
1270 },
1271 {
1272 "type": "null"
1273 }
1274 ],
1275 }
1276 },
1277 "type": "object"
1278 },
1279 "TaskRunFilterExpectedStartTime": {
1280 "additionalProperties": false,
1281 "properties": {
1282 "after_": {
1283 "anyOf": [
1284 {
1285 "format": "date-time",
1286 "type": "string"
1287 },
1288 {
1289 "type": "null"
1290 }
1291 ],
1292 },
1293 "before_": {
1294 "anyOf": [
1295 {
1296 "format": "date-time",
1297 "type": "string"
1298 },
1299 {
1300 "type": "null"
1301 }
1302 ],
1303 }
1304 },
1305 "type": "object"
1306 },
1307 "TaskRunFilterFlowRunId": {
1308 "additionalProperties": false,
1309 "properties": {
1310 "any_": {
1311 "anyOf": [
1312 {
1313 "items": {
1314 "format": "uuid",
1315 "type": "string"
1316 },
1317 "type": "array"
1318 },
1319 {
1320 "type": "null"
1321 }
1322 ],
1323 },
1324 "is_null_": {
1325 "anyOf": [
1326 {
1327 "type": "boolean"
1328 },
1329 {
1330 "type": "null"
1331 }
1332 ],
1333 },
1334 "operator": {
1335 "$ref": "#/components/schemas/Operator",
1336 }
1337 },
1338 "type": "object"
1339 },
1340 "TaskRunFilterId": {
1341 "additionalProperties": false,
1342 "properties": {
1343 "any_": {
1344 "anyOf": [
1345 {
1346 "items": {
1347 "format": "uuid",
1348 "type": "string"
1349 },
1350 "type": "array"
1351 },
1352 {
1353 "type": "null"
1354 }
1355 ],
1356 }
1357 },
1358 "type": "object"
1359 },
1360 "TaskRunFilterName": {
1361 "additionalProperties": false,
1362 "properties": {
1363 "any_": {
1364 "anyOf": [
1365 {
1366 "items": {
1367 "type": "string"
1368 },
1369 "type": "array"
1370 },
1371 {
1372 "type": "null"
1373 }
1374 ],
1375 "examples": [
1376 [
1377 "my-task-run-1",
1378 "my-task-run-2"
1379 ]
1380 ],
1381 },
1382 "like_": {
1383 "anyOf": [
1384 {
1385 "type": "string"
1386 },
1387 {
1388 "type": "null"
1389 }
1390 ],
1391 "examples": [
1392 "marvin"
1393 ],
1394 }
1395 },
1396 "type": "object"
1397 },
1398 "TaskRunFilterStartTime": {
1399 "additionalProperties": false,
1400 "properties": {
1401 "after_": {
1402 "anyOf": [
1403 {
1404 "format": "date-time",
1405 "type": "string"
1406 },
1407 {
1408 "type": "null"
1409 }
1410 ],
1411 },
1412 "before_": {
1413 "anyOf": [
1414 {
1415 "format": "date-time",
1416 "type": "string"
1417 },
1418 {
1419 "type": "null"
1420 }
1421 ],
1422 },
1423 "is_null_": {
1424 "anyOf": [
1425 {
1426 "type": "boolean"
1427 },
1428 {
1429 "type": "null"
1430 }
1431 ],
1432 }
1433 },
1434 "type": "object"
1435 },
1436 "TaskRunFilterState": {
1437 "additionalProperties": false,
1438 "properties": {
1439 "name": {
1440 "anyOf": [
1441 {
1442 "$ref": "#/components/schemas/TaskRunFilterStateName"
1443 },
1444 {
1445 "type": "null"
1446 }
1447 ],
1448 },
1449 "operator": {
1450 "$ref": "#/components/schemas/Operator",
1451 },
1452 "type": {
1453 "anyOf": [
1454 {
1455 "$ref": "#/components/schemas/TaskRunFilterStateType"
1456 },
1457 {
1458 "type": "null"
1459 }
1460 ],
1461 }
1462 },
1463 "type": "object"
1464 },
1465 "TaskRunFilterStateName": {
1466 "additionalProperties": false,
1467 "properties": {
1468 "any_": {
1469 "anyOf": [
1470 {
1471 "items": {
1472 "type": "string"
1473 },
1474 "type": "array"
1475 },
1476 {
1477 "type": "null"
1478 }
1479 ],
1480 }
1481 },
1482 "type": "object"
1483 },
1484 "TaskRunFilterStateType": {
1485 "additionalProperties": false,
1486 "properties": {
1487 "any_": {
1488 "anyOf": [
1489 {
1490 "items": {
1491 "$ref": "#/components/schemas/StateType"
1492 },
1493 "type": "array"
1494 },
1495 {
1496 "type": "null"
1497 }
1498 ],
1499 }
1500 },
1501 "type": "object"
1502 },
1503 "TaskRunFilterSubFlowRuns": {
1504 "additionalProperties": false,
1505 "properties": {
1506 "exists_": {
1507 "anyOf": [
1508 {
1509 "type": "boolean"
1510 },
1511 {
1512 "type": "null"
1513 }
1514 ],
1515 }
1516 },
1517 "type": "object"
1518 },
1519 "TaskRunFilterTags": {
1520 "additionalProperties": false,
1521 "properties": {
1522 "all_": {
1523 "anyOf": [
1524 {
1525 "items": {
1526 "type": "string"
1527 },
1528 "type": "array"
1529 },
1530 {
1531 "type": "null"
1532 }
1533 ],
1534 "examples": [
1535 [
1536 "tag-1",
1537 "tag-2"
1538 ]
1539 ],
1540 },
1541 "is_null_": {
1542 "anyOf": [
1543 {
1544 "type": "boolean"
1545 },
1546 {
1547 "type": "null"
1548 }
1549 ],
1550 },
1551 "operator": {
1552 "$ref": "#/components/schemas/Operator",
1553 }
1554 },
1555 "type": "object"
1556 }
1557 }
1558 }
1559}
Responses
seen average

200
Successful Response
1 9.66ms
422
Validation Error
715 3.66ms
default
Default
744 6.91ms
Examples
17 of 17 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json482 of 482 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_task_runs_task_runs_filter_post",
3 "components": {
4 "schemas": {
5 "Body_read_task_runs_task_runs_filter_post": {
6 "properties": {
7 "deployments": {
8 "anyOf": [
9 {
10 "$ref": "#/components/schemas/DeploymentFilter"
11 },
12 {
13 "type": "null"
14 }
15 ]
16 },
17 "flow_runs": {
18 "anyOf": [
19 {
20 "$ref": "#/components/schemas/FlowRunFilter"
21 },
22 {
23 "type": "null"
24 }
25 ]
26 },
27 "flows": {
28 "anyOf": [
29 {
30 "$ref": "#/components/schemas/FlowFilter"
31 },
32 {
33 "type": "null"
34 }
35 ]
36 },
37 "limit": {
38 "type": "integer"
39 },
40 "offset": {
41 "minimum": 0.0,
42 "type": "integer"
43 },
44 "sort": {
45 "$ref": "#/components/schemas/TaskRunSort",
46 },
47 "task_runs": {
48 "anyOf": [
49 {
50 "$ref": "#/components/schemas/TaskRunFilter"
51 },
52 {
53 "type": "null"
54 }
55 ]
56 }
57 },
58 "type": "object"
59 },
60 "DeploymentFilter": {
61 "additionalProperties": false,
62 "properties": {
63 "concurrency_limit": {
64 "anyOf": [
65 {
66 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
67 },
68 {
69 "type": "null"
70 }
71 ],
72 "deprecated": true,
73 },
74 "flow_or_deployment_name": {
75 "anyOf": [
76 {
77 "$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
78 },
79 {
80 "type": "null"
81 }
82 ],
83 },
84 "id": {
85 "anyOf": [
86 {
87 "$ref": "#/components/schemas/DeploymentFilterId"
88 },
89 {
90 "type": "null"
91 }
92 ],
93 },
94 "name": {
95 "anyOf": [
96 {
97 "$ref": "#/components/schemas/DeploymentFilterName"
98 },
99 {
100 "type": "null"
101 }
102 ],
103 },
104 "operator": {
105 "$ref": "#/components/schemas/Operator",
106 },
107 "paused": {
108 "anyOf": [
109 {
110 "$ref": "#/components/schemas/DeploymentFilterPaused"
111 },
112 {
113 "type": "null"
114 }
115 ],
116 },
117 "tags": {
118 "anyOf": [
119 {
120 "$ref": "#/components/schemas/DeploymentFilterTags"
121 },
122 {
123 "type": "null"
124 }
125 ],
126 },
127 "work_queue_name": {
128 "anyOf": [
129 {
130 "$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
131 },
132 {
133 "type": "null"
134 }
135 ],
136 }
137 },
138 "type": "object"
139 },
140 "DeploymentFilterConcurrencyLimit": {
141 "additionalProperties": false,
142 "properties": {
143 "ge_": {
144 "anyOf": [
145 {
146 "type": "integer"
147 },
148 {
149 "type": "null"
150 }
151 ],
152 },
153 "is_null_": {
154 "anyOf": [
155 {
156 "type": "boolean"
157 },
158 {
159 "type": "null"
160 }
161 ],
162 },
163 "le_": {
164 "anyOf": [
165 {
166 "type": "integer"
167 },
168 {
169 "type": "null"
170 }
171 ],
172 }
173 },
174 "type": "object"
175 },
176 "DeploymentFilterId": {
177 "additionalProperties": false,
178 "properties": {
179 "any_": {
180 "anyOf": [
181 {
182 "items": {
183 "format": "uuid",
184 "type": "string"
185 },
186 "type": "array"
187 },
188 {
189 "type": "null"
190 }
191 ],
192 },
193 "not_any_": {
194 "anyOf": [
195 {
196 "items": {
197 "format": "uuid",
198 "type": "string"
199 },
200 "type": "array"
201 },
202 {
203 "type": "null"
204 }
205 ],
206 }
207 },
208 "type": "object"
209 },
210 "DeploymentFilterName": {
211 "additionalProperties": false,
212 "properties": {
213 "any_": {
214 "anyOf": [
215 {
216 "items": {
217 "type": "string"
218 },
219 "type": "array"
220 },
221 {
222 "type": "null"
223 }
224 ],
225 "examples": [
226 [
227 "my-deployment-1",
228 "my-deployment-2"
229 ]
230 ],
231 },
232 "like_": {
233 "anyOf": [
234 {
235 "type": "string"
236 },
237 {
238 "type": "null"
239 }
240 ],
241 "examples": [
242 "marvin"
243 ],
244 }
245 },
246 "type": "object"
247 },
248 "DeploymentFilterPaused": {
249 "additionalProperties": false,
250 "properties": {
251 "eq_": {
252 "anyOf": [
253 {
254 "type": "boolean"
255 },
256 {
257 "type": "null"
258 }
259 ],
260 }
261 },
262 "type": "object"
263 },
264 "DeploymentFilterTags": {
265 "additionalProperties": false,
266 "properties": {
267 "all_": {
268 "anyOf": [
269 {
270 "items": {
271 "type": "string"
272 },
273 "type": "array"
274 },
275 {
276 "type": "null"
277 }
278 ],
279 "examples": [
280 [
281 "tag-1",
282 "tag-2"
283 ]
284 ],
285 },
286 "any_": {
287 "anyOf": [
288 {
289 "items": {
290 "type": "string"
291 },
292 "type": "array"
293 },
294 {
295 "type": "null"
296 }
297 ],
298 "examples": [
299 [
300 "tag-1",
301 "tag-2"
302 ]
303 ],
304 },
305 "is_null_": {
306 "anyOf": [
307 {
308 "type": "boolean"
309 },
310 {
311 "type": "null"
312 }
313 ],
314 },
315 "operator": {
316 "$ref": "#/components/schemas/Operator",
317 }
318 },
319 "type": "object"
320 },
321 "DeploymentFilterWorkQueueName": {
322 "additionalProperties": false,
323 "properties": {
324 "any_": {
325 "anyOf": [
326 {
327 "items": {
328 "type": "string"
329 },
330 "type": "array"
331 },
332 {
333 "type": "null"
334 }
335 ],
336 "examples": [
337 [
338 "work_queue_1",
339 "work_queue_2"
340 ]
341 ],
342 }
343 },
344 "type": "object"
345 },
346 "DeploymentOrFlowNameFilter": {
347 "additionalProperties": false,
348 "properties": {
349 "like_": {
350 "anyOf": [
351 {
352 "type": "string"
353 },
354 {
355 "type": "null"
356 }
357 ],
358 }
359 },
360 "type": "object"
361 },
362 "FlowFilter": {
363 "additionalProperties": false,
364 "properties": {
365 "deployment": {
366 "anyOf": [
367 {
368 "$ref": "#/components/schemas/FlowFilterDeployment"
369 },
370 {
371 "type": "null"
372 }
373 ],
374 },
375 "id": {
376 "anyOf": [
377 {
378 "$ref": "#/components/schemas/FlowFilterId"
379 },
380 {
381 "type": "null"
382 }
383 ],
384 },
385 "name": {
386 "anyOf": [
387 {
388 "$ref": "#/components/schemas/FlowFilterName"
389 },
390 {
391 "type": "null"
392 }
393 ],
394 },
395 "operator": {
396 "$ref": "#/components/schemas/Operator",
397 },
398 "tags": {
399 "anyOf": [
400 {
401 "$ref": "#/components/schemas/FlowFilterTags"
402 },
403 {
404 "type": "null"
405 }
406 ],
407 }
408 },
409 "type": "object"
410 },
411 "FlowFilterDeployment": {
412 "additionalProperties": false,
413 "properties": {
414 "is_null_": {
415 "anyOf": [
416 {
417 "type": "boolean"
418 },
419 {
420 "type": "null"
421 }
422 ],
423 },
424 "operator": {
425 "$ref": "#/components/schemas/Operator",
426 }
427 },
428 "type": "object"
429 },
430 "FlowFilterId": {
431 "additionalProperties": false,
432 "properties": {
433 "any_": {
434 "anyOf": [
435 {
436 "items": {
437 "format": "uuid",
438 "type": "string"
439 },
440 "type": "array"
441 },
442 {
443 "type": "null"
444 }
445 ],
446 }
447 },
448 "type": "object"
449 },
450 "FlowFilterName": {
451 "additionalProperties": false,
452 "properties": {
453 "any_": {
454 "anyOf": [
455 {
456 "items": {
457 "type": "string"
458 },
459 "type": "array"
460 },
461 {
462 "type": "null"
463 }
464 ],
465 "examples": [
466 [
467 "my-flow-1",
468 "my-flow-2"
469 ]
470 ],
471 },
472 "like_": {
473 "anyOf": [
474 {
475 "type": "string"
476 },
477 {
478 "type": "null"
479 }
480 ],
481 "examples": [
482 "marvin"
483 ],
484 }
485 },
486 "type": "object"
487 },
488 "FlowFilterTags": {
489 "additionalProperties": false,
490 "properties": {
491 "all_": {
492 "anyOf": [
493 {
494 "items": {
495 "type": "string"
496 },
497 "type": "array"
498 },
499 {
500 "type": "null"
501 }
502 ],
503 "examples": [
504 [
505 "tag-1",
506 "tag-2"
507 ]
508 ],
509 },
510 "is_null_": {
511 "anyOf": [
512 {
513 "type": "boolean"
514 },
515 {
516 "type": "null"
517 }
518 ],
519 },
520 "operator": {
521 "$ref": "#/components/schemas/Operator",
522 }
523 },
524 "type": "object"
525 },
526 "FlowRunFilter": {
527 "additionalProperties": false,
528 "properties": {
529 "deployment_id": {
530 "anyOf": [
531 {
532 "$ref": "#/components/schemas/FlowRunFilterDeploymentId"
533 },
534 {
535 "type": "null"
536 }
537 ],
538 },
539 "end_time": {
540 "anyOf": [
541 {
542 "$ref": "#/components/schemas/FlowRunFilterEndTime"
543 },
544 {
545 "type": "null"
546 }
547 ],
548 },
549 "expected_start_time": {
550 "anyOf": [
551 {
552 "$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
553 },
554 {
555 "type": "null"
556 }
557 ],
558 },
559 "flow_version": {
560 "anyOf": [
561 {
562 "$ref": "#/components/schemas/FlowRunFilterFlowVersion"
563 },
564 {
565 "type": "null"
566 }
567 ],
568 },
569 "id": {
570 "anyOf": [
571 {
572 "$ref": "#/components/schemas/FlowRunFilterId"
573 },
574 {
575 "type": "null"
576 }
577 ],
578 },
579 "idempotency_key": {
580 "anyOf": [
581 {
582 "$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
583 },
584 {
585 "type": "null"
586 }
587 ],
588 },
589 "name": {
590 "anyOf": [
591 {
592 "$ref": "#/components/schemas/FlowRunFilterName"
593 },
594 {
595 "type": "null"
596 }
597 ],
598 },
599 "next_scheduled_start_time": {
600 "anyOf": [
601 {
602 "$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
603 },
604 {
605 "type": "null"
606 }
607 ],
608 },
609 "operator": {
610 "$ref": "#/components/schemas/Operator",
611 },
612 "parent_flow_run_id": {
613 "anyOf": [
614 {
615 "$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
616 },
617 {
618 "type": "null"
619 }
620 ],
621 },
622 "parent_task_run_id": {
623 "anyOf": [
624 {
625 "$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
626 },
627 {
628 "type": "null"
629 }
630 ],
631 },
632 "start_time": {
633 "anyOf": [
634 {
635 "$ref": "#/components/schemas/FlowRunFilterStartTime"
636 },
637 {
638 "type": "null"
639 }
640 ],
641 },
642 "state": {
643 "anyOf": [
644 {
645 "$ref": "#/components/schemas/FlowRunFilterState"
646 },
647 {
648 "type": "null"
649 }
650 ],
651 },
652 "tags": {
653 "anyOf": [
654 {
655 "$ref": "#/components/schemas/FlowRunFilterTags"
656 },
657 {
658 "type": "null"
659 }
660 ],
661 },
662 "work_queue_name": {
663 "anyOf": [
664 {
665 "$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
666 },
667 {
668 "type": "null"
669 }
670 ],
671 }
672 },
673 "type": "object"
674 },
675 "FlowRunFilterDeploymentId": {
676 "additionalProperties": false,
677 "properties": {
678 "any_": {
679 "anyOf": [
680 {
681 "items": {
682 "format": "uuid",
683 "type": "string"
684 },
685 "type": "array"
686 },
687 {
688 "type": "null"
689 }
690 ],
691 },
692 "is_null_": {
693 "anyOf": [
694 {
695 "type": "boolean"
696 },
697 {
698 "type": "null"
699 }
700 ],
701 },
702 "operator": {
703 "$ref": "#/components/schemas/Operator",
704 }
705 },
706 "type": "object"
707 },
708 "FlowRunFilterEndTime": {
709 "additionalProperties": false,
710 "properties": {
711 "after_": {
712 "anyOf": [
713 {
714 "format": "date-time",
715 "type": "string"
716 },
717 {
718 "type": "null"
719 }
720 ],
721 },
722 "before_": {
723 "anyOf": [
724 {
725 "format": "date-time",
726 "type": "string"
727 },
728 {
729 "type": "null"
730 }
731 ],
732 },
733 "is_null_": {
734 "anyOf": [
735 {
736 "type": "boolean"
737 },
738 {
739 "type": "null"
740 }
741 ],
742 }
743 },
744 "type": "object"
745 },
746 "FlowRunFilterExpectedStartTime": {
747 "additionalProperties": false,
748 "properties": {
749 "after_": {
750 "anyOf": [
751 {
752 "format": "date-time",
753 "type": "string"
754 },
755 {
756 "type": "null"
757 }
758 ],
759 },
760 "before_": {
761 "anyOf": [
762 {
763 "format": "date-time",
764 "type": "string"
765 },
766 {
767 "type": "null"
768 }
769 ],
770 }
771 },
772 "type": "object"
773 },
774 "FlowRunFilterFlowVersion": {
775 "additionalProperties": false,
776 "properties": {
777 "any_": {
778 "anyOf": [
779 {
780 "items": {
781 "type": "string"
782 },
783 "type": "array"
784 },
785 {
786 "type": "null"
787 }
788 ],
789 }
790 },
791 "type": "object"
792 },
793 "FlowRunFilterId": {
794 "additionalProperties": false,
795 "properties": {
796 "any_": {
797 "anyOf": [
798 {
799 "items": {
800 "format": "uuid",
801 "type": "string"
802 },
803 "type": "array"
804 },
805 {
806 "type": "null"
807 }
808 ],
809 },
810 "not_any_": {
811 "anyOf": [
812 {
813 "items": {
814 "format": "uuid",
815 "type": "string"
816 },
817 "type": "array"
818 },
819 {
820 "type": "null"
821 }
822 ],
823 }
824 },
825 "type": "object"
826 },
827 "FlowRunFilterIdempotencyKey": {
828 "additionalProperties": false,
829 "properties": {
830 "any_": {
831 "anyOf": [
832 {
833 "items": {
834 "type": "string"
835 },
836 "type": "array"
837 },
838 {
839 "type": "null"
840 }
841 ],
842 },
843 "not_any_": {
844 "anyOf": [
845 {
846 "items": {
847 "type": "string"
848 },
849 "type": "array"
850 },
851 {
852 "type": "null"
853 }
854 ],
855 }
856 },
857 "type": "object"
858 },
859 "FlowRunFilterName": {
860 "additionalProperties": false,
861 "properties": {
862 "any_": {
863 "anyOf": [
864 {
865 "items": {
866 "type": "string"
867 },
868 "type": "array"
869 },
870 {
871 "type": "null"
872 }
873 ],
874 "examples": [
875 [
876 "my-flow-run-1",
877 "my-flow-run-2"
878 ]
879 ],
880 },
881 "like_": {
882 "anyOf": [
883 {
884 "type": "string"
885 },
886 {
887 "type": "null"
888 }
889 ],
890 "examples": [
891 "marvin"
892 ],
893 }
894 },
895 "type": "object"
896 },
897 "FlowRunFilterNextScheduledStartTime": {
898 "additionalProperties": false,
899 "properties": {
900 "after_": {
901 "anyOf": [
902 {
903 "format": "date-time",
904 "type": "string"
905 },
906 {
907 "type": "null"
908 }
909 ],
910 },
911 "before_": {
912 "anyOf": [
913 {
914 "format": "date-time",
915 "type": "string"
916 },
917 {
918 "type": "null"
919 }
920 ],
921 }
922 },
923 "type": "object"
924 },
925 "FlowRunFilterParentFlowRunId": {
926 "additionalProperties": false,
927 "properties": {
928 "any_": {
929 "anyOf": [
930 {
931 "items": {
932 "format": "uuid",
933 "type": "string"
934 },
935 "type": "array"
936 },
937 {
938 "type": "null"
939 }
940 ],
941 },
942 "operator": {
943 "$ref": "#/components/schemas/Operator",
944 }
945 },
946 "type": "object"
947 },
948 "FlowRunFilterParentTaskRunId": {
949 "additionalProperties": false,
950 "properties": {
951 "any_": {
952 "anyOf": [
953 {
954 "items": {
955 "format": "uuid",
956 "type": "string"
957 },
958 "type": "array"
959 },
960 {
961 "type": "null"
962 }
963 ],
964 },
965 "is_null_": {
966 "anyOf": [
967 {
968 "type": "boolean"
969 },
970 {
971 "type": "null"
972 }
973 ],
974 },
975 "operator": {
976 "$ref": "#/components/schemas/Operator",
977 }
978 },
979 "type": "object"
980 },
981 "FlowRunFilterStartTime": {
982 "additionalProperties": false,
983 "properties": {
984 "after_": {
985 "anyOf": [
986 {
987 "format": "date-time",
988 "type": "string"
989 },
990 {
991 "type": "null"
992 }
993 ],
994 },
995 "before_": {
996 "anyOf": [
997 {
998 "format": "date-time",
999 "type": "string"
1000 },
1001 {
1002 "type": "null"
1003 }
1004 ],
1005 },
1006 "is_null_": {
1007 "anyOf": [
1008 {
1009 "type": "boolean"
1010 },
1011 {
1012 "type": "null"
1013 }
1014 ],
1015 }
1016 },
1017 "type": "object"
1018 },
1019 "FlowRunFilterState": {
1020 "additionalProperties": false,
1021 "properties": {
1022 "name": {
1023 "anyOf": [
1024 {
1025 "$ref": "#/components/schemas/FlowRunFilterStateName"
1026 },
1027 {
1028 "type": "null"
1029 }
1030 ],
1031 },
1032 "operator": {
1033 "$ref": "#/components/schemas/Operator",
1034 },
1035 "type": {
1036 "anyOf": [
1037 {
1038 "$ref": "#/components/schemas/FlowRunFilterStateType"
1039 },
1040 {
1041 "type": "null"
1042 }
1043 ],
1044 }
1045 },
1046 "type": "object"
1047 },
1048 "FlowRunFilterStateName": {
1049 "additionalProperties": false,
1050 "properties": {
1051 "any_": {
1052 "anyOf": [
1053 {
1054 "items": {
1055 "type": "string"
1056 },
1057 "type": "array"
1058 },
1059 {
1060 "type": "null"
1061 }
1062 ],
1063 },
1064 "not_any_": {
1065 "anyOf": [
1066 {
1067 "items": {
1068 "type": "string"
1069 },
1070 "type": "array"
1071 },
1072 {
1073 "type": "null"
1074 }
1075 ],
1076 }
1077 },
1078 "type": "object"
1079 },
1080 "FlowRunFilterStateType": {
1081 "additionalProperties": false,
1082 "properties": {
1083 "any_": {
1084 "anyOf": [
1085 {
1086 "items": {
1087 "$ref": "#/components/schemas/StateType"
1088 },
1089 "type": "array"
1090 },
1091 {
1092 "type": "null"
1093 }
1094 ],
1095 },
1096 "not_any_": {
1097 "anyOf": [
1098 {
1099 "items": {
1100 "$ref": "#/components/schemas/StateType"
1101 },
1102 "type": "array"
1103 },
1104 {
1105 "type": "null"
1106 }
1107 ],
1108 }
1109 },
1110 "type": "object"
1111 },
1112 "FlowRunFilterTags": {
1113 "additionalProperties": false,
1114 "properties": {
1115 "all_": {
1116 "anyOf": [
1117 {
1118 "items": {
1119 "type": "string"
1120 },
1121 "type": "array"
1122 },
1123 {
1124 "type": "null"
1125 }
1126 ],
1127 "examples": [
1128 [
1129 "tag-1",
1130 "tag-2"
1131 ]
1132 ],
1133 },
1134 "any_": {
1135 "anyOf": [
1136 {
1137 "items": {
1138 "type": "string"
1139 },
1140 "type": "array"
1141 },
1142 {
1143 "type": "null"
1144 }
1145 ],
1146 "examples": [
1147 [
1148 "tag-1",
1149 "tag-2"
1150 ]
1151 ],
1152 },
1153 "is_null_": {
1154 "anyOf": [
1155 {
1156 "type": "boolean"
1157 },
1158 {
1159 "type": "null"
1160 }
1161 ],
1162 },
1163 "operator": {
1164 "$ref": "#/components/schemas/Operator",
1165 }
1166 },
1167 "type": "object"
1168 },
1169 "FlowRunFilterWorkQueueName": {
1170 "additionalProperties": false,
1171 "properties": {
1172 "any_": {
1173 "anyOf": [
1174 {
1175 "items": {
1176 "type": "string"
1177 },
1178 "type": "array"
1179 },
1180 {
1181 "type": "null"
1182 }
1183 ],
1184 "examples": [
1185 [
1186 "work_queue_1",
1187 "work_queue_2"
1188 ]
1189 ],
1190 },
1191 "is_null_": {
1192 "anyOf": [
1193 {
1194 "type": "boolean"
1195 },
1196 {
1197 "type": "null"
1198 }
1199 ],
1200 },
1201 "operator": {
1202 "$ref": "#/components/schemas/Operator",
1203 }
1204 },
1205 "type": "object"
1206 },
1207 "Operator": {
1208 "enum": [
1209 "and_",
1210 "or_"
1211 ],
1212 "type": "string"
1213 },
1214 "StateType": {
1215 "enum": [
1216 "SCHEDULED",
1217 "PENDING",
1218 "RUNNING",
1219 "COMPLETED",
1220 "FAILED",
1221 "CANCELLED",
1222 "CRASHED",
1223 "PAUSED",
1224 "CANCELLING"
1225 ],
1226 "type": "string"
1227 },
1228 "TaskRunFilter": {
1229 "additionalProperties": false,
1230 "properties": {
1231 "expected_start_time": {
1232 "anyOf": [
1233 {
1234 "$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1235 },
1236 {
1237 "type": "null"
1238 }
1239 ],
1240 },
1241 "flow_run_id": {
1242 "anyOf": [
1243 {
1244 "$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1245 },
1246 {
1247 "type": "null"
1248 }
1249 ],
1250 },
1251 "id": {
1252 "anyOf": [
1253 {
1254 "$ref": "#/components/schemas/TaskRunFilterId"
1255 },
1256 {
1257 "type": "null"
1258 }
1259 ],
1260 },
1261 "name": {
1262 "anyOf": [
1263 {
1264 "$ref": "#/components/schemas/TaskRunFilterName"
1265 },
1266 {
1267 "type": "null"
1268 }
1269 ],
1270 },
1271 "operator": {
1272 "$ref": "#/components/schemas/Operator",
1273 },
1274 "start_time": {
1275 "anyOf": [
1276 {
1277 "$ref": "#/components/schemas/TaskRunFilterStartTime"
1278 },
1279 {
1280 "type": "null"
1281 }
1282 ],
1283 },
1284 "state": {
1285 "anyOf": [
1286 {
1287 "$ref": "#/components/schemas/TaskRunFilterState"
1288 },
1289 {
1290 "type": "null"
1291 }
1292 ],
1293 },
1294 "subflow_runs": {
1295 "anyOf": [
1296 {
1297 "$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1298 },
1299 {
1300 "type": "null"
1301 }
1302 ],
1303 },
1304 "tags": {
1305 "anyOf": [
1306 {
1307 "$ref": "#/components/schemas/TaskRunFilterTags"
1308 },
1309 {
1310 "type": "null"
1311 }
1312 ],
1313 }
1314 },
1315 "type": "object"
1316 },
1317 "TaskRunFilterExpectedStartTime": {
1318 "additionalProperties": false,
1319 "properties": {
1320 "after_": {
1321 "anyOf": [
1322 {
1323 "format": "date-time",
1324 "type": "string"
1325 },
1326 {
1327 "type": "null"
1328 }
1329 ],
1330 },
1331 "before_": {
1332 "anyOf": [
1333 {
1334 "format": "date-time",
1335 "type": "string"
1336 },
1337 {
1338 "type": "null"
1339 }
1340 ],
1341 }
1342 },
1343 "type": "object"
1344 },
1345 "TaskRunFilterFlowRunId": {
1346 "additionalProperties": false,
1347 "properties": {
1348 "any_": {
1349 "anyOf": [
1350 {
1351 "items": {
1352 "format": "uuid",
1353 "type": "string"
1354 },
1355 "type": "array"
1356 },
1357 {
1358 "type": "null"
1359 }
1360 ],
1361 },
1362 "is_null_": {
1363 "anyOf": [
1364 {
1365 "type": "boolean"
1366 },
1367 {
1368 "type": "null"
1369 }
1370 ],
1371 },
1372 "operator": {
1373 "$ref": "#/components/schemas/Operator",
1374 }
1375 },
1376 "type": "object"
1377 },
1378 "TaskRunFilterId": {
1379 "additionalProperties": false,
1380 "properties": {
1381 "any_": {
1382 "anyOf": [
1383 {
1384 "items": {
1385 "format": "uuid",
1386 "type": "string"
1387 },
1388 "type": "array"
1389 },
1390 {
1391 "type": "null"
1392 }
1393 ],
1394 }
1395 },
1396 "type": "object"
1397 },
1398 "TaskRunFilterName": {
1399 "additionalProperties": false,
1400 "properties": {
1401 "any_": {
1402 "anyOf": [
1403 {
1404 "items": {
1405 "type": "string"
1406 },
1407 "type": "array"
1408 },
1409 {
1410 "type": "null"
1411 }
1412 ],
1413 "examples": [
1414 [
1415 "my-task-run-1",
1416 "my-task-run-2"
1417 ]
1418 ],
1419 },
1420 "like_": {
1421 "anyOf": [
1422 {
1423 "type": "string"
1424 },
1425 {
1426 "type": "null"
1427 }
1428 ],
1429 "examples": [
1430 "marvin"
1431 ],
1432 }
1433 },
1434 "type": "object"
1435 },
1436 "TaskRunFilterStartTime": {
1437 "additionalProperties": false,
1438 "properties": {
1439 "after_": {
1440 "anyOf": [
1441 {
1442 "format": "date-time",
1443 "type": "string"
1444 },
1445 {
1446 "type": "null"
1447 }
1448 ],
1449 },
1450 "before_": {
1451 "anyOf": [
1452 {
1453 "format": "date-time",
1454 "type": "string"
1455 },
1456 {
1457 "type": "null"
1458 }
1459 ],
1460 },
1461 "is_null_": {
1462 "anyOf": [
1463 {
1464 "type": "boolean"
1465 },
1466 {
1467 "type": "null"
1468 }
1469 ],
1470 }
1471 },
1472 "type": "object"
1473 },
1474 "TaskRunFilterState": {
1475 "additionalProperties": false,
1476 "properties": {
1477 "name": {
1478 "anyOf": [
1479 {
1480 "$ref": "#/components/schemas/TaskRunFilterStateName"
1481 },
1482 {
1483 "type": "null"
1484 }
1485 ],
1486 },
1487 "operator": {
1488 "$ref": "#/components/schemas/Operator",
1489 },
1490 "type": {
1491 "anyOf": [
1492 {
1493 "$ref": "#/components/schemas/TaskRunFilterStateType"
1494 },
1495 {
1496 "type": "null"
1497 }
1498 ],
1499 }
1500 },
1501 "type": "object"
1502 },
1503 "TaskRunFilterStateName": {
1504 "additionalProperties": false,
1505 "properties": {
1506 "any_": {
1507 "anyOf": [
1508 {
1509 "items": {
1510 "type": "string"
1511 },
1512 "type": "array"
1513 },
1514 {
1515 "type": "null"
1516 }
1517 ],
1518 }
1519 },
1520 "type": "object"
1521 },
1522 "TaskRunFilterStateType": {
1523 "additionalProperties": false,
1524 "properties": {
1525 "any_": {
1526 "anyOf": [
1527 {
1528 "items": {
1529 "$ref": "#/components/schemas/StateType"
1530 },
1531 "type": "array"
1532 },
1533 {
1534 "type": "null"
1535 }
1536 ],
1537 }
1538 },
1539 "type": "object"
1540 },
1541 "TaskRunFilterSubFlowRuns": {
1542 "additionalProperties": false,
1543 "properties": {
1544 "exists_": {
1545 "anyOf": [
1546 {
1547 "type": "boolean"
1548 },
1549 {
1550 "type": "null"
1551 }
1552 ],
1553 }
1554 },
1555 "type": "object"
1556 },
1557 "TaskRunFilterTags": {
1558 "additionalProperties": false,
1559 "properties": {
1560 "all_": {
1561 "anyOf": [
1562 {
1563 "items": {
1564 "type": "string"
1565 },
1566 "type": "array"
1567 },
1568 {
1569 "type": "null"
1570 }
1571 ],
1572 "examples": [
1573 [
1574 "tag-1",
1575 "tag-2"
1576 ]
1577 ],
1578 },
1579 "is_null_": {
1580 "anyOf": [
1581 {
1582 "type": "boolean"
1583 },
1584 {
1585 "type": "null"
1586 }
1587 ],
1588 },
1589 "operator": {
1590 "$ref": "#/components/schemas/Operator",
1591 }
1592 },
1593 "type": "object"
1594 },
1595 "TaskRunSort": {
1596 "enum": [
1597 "ID_DESC",
1598 "EXPECTED_START_TIME_ASC",
1599 "EXPECTED_START_TIME_DESC",
1600 "NAME_ASC",
1601 "NAME_DESC",
1602 "NEXT_SCHEDULED_START_TIME_ASC",
1603 "END_TIME_DESC"
1604 ],
1605 "type": "string"
1606 }
1607 }
1608 }
1609}
Responses
seen average

200
Successful Response
1 13.05ms
422
Validation Error
844 2.22ms
default
Default
665 9.24ms
Examples
19 of 19 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
sort.default
 
"ID_DESC"
 
offset.default
 
0
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json474 of 475 keywords covered
1{
2 "$ref": "#/components/schemas/Body_task_run_history_task_runs_history_post",
3 "components": {
4 "schemas": {
5 "Body_task_run_history_task_runs_history_post": {
6 "properties": {
7 "deployments": {
8 "$ref": "#/components/schemas/DeploymentFilter"
9 },
10 "flow_runs": {
11 "$ref": "#/components/schemas/FlowRunFilter"
12 },
13 "flows": {
14 "$ref": "#/components/schemas/FlowFilter"
15 },
16 "history_end": {
17 "format": "date-time",
18 "type": "string"
19 },
20 "history_interval": {
Missing tests
21
"format": "time-delta",
22 "type": "number"
23 },
24 "history_start": {
25 "format": "date-time",
26 "type": "string"
27 },
28 "task_runs": {
29 "$ref": "#/components/schemas/TaskRunFilter"
30 }
31 },
32 "required": [
33 "history_start",
34 "history_end",
35 "history_interval"
36 ],
37 "type": "object"
38 },
39 "DeploymentFilter": {
40 "additionalProperties": false,
41 "properties": {
42 "concurrency_limit": {
43 "anyOf": [
44 {
45 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
46 },
47 {
48 "type": "null"
49 }
50 ],
51 "deprecated": true,
52 },
53 "flow_or_deployment_name": {
54 "anyOf": [
55 {
56 "$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
57 },
58 {
59 "type": "null"
60 }
61 ],
62 },
63 "id": {
64 "anyOf": [
65 {
66 "$ref": "#/components/schemas/DeploymentFilterId"
67 },
68 {
69 "type": "null"
70 }
71 ],
72 },
73 "name": {
74 "anyOf": [
75 {
76 "$ref": "#/components/schemas/DeploymentFilterName"
77 },
78 {
79 "type": "null"
80 }
81 ],
82 },
83 "operator": {
84 "$ref": "#/components/schemas/Operator",
85 },
86 "paused": {
87 "anyOf": [
88 {
89 "$ref": "#/components/schemas/DeploymentFilterPaused"
90 },
91 {
92 "type": "null"
93 }
94 ],
95 },
96 "tags": {
97 "anyOf": [
98 {
99 "$ref": "#/components/schemas/DeploymentFilterTags"
100 },
101 {
102 "type": "null"
103 }
104 ],
105 },
106 "work_queue_name": {
107 "anyOf": [
108 {
109 "$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
110 },
111 {
112 "type": "null"
113 }
114 ],
115 }
116 },
117 "type": "object"
118 },
119 "DeploymentFilterConcurrencyLimit": {
120 "additionalProperties": false,
121 "properties": {
122 "ge_": {
123 "anyOf": [
124 {
125 "type": "integer"
126 },
127 {
128 "type": "null"
129 }
130 ],
131 },
132 "is_null_": {
133 "anyOf": [
134 {
135 "type": "boolean"
136 },
137 {
138 "type": "null"
139 }
140 ],
141 },
142 "le_": {
143 "anyOf": [
144 {
145 "type": "integer"
146 },
147 {
148 "type": "null"
149 }
150 ],
151 }
152 },
153 "type": "object"
154 },
155 "DeploymentFilterId": {
156 "additionalProperties": false,
157 "properties": {
158 "any_": {
159 "anyOf": [
160 {
161 "items": {
162 "format": "uuid",
163 "type": "string"
164 },
165 "type": "array"
166 },
167 {
168 "type": "null"
169 }
170 ],
171 },
172 "not_any_": {
173 "anyOf": [
174 {
175 "items": {
176 "format": "uuid",
177 "type": "string"
178 },
179 "type": "array"
180 },
181 {
182 "type": "null"
183 }
184 ],
185 }
186 },
187 "type": "object"
188 },
189 "DeploymentFilterName": {
190 "additionalProperties": false,
191 "properties": {
192 "any_": {
193 "anyOf": [
194 {
195 "items": {
196 "type": "string"
197 },
198 "type": "array"
199 },
200 {
201 "type": "null"
202 }
203 ],
204 "examples": [
205 [
206 "my-deployment-1",
207 "my-deployment-2"
208 ]
209 ],
210 },
211 "like_": {
212 "anyOf": [
213 {
214 "type": "string"
215 },
216 {
217 "type": "null"
218 }
219 ],
220 "examples": [
221 "marvin"
222 ],
223 }
224 },
225 "type": "object"
226 },
227 "DeploymentFilterPaused": {
228 "additionalProperties": false,
229 "properties": {
230 "eq_": {
231 "anyOf": [
232 {
233 "type": "boolean"
234 },
235 {
236 "type": "null"
237 }
238 ],
239 }
240 },
241 "type": "object"
242 },
243 "DeploymentFilterTags": {
244 "additionalProperties": false,
245 "properties": {
246 "all_": {
247 "anyOf": [
248 {
249 "items": {
250 "type": "string"
251 },
252 "type": "array"
253 },
254 {
255 "type": "null"
256 }
257 ],
258 "examples": [
259 [
260 "tag-1",
261 "tag-2"
262 ]
263 ],
264 },
265 "any_": {
266 "anyOf": [
267 {
268 "items": {
269 "type": "string"
270 },
271 "type": "array"
272 },
273 {
274 "type": "null"
275 }
276 ],
277 "examples": [
278 [
279 "tag-1",
280 "tag-2"
281 ]
282 ],
283 },
284 "is_null_": {
285 "anyOf": [
286 {
287 "type": "boolean"
288 },
289 {
290 "type": "null"
291 }
292 ],
293 },
294 "operator": {
295 "$ref": "#/components/schemas/Operator",
296 }
297 },
298 "type": "object"
299 },
300 "DeploymentFilterWorkQueueName": {
301 "additionalProperties": false,
302 "properties": {
303 "any_": {
304 "anyOf": [
305 {
306 "items": {
307 "type": "string"
308 },
309 "type": "array"
310 },
311 {
312 "type": "null"
313 }
314 ],
315 "examples": [
316 [
317 "work_queue_1",
318 "work_queue_2"
319 ]
320 ],
321 }
322 },
323 "type": "object"
324 },
325 "DeploymentOrFlowNameFilter": {
326 "additionalProperties": false,
327 "properties": {
328 "like_": {
329 "anyOf": [
330 {
331 "type": "string"
332 },
333 {
334 "type": "null"
335 }
336 ],
337 }
338 },
339 "type": "object"
340 },
341 "FlowFilter": {
342 "additionalProperties": false,
343 "properties": {
344 "deployment": {
345 "anyOf": [
346 {
347 "$ref": "#/components/schemas/FlowFilterDeployment"
348 },
349 {
350 "type": "null"
351 }
352 ],
353 },
354 "id": {
355 "anyOf": [
356 {
357 "$ref": "#/components/schemas/FlowFilterId"
358 },
359 {
360 "type": "null"
361 }
362 ],
363 },
364 "name": {
365 "anyOf": [
366 {
367 "$ref": "#/components/schemas/FlowFilterName"
368 },
369 {
370 "type": "null"
371 }
372 ],
373 },
374 "operator": {
375 "$ref": "#/components/schemas/Operator",
376 },
377 "tags": {
378 "anyOf": [
379 {
380 "$ref": "#/components/schemas/FlowFilterTags"
381 },
382 {
383 "type": "null"
384 }
385 ],
386 }
387 },
388 "type": "object"
389 },
390 "FlowFilterDeployment": {
391 "additionalProperties": false,
392 "properties": {
393 "is_null_": {
394 "anyOf": [
395 {
396 "type": "boolean"
397 },
398 {
399 "type": "null"
400 }
401 ],
402 },
403 "operator": {
404 "$ref": "#/components/schemas/Operator",
405 }
406 },
407 "type": "object"
408 },
409 "FlowFilterId": {
410 "additionalProperties": false,
411 "properties": {
412 "any_": {
413 "anyOf": [
414 {
415 "items": {
416 "format": "uuid",
417 "type": "string"
418 },
419 "type": "array"
420 },
421 {
422 "type": "null"
423 }
424 ],
425 }
426 },
427 "type": "object"
428 },
429 "FlowFilterName": {
430 "additionalProperties": false,
431 "properties": {
432 "any_": {
433 "anyOf": [
434 {
435 "items": {
436 "type": "string"
437 },
438 "type": "array"
439 },
440 {
441 "type": "null"
442 }
443 ],
444 "examples": [
445 [
446 "my-flow-1",
447 "my-flow-2"
448 ]
449 ],
450 },
451 "like_": {
452 "anyOf": [
453 {
454 "type": "string"
455 },
456 {
457 "type": "null"
458 }
459 ],
460 "examples": [
461 "marvin"
462 ],
463 }
464 },
465 "type": "object"
466 },
467 "FlowFilterTags": {
468 "additionalProperties": false,
469 "properties": {
470 "all_": {
471 "anyOf": [
472 {
473 "items": {
474 "type": "string"
475 },
476 "type": "array"
477 },
478 {
479 "type": "null"
480 }
481 ],
482 "examples": [
483 [
484 "tag-1",
485 "tag-2"
486 ]
487 ],
488 },
489 "is_null_": {
490 "anyOf": [
491 {
492 "type": "boolean"
493 },
494 {
495 "type": "null"
496 }
497 ],
498 },
499 "operator": {
500 "$ref": "#/components/schemas/Operator",
501 }
502 },
503 "type": "object"
504 },
505 "FlowRunFilter": {
506 "additionalProperties": false,
507 "properties": {
508 "deployment_id": {
509 "anyOf": [
510 {
511 "$ref": "#/components/schemas/FlowRunFilterDeploymentId"
512 },
513 {
514 "type": "null"
515 }
516 ],
517 },
518 "end_time": {
519 "anyOf": [
520 {
521 "$ref": "#/components/schemas/FlowRunFilterEndTime"
522 },
523 {
524 "type": "null"
525 }
526 ],
527 },
528 "expected_start_time": {
529 "anyOf": [
530 {
531 "$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
532 },
533 {
534 "type": "null"
535 }
536 ],
537 },
538 "flow_version": {
539 "anyOf": [
540 {
541 "$ref": "#/components/schemas/FlowRunFilterFlowVersion"
542 },
543 {
544 "type": "null"
545 }
546 ],
547 },
548 "id": {
549 "anyOf": [
550 {
551 "$ref": "#/components/schemas/FlowRunFilterId"
552 },
553 {
554 "type": "null"
555 }
556 ],
557 },
558 "idempotency_key": {
559 "anyOf": [
560 {
561 "$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
562 },
563 {
564 "type": "null"
565 }
566 ],
567 },
568 "name": {
569 "anyOf": [
570 {
571 "$ref": "#/components/schemas/FlowRunFilterName"
572 },
573 {
574 "type": "null"
575 }
576 ],
577 },
578 "next_scheduled_start_time": {
579 "anyOf": [
580 {
581 "$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
582 },
583 {
584 "type": "null"
585 }
586 ],
587 },
588 "operator": {
589 "$ref": "#/components/schemas/Operator",
590 },
591 "parent_flow_run_id": {
592 "anyOf": [
593 {
594 "$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
595 },
596 {
597 "type": "null"
598 }
599 ],
600 },
601 "parent_task_run_id": {
602 "anyOf": [
603 {
604 "$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
605 },
606 {
607 "type": "null"
608 }
609 ],
610 },
611 "start_time": {
612 "anyOf": [
613 {
614 "$ref": "#/components/schemas/FlowRunFilterStartTime"
615 },
616 {
617 "type": "null"
618 }
619 ],
620 },
621 "state": {
622 "anyOf": [
623 {
624 "$ref": "#/components/schemas/FlowRunFilterState"
625 },
626 {
627 "type": "null"
628 }
629 ],
630 },
631 "tags": {
632 "anyOf": [
633 {
634 "$ref": "#/components/schemas/FlowRunFilterTags"
635 },
636 {
637 "type": "null"
638 }
639 ],
640 },
641 "work_queue_name": {
642 "anyOf": [
643 {
644 "$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
645 },
646 {
647 "type": "null"
648 }
649 ],
650 }
651 },
652 "type": "object"
653 },
654 "FlowRunFilterDeploymentId": {
655 "additionalProperties": false,
656 "properties": {
657 "any_": {
658 "anyOf": [
659 {
660 "items": {
661 "format": "uuid",
662 "type": "string"
663 },
664 "type": "array"
665 },
666 {
667 "type": "null"
668 }
669 ],
670 },
671 "is_null_": {
672 "anyOf": [
673 {
674 "type": "boolean"
675 },
676 {
677 "type": "null"
678 }
679 ],
680 },
681 "operator": {
682 "$ref": "#/components/schemas/Operator",
683 }
684 },
685 "type": "object"
686 },
687 "FlowRunFilterEndTime": {
688 "additionalProperties": false,
689 "properties": {
690 "after_": {
691 "anyOf": [
692 {
693 "format": "date-time",
694 "type": "string"
695 },
696 {
697 "type": "null"
698 }
699 ],
700 },
701 "before_": {
702 "anyOf": [
703 {
704 "format": "date-time",
705 "type": "string"
706 },
707 {
708 "type": "null"
709 }
710 ],
711 },
712 "is_null_": {
713 "anyOf": [
714 {
715 "type": "boolean"
716 },
717 {
718 "type": "null"
719 }
720 ],
721 }
722 },
723 "type": "object"
724 },
725 "FlowRunFilterExpectedStartTime": {
726 "additionalProperties": false,
727 "properties": {
728 "after_": {
729 "anyOf": [
730 {
731 "format": "date-time",
732 "type": "string"
733 },
734 {
735 "type": "null"
736 }
737 ],
738 },
739 "before_": {
740 "anyOf": [
741 {
742 "format": "date-time",
743 "type": "string"
744 },
745 {
746 "type": "null"
747 }
748 ],
749 }
750 },
751 "type": "object"
752 },
753 "FlowRunFilterFlowVersion": {
754 "additionalProperties": false,
755 "properties": {
756 "any_": {
757 "anyOf": [
758 {
759 "items": {
760 "type": "string"
761 },
762 "type": "array"
763 },
764 {
765 "type": "null"
766 }
767 ],
768 }
769 },
770 "type": "object"
771 },
772 "FlowRunFilterId": {
773 "additionalProperties": false,
774 "properties": {
775 "any_": {
776 "anyOf": [
777 {
778 "items": {
779 "format": "uuid",
780 "type": "string"
781 },
782 "type": "array"
783 },
784 {
785 "type": "null"
786 }
787 ],
788 },
789 "not_any_": {
790 "anyOf": [
791 {
792 "items": {
793 "format": "uuid",
794 "type": "string"
795 },
796 "type": "array"
797 },
798 {
799 "type": "null"
800 }
801 ],
802 }
803 },
804 "type": "object"
805 },
806 "FlowRunFilterIdempotencyKey": {
807 "additionalProperties": false,
808 "properties": {
809 "any_": {
810 "anyOf": [
811 {
812 "items": {
813 "type": "string"
814 },
815 "type": "array"
816 },
817 {
818 "type": "null"
819 }
820 ],
821 },
822 "not_any_": {
823 "anyOf": [
824 {
825 "items": {
826 "type": "string"
827 },
828 "type": "array"
829 },
830 {
831 "type": "null"
832 }
833 ],
834 }
835 },
836 "type": "object"
837 },
838 "FlowRunFilterName": {
839 "additionalProperties": false,
840 "properties": {
841 "any_": {
842 "anyOf": [
843 {
844 "items": {
845 "type": "string"
846 },
847 "type": "array"
848 },
849 {
850 "type": "null"
851 }
852 ],
853 "examples": [
854 [
855 "my-flow-run-1",
856 "my-flow-run-2"
857 ]
858 ],
859 },
860 "like_": {
861 "anyOf": [
862 {
863 "type": "string"
864 },
865 {
866 "type": "null"
867 }
868 ],
869 "examples": [
870 "marvin"
871 ],
872 }
873 },
874 "type": "object"
875 },
876 "FlowRunFilterNextScheduledStartTime": {
877 "additionalProperties": false,
878 "properties": {
879 "after_": {
880 "anyOf": [
881 {
882 "format": "date-time",
883 "type": "string"
884 },
885 {
886 "type": "null"
887 }
888 ],
889 },
890 "before_": {
891 "anyOf": [
892 {
893 "format": "date-time",
894 "type": "string"
895 },
896 {
897 "type": "null"
898 }
899 ],
900 }
901 },
902 "type": "object"
903 },
904 "FlowRunFilterParentFlowRunId": {
905 "additionalProperties": false,
906 "properties": {
907 "any_": {
908 "anyOf": [
909 {
910 "items": {
911 "format": "uuid",
912 "type": "string"
913 },
914 "type": "array"
915 },
916 {
917 "type": "null"
918 }
919 ],
920 },
921 "operator": {
922 "$ref": "#/components/schemas/Operator",
923 }
924 },
925 "type": "object"
926 },
927 "FlowRunFilterParentTaskRunId": {
928 "additionalProperties": false,
929 "properties": {
930 "any_": {
931 "anyOf": [
932 {
933 "items": {
934 "format": "uuid",
935 "type": "string"
936 },
937 "type": "array"
938 },
939 {
940 "type": "null"
941 }
942 ],
943 },
944 "is_null_": {
945 "anyOf": [
946 {
947 "type": "boolean"
948 },
949 {
950 "type": "null"
951 }
952 ],
953 },
954 "operator": {
955 "$ref": "#/components/schemas/Operator",
956 }
957 },
958 "type": "object"
959 },
960 "FlowRunFilterStartTime": {
961 "additionalProperties": false,
962 "properties": {
963 "after_": {
964 "anyOf": [
965 {
966 "format": "date-time",
967 "type": "string"
968 },
969 {
970 "type": "null"
971 }
972 ],
973 },
974 "before_": {
975 "anyOf": [
976 {
977 "format": "date-time",
978 "type": "string"
979 },
980 {
981 "type": "null"
982 }
983 ],
984 },
985 "is_null_": {
986 "anyOf": [
987 {
988 "type": "boolean"
989 },
990 {
991 "type": "null"
992 }
993 ],
994 }
995 },
996 "type": "object"
997 },
998 "FlowRunFilterState": {
999 "additionalProperties": false,
1000 "properties": {
1001 "name": {
1002 "anyOf": [
1003 {
1004 "$ref": "#/components/schemas/FlowRunFilterStateName"
1005 },
1006 {
1007 "type": "null"
1008 }
1009 ],
1010 },
1011 "operator": {
1012 "$ref": "#/components/schemas/Operator",
1013 },
1014 "type": {
1015 "anyOf": [
1016 {
1017 "$ref": "#/components/schemas/FlowRunFilterStateType"
1018 },
1019 {
1020 "type": "null"
1021 }
1022 ],
1023 }
1024 },
1025 "type": "object"
1026 },
1027 "FlowRunFilterStateName": {
1028 "additionalProperties": false,
1029 "properties": {
1030 "any_": {
1031 "anyOf": [
1032 {
1033 "items": {
1034 "type": "string"
1035 },
1036 "type": "array"
1037 },
1038 {
1039 "type": "null"
1040 }
1041 ],
1042 },
1043 "not_any_": {
1044 "anyOf": [
1045 {
1046 "items": {
1047 "type": "string"
1048 },
1049 "type": "array"
1050 },
1051 {
1052 "type": "null"
1053 }
1054 ],
1055 }
1056 },
1057 "type": "object"
1058 },
1059 "FlowRunFilterStateType": {
1060 "additionalProperties": false,
1061 "properties": {
1062 "any_": {
1063 "anyOf": [
1064 {
1065 "items": {
1066 "$ref": "#/components/schemas/StateType"
1067 },
1068 "type": "array"
1069 },
1070 {
1071 "type": "null"
1072 }
1073 ],
1074 },
1075 "not_any_": {
1076 "anyOf": [
1077 {
1078 "items": {
1079 "$ref": "#/components/schemas/StateType"
1080 },
1081 "type": "array"
1082 },
1083 {
1084 "type": "null"
1085 }
1086 ],
1087 }
1088 },
1089 "type": "object"
1090 },
1091 "FlowRunFilterTags": {
1092 "additionalProperties": false,
1093 "properties": {
1094 "all_": {
1095 "anyOf": [
1096 {
1097 "items": {
1098 "type": "string"
1099 },
1100 "type": "array"
1101 },
1102 {
1103 "type": "null"
1104 }
1105 ],
1106 "examples": [
1107 [
1108 "tag-1",
1109 "tag-2"
1110 ]
1111 ],
1112 },
1113 "any_": {
1114 "anyOf": [
1115 {
1116 "items": {
1117 "type": "string"
1118 },
1119 "type": "array"
1120 },
1121 {
1122 "type": "null"
1123 }
1124 ],
1125 "examples": [
1126 [
1127 "tag-1",
1128 "tag-2"
1129 ]
1130 ],
1131 },
1132 "is_null_": {
1133 "anyOf": [
1134 {
1135 "type": "boolean"
1136 },
1137 {
1138 "type": "null"
1139 }
1140 ],
1141 },
1142 "operator": {
1143 "$ref": "#/components/schemas/Operator",
1144 }
1145 },
1146 "type": "object"
1147 },
1148 "FlowRunFilterWorkQueueName": {
1149 "additionalProperties": false,
1150 "properties": {
1151 "any_": {
1152 "anyOf": [
1153 {
1154 "items": {
1155 "type": "string"
1156 },
1157 "type": "array"
1158 },
1159 {
1160 "type": "null"
1161 }
1162 ],
1163 "examples": [
1164 [
1165 "work_queue_1",
1166 "work_queue_2"
1167 ]
1168 ],
1169 },
1170 "is_null_": {
1171 "anyOf": [
1172 {
1173 "type": "boolean"
1174 },
1175 {
1176 "type": "null"
1177 }
1178 ],
1179 },
1180 "operator": {
1181 "$ref": "#/components/schemas/Operator",
1182 }
1183 },
1184 "type": "object"
1185 },
1186 "Operator": {
1187 "enum": [
1188 "and_",
1189 "or_"
1190 ],
1191 "type": "string"
1192 },
1193 "StateType": {
1194 "enum": [
1195 "SCHEDULED",
1196 "PENDING",
1197 "RUNNING",
1198 "COMPLETED",
1199 "FAILED",
1200 "CANCELLED",
1201 "CRASHED",
1202 "PAUSED",
1203 "CANCELLING"
1204 ],
1205 "type": "string"
1206 },
1207 "TaskRunFilter": {
1208 "additionalProperties": false,
1209 "properties": {
1210 "expected_start_time": {
1211 "anyOf": [
1212 {
1213 "$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1214 },
1215 {
1216 "type": "null"
1217 }
1218 ],
1219 },
1220 "flow_run_id": {
1221 "anyOf": [
1222 {
1223 "$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1224 },
1225 {
1226 "type": "null"
1227 }
1228 ],
1229 },
1230 "id": {
1231 "anyOf": [
1232 {
1233 "$ref": "#/components/schemas/TaskRunFilterId"
1234 },
1235 {
1236 "type": "null"
1237 }
1238 ],
1239 },
1240 "name": {
1241 "anyOf": [
1242 {
1243 "$ref": "#/components/schemas/TaskRunFilterName"
1244 },
1245 {
1246 "type": "null"
1247 }
1248 ],
1249 },
1250 "operator": {
1251 "$ref": "#/components/schemas/Operator",
1252 },
1253 "start_time": {
1254 "anyOf": [
1255 {
1256 "$ref": "#/components/schemas/TaskRunFilterStartTime"
1257 },
1258 {
1259 "type": "null"
1260 }
1261 ],
1262 },
1263 "state": {
1264 "anyOf": [
1265 {
1266 "$ref": "#/components/schemas/TaskRunFilterState"
1267 },
1268 {
1269 "type": "null"
1270 }
1271 ],
1272 },
1273 "subflow_runs": {
1274 "anyOf": [
1275 {
1276 "$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1277 },
1278 {
1279 "type": "null"
1280 }
1281 ],
1282 },
1283 "tags": {
1284 "anyOf": [
1285 {
1286 "$ref": "#/components/schemas/TaskRunFilterTags"
1287 },
1288 {
1289 "type": "null"
1290 }
1291 ],
1292 }
1293 },
1294 "type": "object"
1295 },
1296 "TaskRunFilterExpectedStartTime": {
1297 "additionalProperties": false,
1298 "properties": {
1299 "after_": {
1300 "anyOf": [
1301 {
1302 "format": "date-time",
1303 "type": "string"
1304 },
1305 {
1306 "type": "null"
1307 }
1308 ],
1309 },
1310 "before_": {
1311 "anyOf": [
1312 {
1313 "format": "date-time",
1314 "type": "string"
1315 },
1316 {
1317 "type": "null"
1318 }
1319 ],
1320 }
1321 },
1322 "type": "object"
1323 },
1324 "TaskRunFilterFlowRunId": {
1325 "additionalProperties": false,
1326 "properties": {
1327 "any_": {
1328 "anyOf": [
1329 {
1330 "items": {
1331 "format": "uuid",
1332 "type": "string"
1333 },
1334 "type": "array"
1335 },
1336 {
1337 "type": "null"
1338 }
1339 ],
1340 },
1341 "is_null_": {
1342 "anyOf": [
1343 {
1344 "type": "boolean"
1345 },
1346 {
1347 "type": "null"
1348 }
1349 ],
1350 },
1351 "operator": {
1352 "$ref": "#/components/schemas/Operator",
1353 }
1354 },
1355 "type": "object"
1356 },
1357 "TaskRunFilterId": {
1358 "additionalProperties": false,
1359 "properties": {
1360 "any_": {
1361 "anyOf": [
1362 {
1363 "items": {
1364 "format": "uuid",
1365 "type": "string"
1366 },
1367 "type": "array"
1368 },
1369 {
1370 "type": "null"
1371 }
1372 ],
1373 }
1374 },
1375 "type": "object"
1376 },
1377 "TaskRunFilterName": {
1378 "additionalProperties": false,
1379 "properties": {
1380 "any_": {
1381 "anyOf": [
1382 {
1383 "items": {
1384 "type": "string"
1385 },
1386 "type": "array"
1387 },
1388 {
1389 "type": "null"
1390 }
1391 ],
1392 "examples": [
1393 [
1394 "my-task-run-1",
1395 "my-task-run-2"
1396 ]
1397 ],
1398 },
1399 "like_": {
1400 "anyOf": [
1401 {
1402 "type": "string"
1403 },
1404 {
1405 "type": "null"
1406 }
1407 ],
1408 "examples": [
1409 "marvin"
1410 ],
1411 }
1412 },
1413 "type": "object"
1414 },
1415 "TaskRunFilterStartTime": {
1416 "additionalProperties": false,
1417 "properties": {
1418 "after_": {
1419 "anyOf": [
1420 {
1421 "format": "date-time",
1422 "type": "string"
1423 },
1424 {
1425 "type": "null"
1426 }
1427 ],
1428 },
1429 "before_": {
1430 "anyOf": [
1431 {
1432 "format": "date-time",
1433 "type": "string"
1434 },
1435 {
1436 "type": "null"
1437 }
1438 ],
1439 },
1440 "is_null_": {
1441 "anyOf": [
1442 {
1443 "type": "boolean"
1444 },
1445 {
1446 "type": "null"
1447 }
1448 ],
1449 }
1450 },
1451 "type": "object"
1452 },
1453 "TaskRunFilterState": {
1454 "additionalProperties": false,
1455 "properties": {
1456 "name": {
1457 "anyOf": [
1458 {
1459 "$ref": "#/components/schemas/TaskRunFilterStateName"
1460 },
1461 {
1462 "type": "null"
1463 }
1464 ],
1465 },
1466 "operator": {
1467 "$ref": "#/components/schemas/Operator",
1468 },
1469 "type": {
1470 "anyOf": [
1471 {
1472 "$ref": "#/components/schemas/TaskRunFilterStateType"
1473 },
1474 {
1475 "type": "null"
1476 }
1477 ],
1478 }
1479 },
1480 "type": "object"
1481 },
1482 "TaskRunFilterStateName": {
1483 "additionalProperties": false,
1484 "properties": {
1485 "any_": {
1486 "anyOf": [
1487 {
1488 "items": {
1489 "type": "string"
1490 },
1491 "type": "array"
1492 },
1493 {
1494 "type": "null"
1495 }
1496 ],
1497 }
1498 },
1499 "type": "object"
1500 },
1501 "TaskRunFilterStateType": {
1502 "additionalProperties": false,
1503 "properties": {
1504 "any_": {
1505 "anyOf": [
1506 {
1507 "items": {
1508 "$ref": "#/components/schemas/StateType"
1509 },
1510 "type": "array"
1511 },
1512 {
1513 "type": "null"
1514 }
1515 ],
1516 }
1517 },
1518 "type": "object"
1519 },
1520 "TaskRunFilterSubFlowRuns": {
1521 "additionalProperties": false,
1522 "properties": {
1523 "exists_": {
1524 "anyOf": [
1525 {
1526 "type": "boolean"
1527 },
1528 {
1529 "type": "null"
1530 }
1531 ],
1532 }
1533 },
1534 "type": "object"
1535 },
1536 "TaskRunFilterTags": {
1537 "additionalProperties": false,
1538 "properties": {
1539 "all_": {
1540 "anyOf": [
1541 {
1542 "items": {
1543 "type": "string"
1544 },
1545 "type": "array"
1546 },
1547 {
1548 "type": "null"
1549 }
1550 ],
1551 "examples": [
1552 [
1553 "tag-1",
1554 "tag-2"
1555 ]
1556 ],
1557 },
1558 "is_null_": {
1559 "anyOf": [
1560 {
1561 "type": "boolean"
1562 },
1563 {
1564 "type": "null"
1565 }
1566 ],
1567 },
1568 "operator": {
1569 "$ref": "#/components/schemas/Operator",
1570 }
1571 },
1572 "type": "object"
1573 }
1574 }
1575 }
1576}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
1635 2.36ms
default
Default
73 1.80ms
Examples
17 of 17 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json482 of 482 keywords covered
1{
2 "$ref": "#/components/schemas/Body_paginate_task_runs_task_runs_paginate_post",
3 "components": {
4 "schemas": {
5 "Body_paginate_task_runs_task_runs_paginate_post": {
6 "properties": {
7 "deployments": {
8 "anyOf": [
9 {
10 "$ref": "#/components/schemas/DeploymentFilter"
11 },
12 {
13 "type": "null"
14 }
15 ]
16 },
17 "flow_runs": {
18 "anyOf": [
19 {
20 "$ref": "#/components/schemas/FlowRunFilter"
21 },
22 {
23 "type": "null"
24 }
25 ]
26 },
27 "flows": {
28 "anyOf": [
29 {
30 "$ref": "#/components/schemas/FlowFilter"
31 },
32 {
33 "type": "null"
34 }
35 ]
36 },
37 "limit": {
38 "type": "integer"
39 },
40 "page": {
41 "minimum": 1.0,
42 "type": "integer"
43 },
44 "sort": {
45 "$ref": "#/components/schemas/TaskRunSort",
46 },
47 "task_runs": {
48 "anyOf": [
49 {
50 "$ref": "#/components/schemas/TaskRunFilter"
51 },
52 {
53 "type": "null"
54 }
55 ]
56 }
57 },
58 "type": "object"
59 },
60 "DeploymentFilter": {
61 "additionalProperties": false,
62 "properties": {
63 "concurrency_limit": {
64 "anyOf": [
65 {
66 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
67 },
68 {
69 "type": "null"
70 }
71 ],
72 "deprecated": true,
73 },
74 "flow_or_deployment_name": {
75 "anyOf": [
76 {
77 "$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
78 },
79 {
80 "type": "null"
81 }
82 ],
83 },
84 "id": {
85 "anyOf": [
86 {
87 "$ref": "#/components/schemas/DeploymentFilterId"
88 },
89 {
90 "type": "null"
91 }
92 ],
93 },
94 "name": {
95 "anyOf": [
96 {
97 "$ref": "#/components/schemas/DeploymentFilterName"
98 },
99 {
100 "type": "null"
101 }
102 ],
103 },
104 "operator": {
105 "$ref": "#/components/schemas/Operator",
106 },
107 "paused": {
108 "anyOf": [
109 {
110 "$ref": "#/components/schemas/DeploymentFilterPaused"
111 },
112 {
113 "type": "null"
114 }
115 ],
116 },
117 "tags": {
118 "anyOf": [
119 {
120 "$ref": "#/components/schemas/DeploymentFilterTags"
121 },
122 {
123 "type": "null"
124 }
125 ],
126 },
127 "work_queue_name": {
128 "anyOf": [
129 {
130 "$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
131 },
132 {
133 "type": "null"
134 }
135 ],
136 }
137 },
138 "type": "object"
139 },
140 "DeploymentFilterConcurrencyLimit": {
141 "additionalProperties": false,
142 "properties": {
143 "ge_": {
144 "anyOf": [
145 {
146 "type": "integer"
147 },
148 {
149 "type": "null"
150 }
151 ],
152 },
153 "is_null_": {
154 "anyOf": [
155 {
156 "type": "boolean"
157 },
158 {
159 "type": "null"
160 }
161 ],
162 },
163 "le_": {
164 "anyOf": [
165 {
166 "type": "integer"
167 },
168 {
169 "type": "null"
170 }
171 ],
172 }
173 },
174 "type": "object"
175 },
176 "DeploymentFilterId": {
177 "additionalProperties": false,
178 "properties": {
179 "any_": {
180 "anyOf": [
181 {
182 "items": {
183 "format": "uuid",
184 "type": "string"
185 },
186 "type": "array"
187 },
188 {
189 "type": "null"
190 }
191 ],
192 },
193 "not_any_": {
194 "anyOf": [
195 {
196 "items": {
197 "format": "uuid",
198 "type": "string"
199 },
200 "type": "array"
201 },
202 {
203 "type": "null"
204 }
205 ],
206 }
207 },
208 "type": "object"
209 },
210 "DeploymentFilterName": {
211 "additionalProperties": false,
212 "properties": {
213 "any_": {
214 "anyOf": [
215 {
216 "items": {
217 "type": "string"
218 },
219 "type": "array"
220 },
221 {
222 "type": "null"
223 }
224 ],
225 "examples": [
226 [
227 "my-deployment-1",
228 "my-deployment-2"
229 ]
230 ],
231 },
232 "like_": {
233 "anyOf": [
234 {
235 "type": "string"
236 },
237 {
238 "type": "null"
239 }
240 ],
241 "examples": [
242 "marvin"
243 ],
244 }
245 },
246 "type": "object"
247 },
248 "DeploymentFilterPaused": {
249 "additionalProperties": false,
250 "properties": {
251 "eq_": {
252 "anyOf": [
253 {
254 "type": "boolean"
255 },
256 {
257 "type": "null"
258 }
259 ],
260 }
261 },
262 "type": "object"
263 },
264 "DeploymentFilterTags": {
265 "additionalProperties": false,
266 "properties": {
267 "all_": {
268 "anyOf": [
269 {
270 "items": {
271 "type": "string"
272 },
273 "type": "array"
274 },
275 {
276 "type": "null"
277 }
278 ],
279 "examples": [
280 [
281 "tag-1",
282 "tag-2"
283 ]
284 ],
285 },
286 "any_": {
287 "anyOf": [
288 {
289 "items": {
290 "type": "string"
291 },
292 "type": "array"
293 },
294 {
295 "type": "null"
296 }
297 ],
298 "examples": [
299 [
300 "tag-1",
301 "tag-2"
302 ]
303 ],
304 },
305 "is_null_": {
306 "anyOf": [
307 {
308 "type": "boolean"
309 },
310 {
311 "type": "null"
312 }
313 ],
314 },
315 "operator": {
316 "$ref": "#/components/schemas/Operator",
317 }
318 },
319 "type": "object"
320 },
321 "DeploymentFilterWorkQueueName": {
322 "additionalProperties": false,
323 "properties": {
324 "any_": {
325 "anyOf": [
326 {
327 "items": {
328 "type": "string"
329 },
330 "type": "array"
331 },
332 {
333 "type": "null"
334 }
335 ],
336 "examples": [
337 [
338 "work_queue_1",
339 "work_queue_2"
340 ]
341 ],
342 }
343 },
344 "type": "object"
345 },
346 "DeploymentOrFlowNameFilter": {
347 "additionalProperties": false,
348 "properties": {
349 "like_": {
350 "anyOf": [
351 {
352 "type": "string"
353 },
354 {
355 "type": "null"
356 }
357 ],
358 }
359 },
360 "type": "object"
361 },
362 "FlowFilter": {
363 "additionalProperties": false,
364 "properties": {
365 "deployment": {
366 "anyOf": [
367 {
368 "$ref": "#/components/schemas/FlowFilterDeployment"
369 },
370 {
371 "type": "null"
372 }
373 ],
374 },
375 "id": {
376 "anyOf": [
377 {
378 "$ref": "#/components/schemas/FlowFilterId"
379 },
380 {
381 "type": "null"
382 }
383 ],
384 },
385 "name": {
386 "anyOf": [
387 {
388 "$ref": "#/components/schemas/FlowFilterName"
389 },
390 {
391 "type": "null"
392 }
393 ],
394 },
395 "operator": {
396 "$ref": "#/components/schemas/Operator",
397 },
398 "tags": {
399 "anyOf": [
400 {
401 "$ref": "#/components/schemas/FlowFilterTags"
402 },
403 {
404 "type": "null"
405 }
406 ],
407 }
408 },
409 "type": "object"
410 },
411 "FlowFilterDeployment": {
412 "additionalProperties": false,
413 "properties": {
414 "is_null_": {
415 "anyOf": [
416 {
417 "type": "boolean"
418 },
419 {
420 "type": "null"
421 }
422 ],
423 },
424 "operator": {
425 "$ref": "#/components/schemas/Operator",
426 }
427 },
428 "type": "object"
429 },
430 "FlowFilterId": {
431 "additionalProperties": false,
432 "properties": {
433 "any_": {
434 "anyOf": [
435 {
436 "items": {
437 "format": "uuid",
438 "type": "string"
439 },
440 "type": "array"
441 },
442 {
443 "type": "null"
444 }
445 ],
446 }
447 },
448 "type": "object"
449 },
450 "FlowFilterName": {
451 "additionalProperties": false,
452 "properties": {
453 "any_": {
454 "anyOf": [
455 {
456 "items": {
457 "type": "string"
458 },
459 "type": "array"
460 },
461 {
462 "type": "null"
463 }
464 ],
465 "examples": [
466 [
467 "my-flow-1",
468 "my-flow-2"
469 ]
470 ],
471 },
472 "like_": {
473 "anyOf": [
474 {
475 "type": "string"
476 },
477 {
478 "type": "null"
479 }
480 ],
481 "examples": [
482 "marvin"
483 ],
484 }
485 },
486 "type": "object"
487 },
488 "FlowFilterTags": {
489 "additionalProperties": false,
490 "properties": {
491 "all_": {
492 "anyOf": [
493 {
494 "items": {
495 "type": "string"
496 },
497 "type": "array"
498 },
499 {
500 "type": "null"
501 }
502 ],
503 "examples": [
504 [
505 "tag-1",
506 "tag-2"
507 ]
508 ],
509 },
510 "is_null_": {
511 "anyOf": [
512 {
513 "type": "boolean"
514 },
515 {
516 "type": "null"
517 }
518 ],
519 },
520 "operator": {
521 "$ref": "#/components/schemas/Operator",
522 }
523 },
524 "type": "object"
525 },
526 "FlowRunFilter": {
527 "additionalProperties": false,
528 "properties": {
529 "deployment_id": {
530 "anyOf": [
531 {
532 "$ref": "#/components/schemas/FlowRunFilterDeploymentId"
533 },
534 {
535 "type": "null"
536 }
537 ],
538 },
539 "end_time": {
540 "anyOf": [
541 {
542 "$ref": "#/components/schemas/FlowRunFilterEndTime"
543 },
544 {
545 "type": "null"
546 }
547 ],
548 },
549 "expected_start_time": {
550 "anyOf": [
551 {
552 "$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
553 },
554 {
555 "type": "null"
556 }
557 ],
558 },
559 "flow_version": {
560 "anyOf": [
561 {
562 "$ref": "#/components/schemas/FlowRunFilterFlowVersion"
563 },
564 {
565 "type": "null"
566 }
567 ],
568 },
569 "id": {
570 "anyOf": [
571 {
572 "$ref": "#/components/schemas/FlowRunFilterId"
573 },
574 {
575 "type": "null"
576 }
577 ],
578 },
579 "idempotency_key": {
580 "anyOf": [
581 {
582 "$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
583 },
584 {
585 "type": "null"
586 }
587 ],
588 },
589 "name": {
590 "anyOf": [
591 {
592 "$ref": "#/components/schemas/FlowRunFilterName"
593 },
594 {
595 "type": "null"
596 }
597 ],
598 },
599 "next_scheduled_start_time": {
600 "anyOf": [
601 {
602 "$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
603 },
604 {
605 "type": "null"
606 }
607 ],
608 },
609 "operator": {
610 "$ref": "#/components/schemas/Operator",
611 },
612 "parent_flow_run_id": {
613 "anyOf": [
614 {
615 "$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
616 },
617 {
618 "type": "null"
619 }
620 ],
621 },
622 "parent_task_run_id": {
623 "anyOf": [
624 {
625 "$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
626 },
627 {
628 "type": "null"
629 }
630 ],
631 },
632 "start_time": {
633 "anyOf": [
634 {
635 "$ref": "#/components/schemas/FlowRunFilterStartTime"
636 },
637 {
638 "type": "null"
639 }
640 ],
641 },
642 "state": {
643 "anyOf": [
644 {
645 "$ref": "#/components/schemas/FlowRunFilterState"
646 },
647 {
648 "type": "null"
649 }
650 ],
651 },
652 "tags": {
653 "anyOf": [
654 {
655 "$ref": "#/components/schemas/FlowRunFilterTags"
656 },
657 {
658 "type": "null"
659 }
660 ],
661 },
662 "work_queue_name": {
663 "anyOf": [
664 {
665 "$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
666 },
667 {
668 "type": "null"
669 }
670 ],
671 }
672 },
673 "type": "object"
674 },
675 "FlowRunFilterDeploymentId": {
676 "additionalProperties": false,
677 "properties": {
678 "any_": {
679 "anyOf": [
680 {
681 "items": {
682 "format": "uuid",
683 "type": "string"
684 },
685 "type": "array"
686 },
687 {
688 "type": "null"
689 }
690 ],
691 },
692 "is_null_": {
693 "anyOf": [
694 {
695 "type": "boolean"
696 },
697 {
698 "type": "null"
699 }
700 ],
701 },
702 "operator": {
703 "$ref": "#/components/schemas/Operator",
704 }
705 },
706 "type": "object"
707 },
708 "FlowRunFilterEndTime": {
709 "additionalProperties": false,
710 "properties": {
711 "after_": {
712 "anyOf": [
713 {
714 "format": "date-time",
715 "type": "string"
716 },
717 {
718 "type": "null"
719 }
720 ],
721 },
722 "before_": {
723 "anyOf": [
724 {
725 "format": "date-time",
726 "type": "string"
727 },
728 {
729 "type": "null"
730 }
731 ],
732 },
733 "is_null_": {
734 "anyOf": [
735 {
736 "type": "boolean"
737 },
738 {
739 "type": "null"
740 }
741 ],
742 }
743 },
744 "type": "object"
745 },
746 "FlowRunFilterExpectedStartTime": {
747 "additionalProperties": false,
748 "properties": {
749 "after_": {
750 "anyOf": [
751 {
752 "format": "date-time",
753 "type": "string"
754 },
755 {
756 "type": "null"
757 }
758 ],
759 },
760 "before_": {
761 "anyOf": [
762 {
763 "format": "date-time",
764 "type": "string"
765 },
766 {
767 "type": "null"
768 }
769 ],
770 }
771 },
772 "type": "object"
773 },
774 "FlowRunFilterFlowVersion": {
775 "additionalProperties": false,
776 "properties": {
777 "any_": {
778 "anyOf": [
779 {
780 "items": {
781 "type": "string"
782 },
783 "type": "array"
784 },
785 {
786 "type": "null"
787 }
788 ],
789 }
790 },
791 "type": "object"
792 },
793 "FlowRunFilterId": {
794 "additionalProperties": false,
795 "properties": {
796 "any_": {
797 "anyOf": [
798 {
799 "items": {
800 "format": "uuid",
801 "type": "string"
802 },
803 "type": "array"
804 },
805 {
806 "type": "null"
807 }
808 ],
809 },
810 "not_any_": {
811 "anyOf": [
812 {
813 "items": {
814 "format": "uuid",
815 "type": "string"
816 },
817 "type": "array"
818 },
819 {
820 "type": "null"
821 }
822 ],
823 }
824 },
825 "type": "object"
826 },
827 "FlowRunFilterIdempotencyKey": {
828 "additionalProperties": false,
829 "properties": {
830 "any_": {
831 "anyOf": [
832 {
833 "items": {
834 "type": "string"
835 },
836 "type": "array"
837 },
838 {
839 "type": "null"
840 }
841 ],
842 },
843 "not_any_": {
844 "anyOf": [
845 {
846 "items": {
847 "type": "string"
848 },
849 "type": "array"
850 },
851 {
852 "type": "null"
853 }
854 ],
855 }
856 },
857 "type": "object"
858 },
859 "FlowRunFilterName": {
860 "additionalProperties": false,
861 "properties": {
862 "any_": {
863 "anyOf": [
864 {
865 "items": {
866 "type": "string"
867 },
868 "type": "array"
869 },
870 {
871 "type": "null"
872 }
873 ],
874 "examples": [
875 [
876 "my-flow-run-1",
877 "my-flow-run-2"
878 ]
879 ],
880 },
881 "like_": {
882 "anyOf": [
883 {
884 "type": "string"
885 },
886 {
887 "type": "null"
888 }
889 ],
890 "examples": [
891 "marvin"
892 ],
893 }
894 },
895 "type": "object"
896 },
897 "FlowRunFilterNextScheduledStartTime": {
898 "additionalProperties": false,
899 "properties": {
900 "after_": {
901 "anyOf": [
902 {
903 "format": "date-time",
904 "type": "string"
905 },
906 {
907 "type": "null"
908 }
909 ],
910 },
911 "before_": {
912 "anyOf": [
913 {
914 "format": "date-time",
915 "type": "string"
916 },
917 {
918 "type": "null"
919 }
920 ],
921 }
922 },
923 "type": "object"
924 },
925 "FlowRunFilterParentFlowRunId": {
926 "additionalProperties": false,
927 "properties": {
928 "any_": {
929 "anyOf": [
930 {
931 "items": {
932 "format": "uuid",
933 "type": "string"
934 },
935 "type": "array"
936 },
937 {
938 "type": "null"
939 }
940 ],
941 },
942 "operator": {
943 "$ref": "#/components/schemas/Operator",
944 }
945 },
946 "type": "object"
947 },
948 "FlowRunFilterParentTaskRunId": {
949 "additionalProperties": false,
950 "properties": {
951 "any_": {
952 "anyOf": [
953 {
954 "items": {
955 "format": "uuid",
956 "type": "string"
957 },
958 "type": "array"
959 },
960 {
961 "type": "null"
962 }
963 ],
964 },
965 "is_null_": {
966 "anyOf": [
967 {
968 "type": "boolean"
969 },
970 {
971 "type": "null"
972 }
973 ],
974 },
975 "operator": {
976 "$ref": "#/components/schemas/Operator",
977 }
978 },
979 "type": "object"
980 },
981 "FlowRunFilterStartTime": {
982 "additionalProperties": false,
983 "properties": {
984 "after_": {
985 "anyOf": [
986 {
987 "format": "date-time",
988 "type": "string"
989 },
990 {
991 "type": "null"
992 }
993 ],
994 },
995 "before_": {
996 "anyOf": [
997 {
998 "format": "date-time",
999 "type": "string"
1000 },
1001 {
1002 "type": "null"
1003 }
1004 ],
1005 },
1006 "is_null_": {
1007 "anyOf": [
1008 {
1009 "type": "boolean"
1010 },
1011 {
1012 "type": "null"
1013 }
1014 ],
1015 }
1016 },
1017 "type": "object"
1018 },
1019 "FlowRunFilterState": {
1020 "additionalProperties": false,
1021 "properties": {
1022 "name": {
1023 "anyOf": [
1024 {
1025 "$ref": "#/components/schemas/FlowRunFilterStateName"
1026 },
1027 {
1028 "type": "null"
1029 }
1030 ],
1031 },
1032 "operator": {
1033 "$ref": "#/components/schemas/Operator",
1034 },
1035 "type": {
1036 "anyOf": [
1037 {
1038 "$ref": "#/components/schemas/FlowRunFilterStateType"
1039 },
1040 {
1041 "type": "null"
1042 }
1043 ],
1044 }
1045 },
1046 "type": "object"
1047 },
1048 "FlowRunFilterStateName": {
1049 "additionalProperties": false,
1050 "properties": {
1051 "any_": {
1052 "anyOf": [
1053 {
1054 "items": {
1055 "type": "string"
1056 },
1057 "type": "array"
1058 },
1059 {
1060 "type": "null"
1061 }
1062 ],
1063 },
1064 "not_any_": {
1065 "anyOf": [
1066 {
1067 "items": {
1068 "type": "string"
1069 },
1070 "type": "array"
1071 },
1072 {
1073 "type": "null"
1074 }
1075 ],
1076 }
1077 },
1078 "type": "object"
1079 },
1080 "FlowRunFilterStateType": {
1081 "additionalProperties": false,
1082 "properties": {
1083 "any_": {
1084 "anyOf": [
1085 {
1086 "items": {
1087 "$ref": "#/components/schemas/StateType"
1088 },
1089 "type": "array"
1090 },
1091 {
1092 "type": "null"
1093 }
1094 ],
1095 },
1096 "not_any_": {
1097 "anyOf": [
1098 {
1099 "items": {
1100 "$ref": "#/components/schemas/StateType"
1101 },
1102 "type": "array"
1103 },
1104 {
1105 "type": "null"
1106 }
1107 ],
1108 }
1109 },
1110 "type": "object"
1111 },
1112 "FlowRunFilterTags": {
1113 "additionalProperties": false,
1114 "properties": {
1115 "all_": {
1116 "anyOf": [
1117 {
1118 "items": {
1119 "type": "string"
1120 },
1121 "type": "array"
1122 },
1123 {
1124 "type": "null"
1125 }
1126 ],
1127 "examples": [
1128 [
1129 "tag-1",
1130 "tag-2"
1131 ]
1132 ],
1133 },
1134 "any_": {
1135 "anyOf": [
1136 {
1137 "items": {
1138 "type": "string"
1139 },
1140 "type": "array"
1141 },
1142 {
1143 "type": "null"
1144 }
1145 ],
1146 "examples": [
1147 [
1148 "tag-1",
1149 "tag-2"
1150 ]
1151 ],
1152 },
1153 "is_null_": {
1154 "anyOf": [
1155 {
1156 "type": "boolean"
1157 },
1158 {
1159 "type": "null"
1160 }
1161 ],
1162 },
1163 "operator": {
1164 "$ref": "#/components/schemas/Operator",
1165 }
1166 },
1167 "type": "object"
1168 },
1169 "FlowRunFilterWorkQueueName": {
1170 "additionalProperties": false,
1171 "properties": {
1172 "any_": {
1173 "anyOf": [
1174 {
1175 "items": {
1176 "type": "string"
1177 },
1178 "type": "array"
1179 },
1180 {
1181 "type": "null"
1182 }
1183 ],
1184 "examples": [
1185 [
1186 "work_queue_1",
1187 "work_queue_2"
1188 ]
1189 ],
1190 },
1191 "is_null_": {
1192 "anyOf": [
1193 {
1194 "type": "boolean"
1195 },
1196 {
1197 "type": "null"
1198 }
1199 ],
1200 },
1201 "operator": {
1202 "$ref": "#/components/schemas/Operator",
1203 }
1204 },
1205 "type": "object"
1206 },
1207 "Operator": {
1208 "enum": [
1209 "and_",
1210 "or_"
1211 ],
1212 "type": "string"
1213 },
1214 "StateType": {
1215 "enum": [
1216 "SCHEDULED",
1217 "PENDING",
1218 "RUNNING",
1219 "COMPLETED",
1220 "FAILED",
1221 "CANCELLED",
1222 "CRASHED",
1223 "PAUSED",
1224 "CANCELLING"
1225 ],
1226 "type": "string"
1227 },
1228 "TaskRunFilter": {
1229 "additionalProperties": false,
1230 "properties": {
1231 "expected_start_time": {
1232 "anyOf": [
1233 {
1234 "$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1235 },
1236 {
1237 "type": "null"
1238 }
1239 ],
1240 },
1241 "flow_run_id": {
1242 "anyOf": [
1243 {
1244 "$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1245 },
1246 {
1247 "type": "null"
1248 }
1249 ],
1250 },
1251 "id": {
1252 "anyOf": [
1253 {
1254 "$ref": "#/components/schemas/TaskRunFilterId"
1255 },
1256 {
1257 "type": "null"
1258 }
1259 ],
1260 },
1261 "name": {
1262 "anyOf": [
1263 {
1264 "$ref": "#/components/schemas/TaskRunFilterName"
1265 },
1266 {
1267 "type": "null"
1268 }
1269 ],
1270 },
1271 "operator": {
1272 "$ref": "#/components/schemas/Operator",
1273 },
1274 "start_time": {
1275 "anyOf": [
1276 {
1277 "$ref": "#/components/schemas/TaskRunFilterStartTime"
1278 },
1279 {
1280 "type": "null"
1281 }
1282 ],
1283 },
1284 "state": {
1285 "anyOf": [
1286 {
1287 "$ref": "#/components/schemas/TaskRunFilterState"
1288 },
1289 {
1290 "type": "null"
1291 }
1292 ],
1293 },
1294 "subflow_runs": {
1295 "anyOf": [
1296 {
1297 "$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1298 },
1299 {
1300 "type": "null"
1301 }
1302 ],
1303 },
1304 "tags": {
1305 "anyOf": [
1306 {
1307 "$ref": "#/components/schemas/TaskRunFilterTags"
1308 },
1309 {
1310 "type": "null"
1311 }
1312 ],
1313 }
1314 },
1315 "type": "object"
1316 },
1317 "TaskRunFilterExpectedStartTime": {
1318 "additionalProperties": false,
1319 "properties": {
1320 "after_": {
1321 "anyOf": [
1322 {
1323 "format": "date-time",
1324 "type": "string"
1325 },
1326 {
1327 "type": "null"
1328 }
1329 ],
1330 },
1331 "before_": {
1332 "anyOf": [
1333 {
1334 "format": "date-time",
1335 "type": "string"
1336 },
1337 {
1338 "type": "null"
1339 }
1340 ],
1341 }
1342 },
1343 "type": "object"
1344 },
1345 "TaskRunFilterFlowRunId": {
1346 "additionalProperties": false,
1347 "properties": {
1348 "any_": {
1349 "anyOf": [
1350 {
1351 "items": {
1352 "format": "uuid",
1353 "type": "string"
1354 },
1355 "type": "array"
1356 },
1357 {
1358 "type": "null"
1359 }
1360 ],
1361 },
1362 "is_null_": {
1363 "anyOf": [
1364 {
1365 "type": "boolean"
1366 },
1367 {
1368 "type": "null"
1369 }
1370 ],
1371 },
1372 "operator": {
1373 "$ref": "#/components/schemas/Operator",
1374 }
1375 },
1376 "type": "object"
1377 },
1378 "TaskRunFilterId": {
1379 "additionalProperties": false,
1380 "properties": {
1381 "any_": {
1382 "anyOf": [
1383 {
1384 "items": {
1385 "format": "uuid",
1386 "type": "string"
1387 },
1388 "type": "array"
1389 },
1390 {
1391 "type": "null"
1392 }
1393 ],
1394 }
1395 },
1396 "type": "object"
1397 },
1398 "TaskRunFilterName": {
1399 "additionalProperties": false,
1400 "properties": {
1401 "any_": {
1402 "anyOf": [
1403 {
1404 "items": {
1405 "type": "string"
1406 },
1407 "type": "array"
1408 },
1409 {
1410 "type": "null"
1411 }
1412 ],
1413 "examples": [
1414 [
1415 "my-task-run-1",
1416 "my-task-run-2"
1417 ]
1418 ],
1419 },
1420 "like_": {
1421 "anyOf": [
1422 {
1423 "type": "string"
1424 },
1425 {
1426 "type": "null"
1427 }
1428 ],
1429 "examples": [
1430 "marvin"
1431 ],
1432 }
1433 },
1434 "type": "object"
1435 },
1436 "TaskRunFilterStartTime": {
1437 "additionalProperties": false,
1438 "properties": {
1439 "after_": {
1440 "anyOf": [
1441 {
1442 "format": "date-time",
1443 "type": "string"
1444 },
1445 {
1446 "type": "null"
1447 }
1448 ],
1449 },
1450 "before_": {
1451 "anyOf": [
1452 {
1453 "format": "date-time",
1454 "type": "string"
1455 },
1456 {
1457 "type": "null"
1458 }
1459 ],
1460 },
1461 "is_null_": {
1462 "anyOf": [
1463 {
1464 "type": "boolean"
1465 },
1466 {
1467 "type": "null"
1468 }
1469 ],
1470 }
1471 },
1472 "type": "object"
1473 },
1474 "TaskRunFilterState": {
1475 "additionalProperties": false,
1476 "properties": {
1477 "name": {
1478 "anyOf": [
1479 {
1480 "$ref": "#/components/schemas/TaskRunFilterStateName"
1481 },
1482 {
1483 "type": "null"
1484 }
1485 ],
1486 },
1487 "operator": {
1488 "$ref": "#/components/schemas/Operator",
1489 },
1490 "type": {
1491 "anyOf": [
1492 {
1493 "$ref": "#/components/schemas/TaskRunFilterStateType"
1494 },
1495 {
1496 "type": "null"
1497 }
1498 ],
1499 }
1500 },
1501 "type": "object"
1502 },
1503 "TaskRunFilterStateName": {
1504 "additionalProperties": false,
1505 "properties": {
1506 "any_": {
1507 "anyOf": [
1508 {
1509 "items": {
1510 "type": "string"
1511 },
1512 "type": "array"
1513 },
1514 {
1515 "type": "null"
1516 }
1517 ],
1518 }
1519 },
1520 "type": "object"
1521 },
1522 "TaskRunFilterStateType": {
1523 "additionalProperties": false,
1524 "properties": {
1525 "any_": {
1526 "anyOf": [
1527 {
1528 "items": {
1529 "$ref": "#/components/schemas/StateType"
1530 },
1531 "type": "array"
1532 },
1533 {
1534 "type": "null"
1535 }
1536 ],
1537 }
1538 },
1539 "type": "object"
1540 },
1541 "TaskRunFilterSubFlowRuns": {
1542 "additionalProperties": false,
1543 "properties": {
1544 "exists_": {
1545 "anyOf": [
1546 {
1547 "type": "boolean"
1548 },
1549 {
1550 "type": "null"
1551 }
1552 ],
1553 }
1554 },
1555 "type": "object"
1556 },
1557 "TaskRunFilterTags": {
1558 "additionalProperties": false,
1559 "properties": {
1560 "all_": {
1561 "anyOf": [
1562 {
1563 "items": {
1564 "type": "string"
1565 },
1566 "type": "array"
1567 },
1568 {
1569 "type": "null"
1570 }
1571 ],
1572 "examples": [
1573 [
1574 "tag-1",
1575 "tag-2"
1576 ]
1577 ],
1578 },
1579 "is_null_": {
1580 "anyOf": [
1581 {
1582 "type": "boolean"
1583 },
1584 {
1585 "type": "null"
1586 }
1587 ],
1588 },
1589 "operator": {
1590 "$ref": "#/components/schemas/Operator",
1591 }
1592 },
1593 "type": "object"
1594 },
1595 "TaskRunSort": {
1596 "enum": [
1597 "ID_DESC",
1598 "EXPECTED_START_TIME_ASC",
1599 "EXPECTED_START_TIME_DESC",
1600 "NAME_ASC",
1601 "NAME_DESC",
1602 "NEXT_SCHEDULED_START_TIME_ASC",
1603 "END_TIME_DESC"
1604 ],
1605 "type": "string"
1606 }
1607 }
1608 }
1609}
Responses
seen average

200
Successful Response
1 11.52ms
422
Validation Error
830 2.24ms
default
Default
652 8.28ms
Examples
19 of 19 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
page.default
 
1
 
operator.default
 
"and_"
 
sort.default
 
"ID_DESC"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
0 -
default
Default
506 4.56ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
14 4.29ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json4 of 4 keywords covered
1{
2 "$ref": "#/components/schemas/TaskRunUpdate",
3 "components": {
4 "schemas": {
5 "TaskRunUpdate": {
6 "additionalProperties": false,
7 "properties": {
8 "name": {
9 "examples": [
10 "my-task-run"
11 ],
12 "type": "string"
13 }
14 },
15 "type": "object"
16 }
17 }
18 }
19}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
6 1.83ms
default
Default
510 4.86ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json82 of 83 keywords covered
1{
2 "$ref": "#/components/schemas/Body_set_task_run_state_task_runs__id__set_state_post",
3 "components": {
4 "schemas": {
5 "Body_set_task_run_state_task_runs__id__set_state_post": {
6 "properties": {
7 "force": {
8 "type": "boolean"
9 },
10 "state": {
11 "$ref": "#/components/schemas/StateCreate",
12 }
13 },
14 "required": [
15 "state"
16 ],
17 "type": "object"
18 },
19 "StateCreate": {
20 "additionalProperties": false,
21 "properties": {
22 "data": {
Negative tests not applicable
23
"anyOf": [
24 {},
25 {
26 "type": "null"
27 }
Negative tests not applicable
28
],
29 },
30 "message": {
31 "anyOf": [
32 {
33 "type": "string"
34 },
35 {
36 "type": "null"
37 }
38 ],
39 },
40 "name": {
41 "anyOf": [
42 {
43 "type": "string"
44 },
45 {
46 "type": "null"
47 }
48 ],
49 },
50 "state_details": {
51 "$ref": "#/components/schemas/StateDetails",
52 },
53 "type": {
54 "$ref": "#/components/schemas/StateType",
55 }
56 },
57 "required": [
58 "type"
59 ],
60 "type": "object"
61 },
62 "StateDetails": {
63 "properties": {
64 "cache_expiration": {
65 "anyOf": [
66 {
67 "format": "date-time",
68 "type": "string"
69 },
70 {
71 "type": "null"
72 }
73 ],
74 },
75 "cache_key": {
76 "anyOf": [
77 {
78 "type": "string"
79 },
80 {
81 "type": "null"
82 }
83 ],
84 },
85 "child_flow_run_id": {
86 "anyOf": [
87 {
88 "format": "uuid",
89 "type": "string"
90 },
91 {
92 "type": "null"
93 }
94 ],
95 },
96 "deferred": {
97 "anyOf": [
98 {
99 "type": "boolean"
100 },
101 {
102 "type": "null"
103 }
104 ],
105 },
106 "deployment_concurrency_lease_id": {
107 "anyOf": [
108 {
109 "format": "uuid",
110 "type": "string"
111 },
112 {
113 "type": "null"
114 }
115 ],
116 },
117 "flow_run_id": {
118 "anyOf": [
119 {
120 "format": "uuid",
121 "type": "string"
122 },
123 {
124 "type": "null"
125 }
126 ],
127 },
128 "pause_key": {
129 "anyOf": [
130 {
131 "type": "string"
132 },
133 {
134 "type": "null"
135 }
136 ],
137 },
138 "pause_reschedule": {
139 "type": "boolean"
140 },
141 "pause_timeout": {
142 "anyOf": [
143 {
144 "format": "date-time",
145 "type": "string"
146 },
147 {
148 "type": "null"
149 }
150 ],
151 },
152 "refresh_cache": {
153 "anyOf": [
154 {
155 "type": "boolean"
156 },
157 {
158 "type": "null"
159 }
160 ],
161 },
162 "retriable": {
163 "anyOf": [
164 {
165 "type": "boolean"
166 },
167 {
168 "type": "null"
169 }
170 ],
171 },
172 "run_input_keyset": {
173 "anyOf": [
174 {
175 "additionalProperties": {
Missing negative tests
176
"type": "string"
177 },
178 "type": "object"
179 },
180 {
181 "type": "null"
182 }
183 ],
184 },
185 "scheduled_time": {
186 "anyOf": [
187 {
188 "format": "date-time",
189 "type": "string"
190 },
191 {
192 "type": "null"
193 }
194 ],
195 },
196 "task_parameters_id": {
197 "anyOf": [
198 {
199 "format": "uuid",
200 "type": "string"
201 },
202 {
203 "type": "null"
204 }
205 ],
206 },
207 "task_run_id": {
208 "anyOf": [
209 {
210 "format": "uuid",
211 "type": "string"
212 },
213 {
214 "type": "null"
215 }
216 ],
217 },
218 "traceparent": {
219 "anyOf": [
220 {
221 "type": "string"
222 },
223 {
224 "type": "null"
225 }
226 ],
227 },
228 "transition_id": {
229 "anyOf": [
230 {
231 "format": "uuid",
232 "type": "string"
233 },
234 {
235 "type": "null"
236 }
237 ],
238 },
239 "untrackable_result": {
240 "type": "boolean"
241 }
242 },
243 "type": "object"
244 },
245 "StateType": {
246 "enum": [
247 "SCHEDULED",
248 "PENDING",
249 "RUNNING",
250 "COMPLETED",
251 "FAILED",
252 "CANCELLED",
253 "CRASHED",
254 "PAUSED",
255 "CANCELLING"
256 ],
257 "type": "string"
258 }
259 }
260 }
261}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
102 2.07ms
default
Default
556 5.50ms
Examples
4 of 4 covered

Body: application/json
pause_reschedule.default
 
false
 
deferred.default
 
false
 
untrackable_result.default
 
false
 
force.default
 
false
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json11 of 11 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_task_workers_task_workers_filter_post",
3 "components": {
4 "schemas": {
5 "Body_read_task_workers_task_workers_filter_post": {
6 "properties": {
7 "task_worker_filter": {
8 "anyOf": [
9 {
10 "$ref": "#/components/schemas/TaskWorkerFilter"
11 },
12 {
13 "type": "null"
14 }
15 ],
16 }
17 },
18 "type": "object"
19 },
20 "TaskWorkerFilter": {
21 "properties": {
22 "task_keys": {
23 "items": {
24 "type": "string"
25 },
26 "type": "array"
27 }
28 },
29 "required": [
30 "task_keys"
31 ],
32 "type": "object"
33 }
34 }
35 }
36}
Responses
seen average

200
Successful Response
404 1.05ms
422
Validation Error
19 1.29ms
default
Default
101 1.37ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json1 of 1 keywords covered
1{
2 "type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
4 1.73ms
default
Default
502 1.18ms
Examples
1 of 1 covered

Body: application/json
example
 
""
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json7 of 7 keywords covered
1{
2 "$ref": "#/components/schemas/Body_count_task_runs_by_flow_run_ui_flow_runs_count_task_runs_post",
3 "components": {
4 "schemas": {
5 "Body_count_task_runs_by_flow_run_ui_flow_runs_count_task_runs_post": {
6 "properties": {
7 "flow_run_ids": {
8 "items": {
9 "format": "uuid",
10 "type": "string"
11 },
12 "max_items": 200,
13 "type": "array"
14 }
15 },
16 "required": [
17 "flow_run_ids"
18 ],
19 "type": "object"
20 }
21 }
22 }
23}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
17 1.43ms
default
Default
501 4.93ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json507 of 507 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_flow_run_history_ui_flow_runs_history_post",
3 "components": {
4 "schemas": {
5 "Body_read_flow_run_history_ui_flow_runs_history_post": {
6 "properties": {
7 "deployments": {
8 "$ref": "#/components/schemas/DeploymentFilter"
9 },
10 "flow_runs": {
11 "$ref": "#/components/schemas/FlowRunFilter"
12 },
13 "flows": {
14 "$ref": "#/components/schemas/FlowFilter"
15 },
16 "limit": {
17 "maximum": 1000.0,
18 "type": "integer"
19 },
20 "offset": {
21 "minimum": 0.0,
22 "type": "integer"
23 },
24 "sort": {
25 "$ref": "#/components/schemas/FlowRunSort",
26 },
27 "task_runs": {
28 "$ref": "#/components/schemas/TaskRunFilter"
29 },
30 "work_pools": {
31 "$ref": "#/components/schemas/WorkPoolFilter"
32 }
33 },
34 "type": "object"
35 },
36 "DeploymentFilter": {
37 "additionalProperties": false,
38 "properties": {
39 "concurrency_limit": {
40 "anyOf": [
41 {
42 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
43 },
44 {
45 "type": "null"
46 }
47 ],
48 "deprecated": true,
49 },
50 "flow_or_deployment_name": {
51 "anyOf": [
52 {
53 "$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
54 },
55 {
56 "type": "null"
57 }
58 ],
59 },
60 "id": {
61 "anyOf": [
62 {
63 "$ref": "#/components/schemas/DeploymentFilterId"
64 },
65 {
66 "type": "null"
67 }
68 ],
69 },
70 "name": {
71 "anyOf": [
72 {
73 "$ref": "#/components/schemas/DeploymentFilterName"
74 },
75 {
76 "type": "null"
77 }
78 ],
79 },
80 "operator": {
81 "$ref": "#/components/schemas/Operator",
82 },
83 "paused": {
84 "anyOf": [
85 {
86 "$ref": "#/components/schemas/DeploymentFilterPaused"
87 },
88 {
89 "type": "null"
90 }
91 ],
92 },
93 "tags": {
94 "anyOf": [
95 {
96 "$ref": "#/components/schemas/DeploymentFilterTags"
97 },
98 {
99 "type": "null"
100 }
101 ],
102 },
103 "work_queue_name": {
104 "anyOf": [
105 {
106 "$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
107 },
108 {
109 "type": "null"
110 }
111 ],
112 }
113 },
114 "type": "object"
115 },
116 "DeploymentFilterConcurrencyLimit": {
117 "additionalProperties": false,
118 "properties": {
119 "ge_": {
120 "anyOf": [
121 {
122 "type": "integer"
123 },
124 {
125 "type": "null"
126 }
127 ],
128 },
129 "is_null_": {
130 "anyOf": [
131 {
132 "type": "boolean"
133 },
134 {
135 "type": "null"
136 }
137 ],
138 },
139 "le_": {
140 "anyOf": [
141 {
142 "type": "integer"
143 },
144 {
145 "type": "null"
146 }
147 ],
148 }
149 },
150 "type": "object"
151 },
152 "DeploymentFilterId": {
153 "additionalProperties": false,
154 "properties": {
155 "any_": {
156 "anyOf": [
157 {
158 "items": {
159 "format": "uuid",
160 "type": "string"
161 },
162 "type": "array"
163 },
164 {
165 "type": "null"
166 }
167 ],
168 },
169 "not_any_": {
170 "anyOf": [
171 {
172 "items": {
173 "format": "uuid",
174 "type": "string"
175 },
176 "type": "array"
177 },
178 {
179 "type": "null"
180 }
181 ],
182 }
183 },
184 "type": "object"
185 },
186 "DeploymentFilterName": {
187 "additionalProperties": false,
188 "properties": {
189 "any_": {
190 "anyOf": [
191 {
192 "items": {
193 "type": "string"
194 },
195 "type": "array"
196 },
197 {
198 "type": "null"
199 }
200 ],
201 "examples": [
202 [
203 "my-deployment-1",
204 "my-deployment-2"
205 ]
206 ],
207 },
208 "like_": {
209 "anyOf": [
210 {
211 "type": "string"
212 },
213 {
214 "type": "null"
215 }
216 ],
217 "examples": [
218 "marvin"
219 ],
220 }
221 },
222 "type": "object"
223 },
224 "DeploymentFilterPaused": {
225 "additionalProperties": false,
226 "properties": {
227 "eq_": {
228 "anyOf": [
229 {
230 "type": "boolean"
231 },
232 {
233 "type": "null"
234 }
235 ],
236 }
237 },
238 "type": "object"
239 },
240 "DeploymentFilterTags": {
241 "additionalProperties": false,
242 "properties": {
243 "all_": {
244 "anyOf": [
245 {
246 "items": {
247 "type": "string"
248 },
249 "type": "array"
250 },
251 {
252 "type": "null"
253 }
254 ],
255 "examples": [
256 [
257 "tag-1",
258 "tag-2"
259 ]
260 ],
261 },
262 "any_": {
263 "anyOf": [
264 {
265 "items": {
266 "type": "string"
267 },
268 "type": "array"
269 },
270 {
271 "type": "null"
272 }
273 ],
274 "examples": [
275 [
276 "tag-1",
277 "tag-2"
278 ]
279 ],
280 },
281 "is_null_": {
282 "anyOf": [
283 {
284 "type": "boolean"
285 },
286 {
287 "type": "null"
288 }
289 ],
290 },
291 "operator": {
292 "$ref": "#/components/schemas/Operator",
293 }
294 },
295 "type": "object"
296 },
297 "DeploymentFilterWorkQueueName": {
298 "additionalProperties": false,
299 "properties": {
300 "any_": {
301 "anyOf": [
302 {
303 "items": {
304 "type": "string"
305 },
306 "type": "array"
307 },
308 {
309 "type": "null"
310 }
311 ],
312 "examples": [
313 [
314 "work_queue_1",
315 "work_queue_2"
316 ]
317 ],
318 }
319 },
320 "type": "object"
321 },
322 "DeploymentOrFlowNameFilter": {
323 "additionalProperties": false,
324 "properties": {
325 "like_": {
326 "anyOf": [
327 {
328 "type": "string"
329 },
330 {
331 "type": "null"
332 }
333 ],
334 }
335 },
336 "type": "object"
337 },
338 "FlowFilter": {
339 "additionalProperties": false,
340 "properties": {
341 "deployment": {
342 "anyOf": [
343 {
344 "$ref": "#/components/schemas/FlowFilterDeployment"
345 },
346 {
347 "type": "null"
348 }
349 ],
350 },
351 "id": {
352 "anyOf": [
353 {
354 "$ref": "#/components/schemas/FlowFilterId"
355 },
356 {
357 "type": "null"
358 }
359 ],
360 },
361 "name": {
362 "anyOf": [
363 {
364 "$ref": "#/components/schemas/FlowFilterName"
365 },
366 {
367 "type": "null"
368 }
369 ],
370 },
371 "operator": {
372 "$ref": "#/components/schemas/Operator",
373 },
374 "tags": {
375 "anyOf": [
376 {
377 "$ref": "#/components/schemas/FlowFilterTags"
378 },
379 {
380 "type": "null"
381 }
382 ],
383 }
384 },
385 "type": "object"
386 },
387 "FlowFilterDeployment": {
388 "additionalProperties": false,
389 "properties": {
390 "is_null_": {
391 "anyOf": [
392 {
393 "type": "boolean"
394 },
395 {
396 "type": "null"
397 }
398 ],
399 },
400 "operator": {
401 "$ref": "#/components/schemas/Operator",
402 }
403 },
404 "type": "object"
405 },
406 "FlowFilterId": {
407 "additionalProperties": false,
408 "properties": {
409 "any_": {
410 "anyOf": [
411 {
412 "items": {
413 "format": "uuid",
414 "type": "string"
415 },
416 "type": "array"
417 },
418 {
419 "type": "null"
420 }
421 ],
422 }
423 },
424 "type": "object"
425 },
426 "FlowFilterName": {
427 "additionalProperties": false,
428 "properties": {
429 "any_": {
430 "anyOf": [
431 {
432 "items": {
433 "type": "string"
434 },
435 "type": "array"
436 },
437 {
438 "type": "null"
439 }
440 ],
441 "examples": [
442 [
443 "my-flow-1",
444 "my-flow-2"
445 ]
446 ],
447 },
448 "like_": {
449 "anyOf": [
450 {
451 "type": "string"
452 },
453 {
454 "type": "null"
455 }
456 ],
457 "examples": [
458 "marvin"
459 ],
460 }
461 },
462 "type": "object"
463 },
464 "FlowFilterTags": {
465 "additionalProperties": false,
466 "properties": {
467 "all_": {
468 "anyOf": [
469 {
470 "items": {
471 "type": "string"
472 },
473 "type": "array"
474 },
475 {
476 "type": "null"
477 }
478 ],
479 "examples": [
480 [
481 "tag-1",
482 "tag-2"
483 ]
484 ],
485 },
486 "is_null_": {
487 "anyOf": [
488 {
489 "type": "boolean"
490 },
491 {
492 "type": "null"
493 }
494 ],
495 },
496 "operator": {
497 "$ref": "#/components/schemas/Operator",
498 }
499 },
500 "type": "object"
501 },
502 "FlowRunFilter": {
503 "additionalProperties": false,
504 "properties": {
505 "deployment_id": {
506 "anyOf": [
507 {
508 "$ref": "#/components/schemas/FlowRunFilterDeploymentId"
509 },
510 {
511 "type": "null"
512 }
513 ],
514 },
515 "end_time": {
516 "anyOf": [
517 {
518 "$ref": "#/components/schemas/FlowRunFilterEndTime"
519 },
520 {
521 "type": "null"
522 }
523 ],
524 },
525 "expected_start_time": {
526 "anyOf": [
527 {
528 "$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
529 },
530 {
531 "type": "null"
532 }
533 ],
534 },
535 "flow_version": {
536 "anyOf": [
537 {
538 "$ref": "#/components/schemas/FlowRunFilterFlowVersion"
539 },
540 {
541 "type": "null"
542 }
543 ],
544 },
545 "id": {
546 "anyOf": [
547 {
548 "$ref": "#/components/schemas/FlowRunFilterId"
549 },
550 {
551 "type": "null"
552 }
553 ],
554 },
555 "idempotency_key": {
556 "anyOf": [
557 {
558 "$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
559 },
560 {
561 "type": "null"
562 }
563 ],
564 },
565 "name": {
566 "anyOf": [
567 {
568 "$ref": "#/components/schemas/FlowRunFilterName"
569 },
570 {
571 "type": "null"
572 }
573 ],
574 },
575 "next_scheduled_start_time": {
576 "anyOf": [
577 {
578 "$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
579 },
580 {
581 "type": "null"
582 }
583 ],
584 },
585 "operator": {
586 "$ref": "#/components/schemas/Operator",
587 },
588 "parent_flow_run_id": {
589 "anyOf": [
590 {
591 "$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
592 },
593 {
594 "type": "null"
595 }
596 ],
597 },
598 "parent_task_run_id": {
599 "anyOf": [
600 {
601 "$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
602 },
603 {
604 "type": "null"
605 }
606 ],
607 },
608 "start_time": {
609 "anyOf": [
610 {
611 "$ref": "#/components/schemas/FlowRunFilterStartTime"
612 },
613 {
614 "type": "null"
615 }
616 ],
617 },
618 "state": {
619 "anyOf": [
620 {
621 "$ref": "#/components/schemas/FlowRunFilterState"
622 },
623 {
624 "type": "null"
625 }
626 ],
627 },
628 "tags": {
629 "anyOf": [
630 {
631 "$ref": "#/components/schemas/FlowRunFilterTags"
632 },
633 {
634 "type": "null"
635 }
636 ],
637 },
638 "work_queue_name": {
639 "anyOf": [
640 {
641 "$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
642 },
643 {
644 "type": "null"
645 }
646 ],
647 }
648 },
649 "type": "object"
650 },
651 "FlowRunFilterDeploymentId": {
652 "additionalProperties": false,
653 "properties": {
654 "any_": {
655 "anyOf": [
656 {
657 "items": {
658 "format": "uuid",
659 "type": "string"
660 },
661 "type": "array"
662 },
663 {
664 "type": "null"
665 }
666 ],
667 },
668 "is_null_": {
669 "anyOf": [
670 {
671 "type": "boolean"
672 },
673 {
674 "type": "null"
675 }
676 ],
677 },
678 "operator": {
679 "$ref": "#/components/schemas/Operator",
680 }
681 },
682 "type": "object"
683 },
684 "FlowRunFilterEndTime": {
685 "additionalProperties": false,
686 "properties": {
687 "after_": {
688 "anyOf": [
689 {
690 "format": "date-time",
691 "type": "string"
692 },
693 {
694 "type": "null"
695 }
696 ],
697 },
698 "before_": {
699 "anyOf": [
700 {
701 "format": "date-time",
702 "type": "string"
703 },
704 {
705 "type": "null"
706 }
707 ],
708 },
709 "is_null_": {
710 "anyOf": [
711 {
712 "type": "boolean"
713 },
714 {
715 "type": "null"
716 }
717 ],
718 }
719 },
720 "type": "object"
721 },
722 "FlowRunFilterExpectedStartTime": {
723 "additionalProperties": false,
724 "properties": {
725 "after_": {
726 "anyOf": [
727 {
728 "format": "date-time",
729 "type": "string"
730 },
731 {
732 "type": "null"
733 }
734 ],
735 },
736 "before_": {
737 "anyOf": [
738 {
739 "format": "date-time",
740 "type": "string"
741 },
742 {
743 "type": "null"
744 }
745 ],
746 }
747 },
748 "type": "object"
749 },
750 "FlowRunFilterFlowVersion": {
751 "additionalProperties": false,
752 "properties": {
753 "any_": {
754 "anyOf": [
755 {
756 "items": {
757 "type": "string"
758 },
759 "type": "array"
760 },
761 {
762 "type": "null"
763 }
764 ],
765 }
766 },
767 "type": "object"
768 },
769 "FlowRunFilterId": {
770 "additionalProperties": false,
771 "properties": {
772 "any_": {
773 "anyOf": [
774 {
775 "items": {
776 "format": "uuid",
777 "type": "string"
778 },
779 "type": "array"
780 },
781 {
782 "type": "null"
783 }
784 ],
785 },
786 "not_any_": {
787 "anyOf": [
788 {
789 "items": {
790 "format": "uuid",
791 "type": "string"
792 },
793 "type": "array"
794 },
795 {
796 "type": "null"
797 }
798 ],
799 }
800 },
801 "type": "object"
802 },
803 "FlowRunFilterIdempotencyKey": {
804 "additionalProperties": false,
805 "properties": {
806 "any_": {
807 "anyOf": [
808 {
809 "items": {
810 "type": "string"
811 },
812 "type": "array"
813 },
814 {
815 "type": "null"
816 }
817 ],
818 },
819 "not_any_": {
820 "anyOf": [
821 {
822 "items": {
823 "type": "string"
824 },
825 "type": "array"
826 },
827 {
828 "type": "null"
829 }
830 ],
831 }
832 },
833 "type": "object"
834 },
835 "FlowRunFilterName": {
836 "additionalProperties": false,
837 "properties": {
838 "any_": {
839 "anyOf": [
840 {
841 "items": {
842 "type": "string"
843 },
844 "type": "array"
845 },
846 {
847 "type": "null"
848 }
849 ],
850 "examples": [
851 [
852 "my-flow-run-1",
853 "my-flow-run-2"
854 ]
855 ],
856 },
857 "like_": {
858 "anyOf": [
859 {
860 "type": "string"
861 },
862 {
863 "type": "null"
864 }
865 ],
866 "examples": [
867 "marvin"
868 ],
869 }
870 },
871 "type": "object"
872 },
873 "FlowRunFilterNextScheduledStartTime": {
874 "additionalProperties": false,
875 "properties": {
876 "after_": {
877 "anyOf": [
878 {
879 "format": "date-time",
880 "type": "string"
881 },
882 {
883 "type": "null"
884 }
885 ],
886 },
887 "before_": {
888 "anyOf": [
889 {
890 "format": "date-time",
891 "type": "string"
892 },
893 {
894 "type": "null"
895 }
896 ],
897 }
898 },
899 "type": "object"
900 },
901 "FlowRunFilterParentFlowRunId": {
902 "additionalProperties": false,
903 "properties": {
904 "any_": {
905 "anyOf": [
906 {
907 "items": {
908 "format": "uuid",
909 "type": "string"
910 },
911 "type": "array"
912 },
913 {
914 "type": "null"
915 }
916 ],
917 },
918 "operator": {
919 "$ref": "#/components/schemas/Operator",
920 }
921 },
922 "type": "object"
923 },
924 "FlowRunFilterParentTaskRunId": {
925 "additionalProperties": false,
926 "properties": {
927 "any_": {
928 "anyOf": [
929 {
930 "items": {
931 "format": "uuid",
932 "type": "string"
933 },
934 "type": "array"
935 },
936 {
937 "type": "null"
938 }
939 ],
940 },
941 "is_null_": {
942 "anyOf": [
943 {
944 "type": "boolean"
945 },
946 {
947 "type": "null"
948 }
949 ],
950 },
951 "operator": {
952 "$ref": "#/components/schemas/Operator",
953 }
954 },
955 "type": "object"
956 },
957 "FlowRunFilterStartTime": {
958 "additionalProperties": false,
959 "properties": {
960 "after_": {
961 "anyOf": [
962 {
963 "format": "date-time",
964 "type": "string"
965 },
966 {
967 "type": "null"
968 }
969 ],
970 },
971 "before_": {
972 "anyOf": [
973 {
974 "format": "date-time",
975 "type": "string"
976 },
977 {
978 "type": "null"
979 }
980 ],
981 },
982 "is_null_": {
983 "anyOf": [
984 {
985 "type": "boolean"
986 },
987 {
988 "type": "null"
989 }
990 ],
991 }
992 },
993 "type": "object"
994 },
995 "FlowRunFilterState": {
996 "additionalProperties": false,
997 "properties": {
998 "name": {
999 "anyOf": [
1000 {
1001 "$ref": "#/components/schemas/FlowRunFilterStateName"
1002 },
1003 {
1004 "type": "null"
1005 }
1006 ],
1007 },
1008 "operator": {
1009 "$ref": "#/components/schemas/Operator",
1010 },
1011 "type": {
1012 "anyOf": [
1013 {
1014 "$ref": "#/components/schemas/FlowRunFilterStateType"
1015 },
1016 {
1017 "type": "null"
1018 }
1019 ],
1020 }
1021 },
1022 "type": "object"
1023 },
1024 "FlowRunFilterStateName": {
1025 "additionalProperties": false,
1026 "properties": {
1027 "any_": {
1028 "anyOf": [
1029 {
1030 "items": {
1031 "type": "string"
1032 },
1033 "type": "array"
1034 },
1035 {
1036 "type": "null"
1037 }
1038 ],
1039 },
1040 "not_any_": {
1041 "anyOf": [
1042 {
1043 "items": {
1044 "type": "string"
1045 },
1046 "type": "array"
1047 },
1048 {
1049 "type": "null"
1050 }
1051 ],
1052 }
1053 },
1054 "type": "object"
1055 },
1056 "FlowRunFilterStateType": {
1057 "additionalProperties": false,
1058 "properties": {
1059 "any_": {
1060 "anyOf": [
1061 {
1062 "items": {
1063 "$ref": "#/components/schemas/StateType"
1064 },
1065 "type": "array"
1066 },
1067 {
1068 "type": "null"
1069 }
1070 ],
1071 },
1072 "not_any_": {
1073 "anyOf": [
1074 {
1075 "items": {
1076 "$ref": "#/components/schemas/StateType"
1077 },
1078 "type": "array"
1079 },
1080 {
1081 "type": "null"
1082 }
1083 ],
1084 }
1085 },
1086 "type": "object"
1087 },
1088 "FlowRunFilterTags": {
1089 "additionalProperties": false,
1090 "properties": {
1091 "all_": {
1092 "anyOf": [
1093 {
1094 "items": {
1095 "type": "string"
1096 },
1097 "type": "array"
1098 },
1099 {
1100 "type": "null"
1101 }
1102 ],
1103 "examples": [
1104 [
1105 "tag-1",
1106 "tag-2"
1107 ]
1108 ],
1109 },
1110 "any_": {
1111 "anyOf": [
1112 {
1113 "items": {
1114 "type": "string"
1115 },
1116 "type": "array"
1117 },
1118 {
1119 "type": "null"
1120 }
1121 ],
1122 "examples": [
1123 [
1124 "tag-1",
1125 "tag-2"
1126 ]
1127 ],
1128 },
1129 "is_null_": {
1130 "anyOf": [
1131 {
1132 "type": "boolean"
1133 },
1134 {
1135 "type": "null"
1136 }
1137 ],
1138 },
1139 "operator": {
1140 "$ref": "#/components/schemas/Operator",
1141 }
1142 },
1143 "type": "object"
1144 },
1145 "FlowRunFilterWorkQueueName": {
1146 "additionalProperties": false,
1147 "properties": {
1148 "any_": {
1149 "anyOf": [
1150 {
1151 "items": {
1152 "type": "string"
1153 },
1154 "type": "array"
1155 },
1156 {
1157 "type": "null"
1158 }
1159 ],
1160 "examples": [
1161 [
1162 "work_queue_1",
1163 "work_queue_2"
1164 ]
1165 ],
1166 },
1167 "is_null_": {
1168 "anyOf": [
1169 {
1170 "type": "boolean"
1171 },
1172 {
1173 "type": "null"
1174 }
1175 ],
1176 },
1177 "operator": {
1178 "$ref": "#/components/schemas/Operator",
1179 }
1180 },
1181 "type": "object"
1182 },
1183 "FlowRunSort": {
1184 "enum": [
1185 "ID_DESC",
1186 "START_TIME_ASC",
1187 "START_TIME_DESC",
1188 "EXPECTED_START_TIME_ASC",
1189 "EXPECTED_START_TIME_DESC",
1190 "NAME_ASC",
1191 "NAME_DESC",
1192 "NEXT_SCHEDULED_START_TIME_ASC",
1193 "END_TIME_DESC"
1194 ],
1195 "type": "string"
1196 },
1197 "Operator": {
1198 "enum": [
1199 "and_",
1200 "or_"
1201 ],
1202 "type": "string"
1203 },
1204 "StateType": {
1205 "enum": [
1206 "SCHEDULED",
1207 "PENDING",
1208 "RUNNING",
1209 "COMPLETED",
1210 "FAILED",
1211 "CANCELLED",
1212 "CRASHED",
1213 "PAUSED",
1214 "CANCELLING"
1215 ],
1216 "type": "string"
1217 },
1218 "TaskRunFilter": {
1219 "additionalProperties": false,
1220 "properties": {
1221 "expected_start_time": {
1222 "anyOf": [
1223 {
1224 "$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1225 },
1226 {
1227 "type": "null"
1228 }
1229 ],
1230 },
1231 "flow_run_id": {
1232 "anyOf": [
1233 {
1234 "$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1235 },
1236 {
1237 "type": "null"
1238 }
1239 ],
1240 },
1241 "id": {
1242 "anyOf": [
1243 {
1244 "$ref": "#/components/schemas/TaskRunFilterId"
1245 },
1246 {
1247 "type": "null"
1248 }
1249 ],
1250 },
1251 "name": {
1252 "anyOf": [
1253 {
1254 "$ref": "#/components/schemas/TaskRunFilterName"
1255 },
1256 {
1257 "type": "null"
1258 }
1259 ],
1260 },
1261 "operator": {
1262 "$ref": "#/components/schemas/Operator",
1263 },
1264 "start_time": {
1265 "anyOf": [
1266 {
1267 "$ref": "#/components/schemas/TaskRunFilterStartTime"
1268 },
1269 {
1270 "type": "null"
1271 }
1272 ],
1273 },
1274 "state": {
1275 "anyOf": [
1276 {
1277 "$ref": "#/components/schemas/TaskRunFilterState"
1278 },
1279 {
1280 "type": "null"
1281 }
1282 ],
1283 },
1284 "subflow_runs": {
1285 "anyOf": [
1286 {
1287 "$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1288 },
1289 {
1290 "type": "null"
1291 }
1292 ],
1293 },
1294 "tags": {
1295 "anyOf": [
1296 {
1297 "$ref": "#/components/schemas/TaskRunFilterTags"
1298 },
1299 {
1300 "type": "null"
1301 }
1302 ],
1303 }
1304 },
1305 "type": "object"
1306 },
1307 "TaskRunFilterExpectedStartTime": {
1308 "additionalProperties": false,
1309 "properties": {
1310 "after_": {
1311 "anyOf": [
1312 {
1313 "format": "date-time",
1314 "type": "string"
1315 },
1316 {
1317 "type": "null"
1318 }
1319 ],
1320 },
1321 "before_": {
1322 "anyOf": [
1323 {
1324 "format": "date-time",
1325 "type": "string"
1326 },
1327 {
1328 "type": "null"
1329 }
1330 ],
1331 }
1332 },
1333 "type": "object"
1334 },
1335 "TaskRunFilterFlowRunId": {
1336 "additionalProperties": false,
1337 "properties": {
1338 "any_": {
1339 "anyOf": [
1340 {
1341 "items": {
1342 "format": "uuid",
1343 "type": "string"
1344 },
1345 "type": "array"
1346 },
1347 {
1348 "type": "null"
1349 }
1350 ],
1351 },
1352 "is_null_": {
1353 "anyOf": [
1354 {
1355 "type": "boolean"
1356 },
1357 {
1358 "type": "null"
1359 }
1360 ],
1361 },
1362 "operator": {
1363 "$ref": "#/components/schemas/Operator",
1364 }
1365 },
1366 "type": "object"
1367 },
1368 "TaskRunFilterId": {
1369 "additionalProperties": false,
1370 "properties": {
1371 "any_": {
1372 "anyOf": [
1373 {
1374 "items": {
1375 "format": "uuid",
1376 "type": "string"
1377 },
1378 "type": "array"
1379 },
1380 {
1381 "type": "null"
1382 }
1383 ],
1384 }
1385 },
1386 "type": "object"
1387 },
1388 "TaskRunFilterName": {
1389 "additionalProperties": false,
1390 "properties": {
1391 "any_": {
1392 "anyOf": [
1393 {
1394 "items": {
1395 "type": "string"
1396 },
1397 "type": "array"
1398 },
1399 {
1400 "type": "null"
1401 }
1402 ],
1403 "examples": [
1404 [
1405 "my-task-run-1",
1406 "my-task-run-2"
1407 ]
1408 ],
1409 },
1410 "like_": {
1411 "anyOf": [
1412 {
1413 "type": "string"
1414 },
1415 {
1416 "type": "null"
1417 }
1418 ],
1419 "examples": [
1420 "marvin"
1421 ],
1422 }
1423 },
1424 "type": "object"
1425 },
1426 "TaskRunFilterStartTime": {
1427 "additionalProperties": false,
1428 "properties": {
1429 "after_": {
1430 "anyOf": [
1431 {
1432 "format": "date-time",
1433 "type": "string"
1434 },
1435 {
1436 "type": "null"
1437 }
1438 ],
1439 },
1440 "before_": {
1441 "anyOf": [
1442 {
1443 "format": "date-time",
1444 "type": "string"
1445 },
1446 {
1447 "type": "null"
1448 }
1449 ],
1450 },
1451 "is_null_": {
1452 "anyOf": [
1453 {
1454 "type": "boolean"
1455 },
1456 {
1457 "type": "null"
1458 }
1459 ],
1460 }
1461 },
1462 "type": "object"
1463 },
1464 "TaskRunFilterState": {
1465 "additionalProperties": false,
1466 "properties": {
1467 "name": {
1468 "anyOf": [
1469 {
1470 "$ref": "#/components/schemas/TaskRunFilterStateName"
1471 },
1472 {
1473 "type": "null"
1474 }
1475 ],
1476 },
1477 "operator": {
1478 "$ref": "#/components/schemas/Operator",
1479 },
1480 "type": {
1481 "anyOf": [
1482 {
1483 "$ref": "#/components/schemas/TaskRunFilterStateType"
1484 },
1485 {
1486 "type": "null"
1487 }
1488 ],
1489 }
1490 },
1491 "type": "object"
1492 },
1493 "TaskRunFilterStateName": {
1494 "additionalProperties": false,
1495 "properties": {
1496 "any_": {
1497 "anyOf": [
1498 {
1499 "items": {
1500 "type": "string"
1501 },
1502 "type": "array"
1503 },
1504 {
1505 "type": "null"
1506 }
1507 ],
1508 }
1509 },
1510 "type": "object"
1511 },
1512 "TaskRunFilterStateType": {
1513 "additionalProperties": false,
1514 "properties": {
1515 "any_": {
1516 "anyOf": [
1517 {
1518 "items": {
1519 "$ref": "#/components/schemas/StateType"
1520 },
1521 "type": "array"
1522 },
1523 {
1524 "type": "null"
1525 }
1526 ],
1527 }
1528 },
1529 "type": "object"
1530 },
1531 "TaskRunFilterSubFlowRuns": {
1532 "additionalProperties": false,
1533 "properties": {
1534 "exists_": {
1535 "anyOf": [
1536 {
1537 "type": "boolean"
1538 },
1539 {
1540 "type": "null"
1541 }
1542 ],
1543 }
1544 },
1545 "type": "object"
1546 },
1547 "TaskRunFilterTags": {
1548 "additionalProperties": false,
1549 "properties": {
1550 "all_": {
1551 "anyOf": [
1552 {
1553 "items": {
1554 "type": "string"
1555 },
1556 "type": "array"
1557 },
1558 {
1559 "type": "null"
1560 }
1561 ],
1562 "examples": [
1563 [
1564 "tag-1",
1565 "tag-2"
1566 ]
1567 ],
1568 },
1569 "is_null_": {
1570 "anyOf": [
1571 {
1572 "type": "boolean"
1573 },
1574 {
1575 "type": "null"
1576 }
1577 ],
1578 },
1579 "operator": {
1580 "$ref": "#/components/schemas/Operator",
1581 }
1582 },
1583 "type": "object"
1584 },
1585 "WorkPoolFilter": {
1586 "additionalProperties": false,
1587 "properties": {
1588 "id": {
1589 "anyOf": [
1590 {
1591 "$ref": "#/components/schemas/WorkPoolFilterId"
1592 },
1593 {
1594 "type": "null"
1595 }
1596 ],
1597 },
1598 "name": {
1599 "anyOf": [
1600 {
1601 "$ref": "#/components/schemas/WorkPoolFilterName"
1602 },
1603 {
1604 "type": "null"
1605 }
1606 ],
1607 },
1608 "operator": {
1609 "$ref": "#/components/schemas/Operator",
1610 },
1611 "type": {
1612 "anyOf": [
1613 {
1614 "$ref": "#/components/schemas/WorkPoolFilterType"
1615 },
1616 {
1617 "type": "null"
1618 }
1619 ],
1620 }
1621 },
1622 "type": "object"
1623 },
1624 "WorkPoolFilterId": {
1625 "additionalProperties": false,
1626 "properties": {
1627 "any_": {
1628 "anyOf": [
1629 {
1630 "items": {
1631 "format": "uuid",
1632 "type": "string"
1633 },
1634 "type": "array"
1635 },
1636 {
1637 "type": "null"
1638 }
1639 ],
1640 }
1641 },
1642 "type": "object"
1643 },
1644 "WorkPoolFilterName": {
1645 "additionalProperties": false,
1646 "properties": {
1647 "any_": {
1648 "anyOf": [
1649 {
1650 "items": {
1651 "type": "string"
1652 },
1653 "type": "array"
1654 },
1655 {
1656 "type": "null"
1657 }
1658 ],
1659 }
1660 },
1661 "type": "object"
1662 },
1663 "WorkPoolFilterType": {
1664 "additionalProperties": false,
1665 "properties": {
1666 "any_": {
1667 "anyOf": [
1668 {
1669 "items": {
1670 "type": "string"
1671 },
1672 "type": "array"
1673 },
1674 {
1675 "type": "null"
1676 }
1677 ],
1678 }
1679 },
1680 "type": "object"
1681 }
1682 }
1683 }
1684}
Responses
seen average

200
Successful Response
1 11.24ms
422
Validation Error
783 2.40ms
default
Default
767 7.88ms
Examples
21 of 21 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
sort.default
 
"EXPECTED_START_TIME_DESC"
 
offset.default
 
0
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
limit.default
 
1000
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json7 of 7 keywords covered
1{
2 "$ref": "#/components/schemas/Body_count_deployments_by_flow_ui_flows_count_deployments_post",
3 "components": {
4 "schemas": {
5 "Body_count_deployments_by_flow_ui_flows_count_deployments_post": {
6 "properties": {
7 "flow_ids": {
8 "items": {
9 "format": "uuid",
10 "type": "string"
11 },
12 "max_items": 200,
13 "type": "array"
14 }
15 },
16 "required": [
17 "flow_ids"
18 ],
19 "type": "object"
20 }
21 }
22 }
23}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
17 1.32ms
default
Default
501 4.34ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json7 of 7 keywords covered
1{
2 "$ref": "#/components/schemas/Body_next_runs_by_flow_ui_flows_next_runs_post",
3 "components": {
4 "schemas": {
5 "Body_next_runs_by_flow_ui_flows_next_runs_post": {
6 "properties": {
7 "flow_ids": {
8 "items": {
9 "format": "uuid",
10 "type": "string"
11 },
12 "max_items": 200,
13 "type": "array"
14 }
15 },
16 "required": [
17 "flow_ids"
18 ],
19 "type": "object"
20 }
21 }
22 }
23}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
17 1.49ms
default
Default
501 4.60ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json8 of 8 keywords covered
1{
2 "$ref": "#/components/schemas/Body_validate_obj_ui_schemas_validate_post",
3 "components": {
4 "schemas": {
5 "Body_validate_obj_ui_schemas_validate_post": {
6 "properties": {
7 "schema": {
Negative tests not applicable
8
"additionalProperties": true,
9 "type": "object"
10 },
11 "values": {
Negative tests not applicable
12
"additionalProperties": true,
13 "type": "object"
14 }
15 },
16 "required": [
17 "schema",
18 "values"
19 ],
20 "type": "object"
21 }
22 }
23 }
24}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
17 1.40ms
default
Default
501 4.13ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json476 of 476 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_task_run_counts_by_state_ui_task_runs_count_post",
3 "components": {
4 "schemas": {
5 "Body_read_task_run_counts_by_state_ui_task_runs_count_post": {
6 "properties": {
7 "deployments": {
8 "anyOf": [
9 {
10 "$ref": "#/components/schemas/DeploymentFilter"
11 },
12 {
13 "type": "null"
14 }
15 ]
16 },
17 "flow_runs": {
18 "anyOf": [
19 {
20 "$ref": "#/components/schemas/FlowRunFilter"
21 },
22 {
23 "type": "null"
24 }
25 ]
26 },
27 "flows": {
28 "anyOf": [
29 {
30 "$ref": "#/components/schemas/FlowFilter"
31 },
32 {
33 "type": "null"
34 }
35 ]
36 },
37 "task_runs": {
38 "anyOf": [
39 {
40 "$ref": "#/components/schemas/TaskRunFilter"
41 },
42 {
43 "type": "null"
44 }
45 ]
46 }
47 },
48 "type": "object"
49 },
50 "DeploymentFilter": {
51 "additionalProperties": false,
52 "properties": {
53 "concurrency_limit": {
54 "anyOf": [
55 {
56 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
57 },
58 {
59 "type": "null"
60 }
61 ],
62 "deprecated": true,
63 },
64 "flow_or_deployment_name": {
65 "anyOf": [
66 {
67 "$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
68 },
69 {
70 "type": "null"
71 }
72 ],
73 },
74 "id": {
75 "anyOf": [
76 {
77 "$ref": "#/components/schemas/DeploymentFilterId"
78 },
79 {
80 "type": "null"
81 }
82 ],
83 },
84 "name": {
85 "anyOf": [
86 {
87 "$ref": "#/components/schemas/DeploymentFilterName"
88 },
89 {
90 "type": "null"
91 }
92 ],
93 },
94 "operator": {
95 "$ref": "#/components/schemas/Operator",
96 },
97 "paused": {
98 "anyOf": [
99 {
100 "$ref": "#/components/schemas/DeploymentFilterPaused"
101 },
102 {
103 "type": "null"
104 }
105 ],
106 },
107 "tags": {
108 "anyOf": [
109 {
110 "$ref": "#/components/schemas/DeploymentFilterTags"
111 },
112 {
113 "type": "null"
114 }
115 ],
116 },
117 "work_queue_name": {
118 "anyOf": [
119 {
120 "$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
121 },
122 {
123 "type": "null"
124 }
125 ],
126 }
127 },
128 "type": "object"
129 },
130 "DeploymentFilterConcurrencyLimit": {
131 "additionalProperties": false,
132 "properties": {
133 "ge_": {
134 "anyOf": [
135 {
136 "type": "integer"
137 },
138 {
139 "type": "null"
140 }
141 ],
142 },
143 "is_null_": {
144 "anyOf": [
145 {
146 "type": "boolean"
147 },
148 {
149 "type": "null"
150 }
151 ],
152 },
153 "le_": {
154 "anyOf": [
155 {
156 "type": "integer"
157 },
158 {
159 "type": "null"
160 }
161 ],
162 }
163 },
164 "type": "object"
165 },
166 "DeploymentFilterId": {
167 "additionalProperties": false,
168 "properties": {
169 "any_": {
170 "anyOf": [
171 {
172 "items": {
173 "format": "uuid",
174 "type": "string"
175 },
176 "type": "array"
177 },
178 {
179 "type": "null"
180 }
181 ],
182 },
183 "not_any_": {
184 "anyOf": [
185 {
186 "items": {
187 "format": "uuid",
188 "type": "string"
189 },
190 "type": "array"
191 },
192 {
193 "type": "null"
194 }
195 ],
196 }
197 },
198 "type": "object"
199 },
200 "DeploymentFilterName": {
201 "additionalProperties": false,
202 "properties": {
203 "any_": {
204 "anyOf": [
205 {
206 "items": {
207 "type": "string"
208 },
209 "type": "array"
210 },
211 {
212 "type": "null"
213 }
214 ],
215 "examples": [
216 [
217 "my-deployment-1",
218 "my-deployment-2"
219 ]
220 ],
221 },
222 "like_": {
223 "anyOf": [
224 {
225 "type": "string"
226 },
227 {
228 "type": "null"
229 }
230 ],
231 "examples": [
232 "marvin"
233 ],
234 }
235 },
236 "type": "object"
237 },
238 "DeploymentFilterPaused": {
239 "additionalProperties": false,
240 "properties": {
241 "eq_": {
242 "anyOf": [
243 {
244 "type": "boolean"
245 },
246 {
247 "type": "null"
248 }
249 ],
250 }
251 },
252 "type": "object"
253 },
254 "DeploymentFilterTags": {
255 "additionalProperties": false,
256 "properties": {
257 "all_": {
258 "anyOf": [
259 {
260 "items": {
261 "type": "string"
262 },
263 "type": "array"
264 },
265 {
266 "type": "null"
267 }
268 ],
269 "examples": [
270 [
271 "tag-1",
272 "tag-2"
273 ]
274 ],
275 },
276 "any_": {
277 "anyOf": [
278 {
279 "items": {
280 "type": "string"
281 },
282 "type": "array"
283 },
284 {
285 "type": "null"
286 }
287 ],
288 "examples": [
289 [
290 "tag-1",
291 "tag-2"
292 ]
293 ],
294 },
295 "is_null_": {
296 "anyOf": [
297 {
298 "type": "boolean"
299 },
300 {
301 "type": "null"
302 }
303 ],
304 },
305 "operator": {
306 "$ref": "#/components/schemas/Operator",
307 }
308 },
309 "type": "object"
310 },
311 "DeploymentFilterWorkQueueName": {
312 "additionalProperties": false,
313 "properties": {
314 "any_": {
315 "anyOf": [
316 {
317 "items": {
318 "type": "string"
319 },
320 "type": "array"
321 },
322 {
323 "type": "null"
324 }
325 ],
326 "examples": [
327 [
328 "work_queue_1",
329 "work_queue_2"
330 ]
331 ],
332 }
333 },
334 "type": "object"
335 },
336 "DeploymentOrFlowNameFilter": {
337 "additionalProperties": false,
338 "properties": {
339 "like_": {
340 "anyOf": [
341 {
342 "type": "string"
343 },
344 {
345 "type": "null"
346 }
347 ],
348 }
349 },
350 "type": "object"
351 },
352 "FlowFilter": {
353 "additionalProperties": false,
354 "properties": {
355 "deployment": {
356 "anyOf": [
357 {
358 "$ref": "#/components/schemas/FlowFilterDeployment"
359 },
360 {
361 "type": "null"
362 }
363 ],
364 },
365 "id": {
366 "anyOf": [
367 {
368 "$ref": "#/components/schemas/FlowFilterId"
369 },
370 {
371 "type": "null"
372 }
373 ],
374 },
375 "name": {
376 "anyOf": [
377 {
378 "$ref": "#/components/schemas/FlowFilterName"
379 },
380 {
381 "type": "null"
382 }
383 ],
384 },
385 "operator": {
386 "$ref": "#/components/schemas/Operator",
387 },
388 "tags": {
389 "anyOf": [
390 {
391 "$ref": "#/components/schemas/FlowFilterTags"
392 },
393 {
394 "type": "null"
395 }
396 ],
397 }
398 },
399 "type": "object"
400 },
401 "FlowFilterDeployment": {
402 "additionalProperties": false,
403 "properties": {
404 "is_null_": {
405 "anyOf": [
406 {
407 "type": "boolean"
408 },
409 {
410 "type": "null"
411 }
412 ],
413 },
414 "operator": {
415 "$ref": "#/components/schemas/Operator",
416 }
417 },
418 "type": "object"
419 },
420 "FlowFilterId": {
421 "additionalProperties": false,
422 "properties": {
423 "any_": {
424 "anyOf": [
425 {
426 "items": {
427 "format": "uuid",
428 "type": "string"
429 },
430 "type": "array"
431 },
432 {
433 "type": "null"
434 }
435 ],
436 }
437 },
438 "type": "object"
439 },
440 "FlowFilterName": {
441 "additionalProperties": false,
442 "properties": {
443 "any_": {
444 "anyOf": [
445 {
446 "items": {
447 "type": "string"
448 },
449 "type": "array"
450 },
451 {
452 "type": "null"
453 }
454 ],
455 "examples": [
456 [
457 "my-flow-1",
458 "my-flow-2"
459 ]
460 ],
461 },
462 "like_": {
463 "anyOf": [
464 {
465 "type": "string"
466 },
467 {
468 "type": "null"
469 }
470 ],
471 "examples": [
472 "marvin"
473 ],
474 }
475 },
476 "type": "object"
477 },
478 "FlowFilterTags": {
479 "additionalProperties": false,
480 "properties": {
481 "all_": {
482 "anyOf": [
483 {
484 "items": {
485 "type": "string"
486 },
487 "type": "array"
488 },
489 {
490 "type": "null"
491 }
492 ],
493 "examples": [
494 [
495 "tag-1",
496 "tag-2"
497 ]
498 ],
499 },
500 "is_null_": {
501 "anyOf": [
502 {
503 "type": "boolean"
504 },
505 {
506 "type": "null"
507 }
508 ],
509 },
510 "operator": {
511 "$ref": "#/components/schemas/Operator",
512 }
513 },
514 "type": "object"
515 },
516 "FlowRunFilter": {
517 "additionalProperties": false,
518 "properties": {
519 "deployment_id": {
520 "anyOf": [
521 {
522 "$ref": "#/components/schemas/FlowRunFilterDeploymentId"
523 },
524 {
525 "type": "null"
526 }
527 ],
528 },
529 "end_time": {
530 "anyOf": [
531 {
532 "$ref": "#/components/schemas/FlowRunFilterEndTime"
533 },
534 {
535 "type": "null"
536 }
537 ],
538 },
539 "expected_start_time": {
540 "anyOf": [
541 {
542 "$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
543 },
544 {
545 "type": "null"
546 }
547 ],
548 },
549 "flow_version": {
550 "anyOf": [
551 {
552 "$ref": "#/components/schemas/FlowRunFilterFlowVersion"
553 },
554 {
555 "type": "null"
556 }
557 ],
558 },
559 "id": {
560 "anyOf": [
561 {
562 "$ref": "#/components/schemas/FlowRunFilterId"
563 },
564 {
565 "type": "null"
566 }
567 ],
568 },
569 "idempotency_key": {
570 "anyOf": [
571 {
572 "$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
573 },
574 {
575 "type": "null"
576 }
577 ],
578 },
579 "name": {
580 "anyOf": [
581 {
582 "$ref": "#/components/schemas/FlowRunFilterName"
583 },
584 {
585 "type": "null"
586 }
587 ],
588 },
589 "next_scheduled_start_time": {
590 "anyOf": [
591 {
592 "$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
593 },
594 {
595 "type": "null"
596 }
597 ],
598 },
599 "operator": {
600 "$ref": "#/components/schemas/Operator",
601 },
602 "parent_flow_run_id": {
603 "anyOf": [
604 {
605 "$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
606 },
607 {
608 "type": "null"
609 }
610 ],
611 },
612 "parent_task_run_id": {
613 "anyOf": [
614 {
615 "$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
616 },
617 {
618 "type": "null"
619 }
620 ],
621 },
622 "start_time": {
623 "anyOf": [
624 {
625 "$ref": "#/components/schemas/FlowRunFilterStartTime"
626 },
627 {
628 "type": "null"
629 }
630 ],
631 },
632 "state": {
633 "anyOf": [
634 {
635 "$ref": "#/components/schemas/FlowRunFilterState"
636 },
637 {
638 "type": "null"
639 }
640 ],
641 },
642 "tags": {
643 "anyOf": [
644 {
645 "$ref": "#/components/schemas/FlowRunFilterTags"
646 },
647 {
648 "type": "null"
649 }
650 ],
651 },
652 "work_queue_name": {
653 "anyOf": [
654 {
655 "$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
656 },
657 {
658 "type": "null"
659 }
660 ],
661 }
662 },
663 "type": "object"
664 },
665 "FlowRunFilterDeploymentId": {
666 "additionalProperties": false,
667 "properties": {
668 "any_": {
669 "anyOf": [
670 {
671 "items": {
672 "format": "uuid",
673 "type": "string"
674 },
675 "type": "array"
676 },
677 {
678 "type": "null"
679 }
680 ],
681 },
682 "is_null_": {
683 "anyOf": [
684 {
685 "type": "boolean"
686 },
687 {
688 "type": "null"
689 }
690 ],
691 },
692 "operator": {
693 "$ref": "#/components/schemas/Operator",
694 }
695 },
696 "type": "object"
697 },
698 "FlowRunFilterEndTime": {
699 "additionalProperties": false,
700 "properties": {
701 "after_": {
702 "anyOf": [
703 {
704 "format": "date-time",
705 "type": "string"
706 },
707 {
708 "type": "null"
709 }
710 ],
711 },
712 "before_": {
713 "anyOf": [
714 {
715 "format": "date-time",
716 "type": "string"
717 },
718 {
719 "type": "null"
720 }
721 ],
722 },
723 "is_null_": {
724 "anyOf": [
725 {
726 "type": "boolean"
727 },
728 {
729 "type": "null"
730 }
731 ],
732 }
733 },
734 "type": "object"
735 },
736 "FlowRunFilterExpectedStartTime": {
737 "additionalProperties": false,
738 "properties": {
739 "after_": {
740 "anyOf": [
741 {
742 "format": "date-time",
743 "type": "string"
744 },
745 {
746 "type": "null"
747 }
748 ],
749 },
750 "before_": {
751 "anyOf": [
752 {
753 "format": "date-time",
754 "type": "string"
755 },
756 {
757 "type": "null"
758 }
759 ],
760 }
761 },
762 "type": "object"
763 },
764 "FlowRunFilterFlowVersion": {
765 "additionalProperties": false,
766 "properties": {
767 "any_": {
768 "anyOf": [
769 {
770 "items": {
771 "type": "string"
772 },
773 "type": "array"
774 },
775 {
776 "type": "null"
777 }
778 ],
779 }
780 },
781 "type": "object"
782 },
783 "FlowRunFilterId": {
784 "additionalProperties": false,
785 "properties": {
786 "any_": {
787 "anyOf": [
788 {
789 "items": {
790 "format": "uuid",
791 "type": "string"
792 },
793 "type": "array"
794 },
795 {
796 "type": "null"
797 }
798 ],
799 },
800 "not_any_": {
801 "anyOf": [
802 {
803 "items": {
804 "format": "uuid",
805 "type": "string"
806 },
807 "type": "array"
808 },
809 {
810 "type": "null"
811 }
812 ],
813 }
814 },
815 "type": "object"
816 },
817 "FlowRunFilterIdempotencyKey": {
818 "additionalProperties": false,
819 "properties": {
820 "any_": {
821 "anyOf": [
822 {
823 "items": {
824 "type": "string"
825 },
826 "type": "array"
827 },
828 {
829 "type": "null"
830 }
831 ],
832 },
833 "not_any_": {
834 "anyOf": [
835 {
836 "items": {
837 "type": "string"
838 },
839 "type": "array"
840 },
841 {
842 "type": "null"
843 }
844 ],
845 }
846 },
847 "type": "object"
848 },
849 "FlowRunFilterName": {
850 "additionalProperties": false,
851 "properties": {
852 "any_": {
853 "anyOf": [
854 {
855 "items": {
856 "type": "string"
857 },
858 "type": "array"
859 },
860 {
861 "type": "null"
862 }
863 ],
864 "examples": [
865 [
866 "my-flow-run-1",
867 "my-flow-run-2"
868 ]
869 ],
870 },
871 "like_": {
872 "anyOf": [
873 {
874 "type": "string"
875 },
876 {
877 "type": "null"
878 }
879 ],
880 "examples": [
881 "marvin"
882 ],
883 }
884 },
885 "type": "object"
886 },
887 "FlowRunFilterNextScheduledStartTime": {
888 "additionalProperties": false,
889 "properties": {
890 "after_": {
891 "anyOf": [
892 {
893 "format": "date-time",
894 "type": "string"
895 },
896 {
897 "type": "null"
898 }
899 ],
900 },
901 "before_": {
902 "anyOf": [
903 {
904 "format": "date-time",
905 "type": "string"
906 },
907 {
908 "type": "null"
909 }
910 ],
911 }
912 },
913 "type": "object"
914 },
915 "FlowRunFilterParentFlowRunId": {
916 "additionalProperties": false,
917 "properties": {
918 "any_": {
919 "anyOf": [
920 {
921 "items": {
922 "format": "uuid",
923 "type": "string"
924 },
925 "type": "array"
926 },
927 {
928 "type": "null"
929 }
930 ],
931 },
932 "operator": {
933 "$ref": "#/components/schemas/Operator",
934 }
935 },
936 "type": "object"
937 },
938 "FlowRunFilterParentTaskRunId": {
939 "additionalProperties": false,
940 "properties": {
941 "any_": {
942 "anyOf": [
943 {
944 "items": {
945 "format": "uuid",
946 "type": "string"
947 },
948 "type": "array"
949 },
950 {
951 "type": "null"
952 }
953 ],
954 },
955 "is_null_": {
956 "anyOf": [
957 {
958 "type": "boolean"
959 },
960 {
961 "type": "null"
962 }
963 ],
964 },
965 "operator": {
966 "$ref": "#/components/schemas/Operator",
967 }
968 },
969 "type": "object"
970 },
971 "FlowRunFilterStartTime": {
972 "additionalProperties": false,
973 "properties": {
974 "after_": {
975 "anyOf": [
976 {
977 "format": "date-time",
978 "type": "string"
979 },
980 {
981 "type": "null"
982 }
983 ],
984 },
985 "before_": {
986 "anyOf": [
987 {
988 "format": "date-time",
989 "type": "string"
990 },
991 {
992 "type": "null"
993 }
994 ],
995 },
996 "is_null_": {
997 "anyOf": [
998 {
999 "type": "boolean"
1000 },
1001 {
1002 "type": "null"
1003 }
1004 ],
1005 }
1006 },
1007 "type": "object"
1008 },
1009 "FlowRunFilterState": {
1010 "additionalProperties": false,
1011 "properties": {
1012 "name": {
1013 "anyOf": [
1014 {
1015 "$ref": "#/components/schemas/FlowRunFilterStateName"
1016 },
1017 {
1018 "type": "null"
1019 }
1020 ],
1021 },
1022 "operator": {
1023 "$ref": "#/components/schemas/Operator",
1024 },
1025 "type": {
1026 "anyOf": [
1027 {
1028 "$ref": "#/components/schemas/FlowRunFilterStateType"
1029 },
1030 {
1031 "type": "null"
1032 }
1033 ],
1034 }
1035 },
1036 "type": "object"
1037 },
1038 "FlowRunFilterStateName": {
1039 "additionalProperties": false,
1040 "properties": {
1041 "any_": {
1042 "anyOf": [
1043 {
1044 "items": {
1045 "type": "string"
1046 },
1047 "type": "array"
1048 },
1049 {
1050 "type": "null"
1051 }
1052 ],
1053 },
1054 "not_any_": {
1055 "anyOf": [
1056 {
1057 "items": {
1058 "type": "string"
1059 },
1060 "type": "array"
1061 },
1062 {
1063 "type": "null"
1064 }
1065 ],
1066 }
1067 },
1068 "type": "object"
1069 },
1070 "FlowRunFilterStateType": {
1071 "additionalProperties": false,
1072 "properties": {
1073 "any_": {
1074 "anyOf": [
1075 {
1076 "items": {
1077 "$ref": "#/components/schemas/StateType"
1078 },
1079 "type": "array"
1080 },
1081 {
1082 "type": "null"
1083 }
1084 ],
1085 },
1086 "not_any_": {
1087 "anyOf": [
1088 {
1089 "items": {
1090 "$ref": "#/components/schemas/StateType"
1091 },
1092 "type": "array"
1093 },
1094 {
1095 "type": "null"
1096 }
1097 ],
1098 }
1099 },
1100 "type": "object"
1101 },
1102 "FlowRunFilterTags": {
1103 "additionalProperties": false,
1104 "properties": {
1105 "all_": {
1106 "anyOf": [
1107 {
1108 "items": {
1109 "type": "string"
1110 },
1111 "type": "array"
1112 },
1113 {
1114 "type": "null"
1115 }
1116 ],
1117 "examples": [
1118 [
1119 "tag-1",
1120 "tag-2"
1121 ]
1122 ],
1123 },
1124 "any_": {
1125 "anyOf": [
1126 {
1127 "items": {
1128 "type": "string"
1129 },
1130 "type": "array"
1131 },
1132 {
1133 "type": "null"
1134 }
1135 ],
1136 "examples": [
1137 [
1138 "tag-1",
1139 "tag-2"
1140 ]
1141 ],
1142 },
1143 "is_null_": {
1144 "anyOf": [
1145 {
1146 "type": "boolean"
1147 },
1148 {
1149 "type": "null"
1150 }
1151 ],
1152 },
1153 "operator": {
1154 "$ref": "#/components/schemas/Operator",
1155 }
1156 },
1157 "type": "object"
1158 },
1159 "FlowRunFilterWorkQueueName": {
1160 "additionalProperties": false,
1161 "properties": {
1162 "any_": {
1163 "anyOf": [
1164 {
1165 "items": {
1166 "type": "string"
1167 },
1168 "type": "array"
1169 },
1170 {
1171 "type": "null"
1172 }
1173 ],
1174 "examples": [
1175 [
1176 "work_queue_1",
1177 "work_queue_2"
1178 ]
1179 ],
1180 },
1181 "is_null_": {
1182 "anyOf": [
1183 {
1184 "type": "boolean"
1185 },
1186 {
1187 "type": "null"
1188 }
1189 ],
1190 },
1191 "operator": {
1192 "$ref": "#/components/schemas/Operator",
1193 }
1194 },
1195 "type": "object"
1196 },
1197 "Operator": {
1198 "enum": [
1199 "and_",
1200 "or_"
1201 ],
1202 "type": "string"
1203 },
1204 "StateType": {
1205 "enum": [
1206 "SCHEDULED",
1207 "PENDING",
1208 "RUNNING",
1209 "COMPLETED",
1210 "FAILED",
1211 "CANCELLED",
1212 "CRASHED",
1213 "PAUSED",
1214 "CANCELLING"
1215 ],
1216 "type": "string"
1217 },
1218 "TaskRunFilter": {
1219 "additionalProperties": false,
1220 "properties": {
1221 "expected_start_time": {
1222 "anyOf": [
1223 {
1224 "$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1225 },
1226 {
1227 "type": "null"
1228 }
1229 ],
1230 },
1231 "flow_run_id": {
1232 "anyOf": [
1233 {
1234 "$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1235 },
1236 {
1237 "type": "null"
1238 }
1239 ],
1240 },
1241 "id": {
1242 "anyOf": [
1243 {
1244 "$ref": "#/components/schemas/TaskRunFilterId"
1245 },
1246 {
1247 "type": "null"
1248 }
1249 ],
1250 },
1251 "name": {
1252 "anyOf": [
1253 {
1254 "$ref": "#/components/schemas/TaskRunFilterName"
1255 },
1256 {
1257 "type": "null"
1258 }
1259 ],
1260 },
1261 "operator": {
1262 "$ref": "#/components/schemas/Operator",
1263 },
1264 "start_time": {
1265 "anyOf": [
1266 {
1267 "$ref": "#/components/schemas/TaskRunFilterStartTime"
1268 },
1269 {
1270 "type": "null"
1271 }
1272 ],
1273 },
1274 "state": {
1275 "anyOf": [
1276 {
1277 "$ref": "#/components/schemas/TaskRunFilterState"
1278 },
1279 {
1280 "type": "null"
1281 }
1282 ],
1283 },
1284 "subflow_runs": {
1285 "anyOf": [
1286 {
1287 "$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1288 },
1289 {
1290 "type": "null"
1291 }
1292 ],
1293 },
1294 "tags": {
1295 "anyOf": [
1296 {
1297 "$ref": "#/components/schemas/TaskRunFilterTags"
1298 },
1299 {
1300 "type": "null"
1301 }
1302 ],
1303 }
1304 },
1305 "type": "object"
1306 },
1307 "TaskRunFilterExpectedStartTime": {
1308 "additionalProperties": false,
1309 "properties": {
1310 "after_": {
1311 "anyOf": [
1312 {
1313 "format": "date-time",
1314 "type": "string"
1315 },
1316 {
1317 "type": "null"
1318 }
1319 ],
1320 },
1321 "before_": {
1322 "anyOf": [
1323 {
1324 "format": "date-time",
1325 "type": "string"
1326 },
1327 {
1328 "type": "null"
1329 }
1330 ],
1331 }
1332 },
1333 "type": "object"
1334 },
1335 "TaskRunFilterFlowRunId": {
1336 "additionalProperties": false,
1337 "properties": {
1338 "any_": {
1339 "anyOf": [
1340 {
1341 "items": {
1342 "format": "uuid",
1343 "type": "string"
1344 },
1345 "type": "array"
1346 },
1347 {
1348 "type": "null"
1349 }
1350 ],
1351 },
1352 "is_null_": {
1353 "anyOf": [
1354 {
1355 "type": "boolean"
1356 },
1357 {
1358 "type": "null"
1359 }
1360 ],
1361 },
1362 "operator": {
1363 "$ref": "#/components/schemas/Operator",
1364 }
1365 },
1366 "type": "object"
1367 },
1368 "TaskRunFilterId": {
1369 "additionalProperties": false,
1370 "properties": {
1371 "any_": {
1372 "anyOf": [
1373 {
1374 "items": {
1375 "format": "uuid",
1376 "type": "string"
1377 },
1378 "type": "array"
1379 },
1380 {
1381 "type": "null"
1382 }
1383 ],
1384 }
1385 },
1386 "type": "object"
1387 },
1388 "TaskRunFilterName": {
1389 "additionalProperties": false,
1390 "properties": {
1391 "any_": {
1392 "anyOf": [
1393 {
1394 "items": {
1395 "type": "string"
1396 },
1397 "type": "array"
1398 },
1399 {
1400 "type": "null"
1401 }
1402 ],
1403 "examples": [
1404 [
1405 "my-task-run-1",
1406 "my-task-run-2"
1407 ]
1408 ],
1409 },
1410 "like_": {
1411 "anyOf": [
1412 {
1413 "type": "string"
1414 },
1415 {
1416 "type": "null"
1417 }
1418 ],
1419 "examples": [
1420 "marvin"
1421 ],
1422 }
1423 },
1424 "type": "object"
1425 },
1426 "TaskRunFilterStartTime": {
1427 "additionalProperties": false,
1428 "properties": {
1429 "after_": {
1430 "anyOf": [
1431 {
1432 "format": "date-time",
1433 "type": "string"
1434 },
1435 {
1436 "type": "null"
1437 }
1438 ],
1439 },
1440 "before_": {
1441 "anyOf": [
1442 {
1443 "format": "date-time",
1444 "type": "string"
1445 },
1446 {
1447 "type": "null"
1448 }
1449 ],
1450 },
1451 "is_null_": {
1452 "anyOf": [
1453 {
1454 "type": "boolean"
1455 },
1456 {
1457 "type": "null"
1458 }
1459 ],
1460 }
1461 },
1462 "type": "object"
1463 },
1464 "TaskRunFilterState": {
1465 "additionalProperties": false,
1466 "properties": {
1467 "name": {
1468 "anyOf": [
1469 {
1470 "$ref": "#/components/schemas/TaskRunFilterStateName"
1471 },
1472 {
1473 "type": "null"
1474 }
1475 ],
1476 },
1477 "operator": {
1478 "$ref": "#/components/schemas/Operator",
1479 },
1480 "type": {
1481 "anyOf": [
1482 {
1483 "$ref": "#/components/schemas/TaskRunFilterStateType"
1484 },
1485 {
1486 "type": "null"
1487 }
1488 ],
1489 }
1490 },
1491 "type": "object"
1492 },
1493 "TaskRunFilterStateName": {
1494 "additionalProperties": false,
1495 "properties": {
1496 "any_": {
1497 "anyOf": [
1498 {
1499 "items": {
1500 "type": "string"
1501 },
1502 "type": "array"
1503 },
1504 {
1505 "type": "null"
1506 }
1507 ],
1508 }
1509 },
1510 "type": "object"
1511 },
1512 "TaskRunFilterStateType": {
1513 "additionalProperties": false,
1514 "properties": {
1515 "any_": {
1516 "anyOf": [
1517 {
1518 "items": {
1519 "$ref": "#/components/schemas/StateType"
1520 },
1521 "type": "array"
1522 },
1523 {
1524 "type": "null"
1525 }
1526 ],
1527 }
1528 },
1529 "type": "object"
1530 },
1531 "TaskRunFilterSubFlowRuns": {
1532 "additionalProperties": false,
1533 "properties": {
1534 "exists_": {
1535 "anyOf": [
1536 {
1537 "type": "boolean"
1538 },
1539 {
1540 "type": "null"
1541 }
1542 ],
1543 }
1544 },
1545 "type": "object"
1546 },
1547 "TaskRunFilterTags": {
1548 "additionalProperties": false,
1549 "properties": {
1550 "all_": {
1551 "anyOf": [
1552 {
1553 "items": {
1554 "type": "string"
1555 },
1556 "type": "array"
1557 },
1558 {
1559 "type": "null"
1560 }
1561 ],
1562 "examples": [
1563 [
1564 "tag-1",
1565 "tag-2"
1566 ]
1567 ],
1568 },
1569 "is_null_": {
1570 "anyOf": [
1571 {
1572 "type": "boolean"
1573 },
1574 {
1575 "type": "null"
1576 }
1577 ],
1578 },
1579 "operator": {
1580 "$ref": "#/components/schemas/Operator",
1581 }
1582 },
1583 "type": "object"
1584 }
1585 }
1586 }
1587}
Responses
seen average

200
Successful Response
1 9.85ms
422
Validation Error
716 2.12ms
default
Default
738 6.94ms
Examples
17 of 17 covered

Body: application/json
operator.default
 
"and_"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json538 of 538 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_dashboard_task_run_counts_ui_task_runs_dashboard_counts_post",
3 "components": {
4 "schemas": {
5 "Body_read_dashboard_task_run_counts_ui_task_runs_dashboard_counts_post": {
6 "properties": {
7 "deployments": {
8 "anyOf": [
9 {
10 "$ref": "#/components/schemas/DeploymentFilter"
11 },
12 {
13 "type": "null"
14 }
15 ]
16 },
17 "flow_runs": {
18 "anyOf": [
19 {
20 "$ref": "#/components/schemas/FlowRunFilter"
21 },
22 {
23 "type": "null"
24 }
25 ]
26 },
27 "flows": {
28 "anyOf": [
29 {
30 "$ref": "#/components/schemas/FlowFilter"
31 },
32 {
33 "type": "null"
34 }
35 ]
36 },
37 "task_runs": {
38 "$ref": "#/components/schemas/TaskRunFilter"
39 },
40 "work_pools": {
41 "anyOf": [
42 {
43 "$ref": "#/components/schemas/WorkPoolFilter"
44 },
45 {
46 "type": "null"
47 }
48 ]
49 },
50 "work_queues": {
51 "anyOf": [
52 {
53 "$ref": "#/components/schemas/WorkQueueFilter"
54 },
55 {
56 "type": "null"
57 }
58 ]
59 }
60 },
61 "required": [
62 "task_runs"
63 ],
64 "type": "object"
65 },
66 "DeploymentFilter": {
67 "additionalProperties": false,
68 "properties": {
69 "concurrency_limit": {
70 "anyOf": [
71 {
72 "$ref": "#/components/schemas/DeploymentFilterConcurrencyLimit"
73 },
74 {
75 "type": "null"
76 }
77 ],
78 "deprecated": true,
79 },
80 "flow_or_deployment_name": {
81 "anyOf": [
82 {
83 "$ref": "#/components/schemas/DeploymentOrFlowNameFilter"
84 },
85 {
86 "type": "null"
87 }
88 ],
89 },
90 "id": {
91 "anyOf": [
92 {
93 "$ref": "#/components/schemas/DeploymentFilterId"
94 },
95 {
96 "type": "null"
97 }
98 ],
99 },
100 "name": {
101 "anyOf": [
102 {
103 "$ref": "#/components/schemas/DeploymentFilterName"
104 },
105 {
106 "type": "null"
107 }
108 ],
109 },
110 "operator": {
111 "$ref": "#/components/schemas/Operator",
112 },
113 "paused": {
114 "anyOf": [
115 {
116 "$ref": "#/components/schemas/DeploymentFilterPaused"
117 },
118 {
119 "type": "null"
120 }
121 ],
122 },
123 "tags": {
124 "anyOf": [
125 {
126 "$ref": "#/components/schemas/DeploymentFilterTags"
127 },
128 {
129 "type": "null"
130 }
131 ],
132 },
133 "work_queue_name": {
134 "anyOf": [
135 {
136 "$ref": "#/components/schemas/DeploymentFilterWorkQueueName"
137 },
138 {
139 "type": "null"
140 }
141 ],
142 }
143 },
144 "type": "object"
145 },
146 "DeploymentFilterConcurrencyLimit": {
147 "additionalProperties": false,
148 "properties": {
149 "ge_": {
150 "anyOf": [
151 {
152 "type": "integer"
153 },
154 {
155 "type": "null"
156 }
157 ],
158 },
159 "is_null_": {
160 "anyOf": [
161 {
162 "type": "boolean"
163 },
164 {
165 "type": "null"
166 }
167 ],
168 },
169 "le_": {
170 "anyOf": [
171 {
172 "type": "integer"
173 },
174 {
175 "type": "null"
176 }
177 ],
178 }
179 },
180 "type": "object"
181 },
182 "DeploymentFilterId": {
183 "additionalProperties": false,
184 "properties": {
185 "any_": {
186 "anyOf": [
187 {
188 "items": {
189 "format": "uuid",
190 "type": "string"
191 },
192 "type": "array"
193 },
194 {
195 "type": "null"
196 }
197 ],
198 },
199 "not_any_": {
200 "anyOf": [
201 {
202 "items": {
203 "format": "uuid",
204 "type": "string"
205 },
206 "type": "array"
207 },
208 {
209 "type": "null"
210 }
211 ],
212 }
213 },
214 "type": "object"
215 },
216 "DeploymentFilterName": {
217 "additionalProperties": false,
218 "properties": {
219 "any_": {
220 "anyOf": [
221 {
222 "items": {
223 "type": "string"
224 },
225 "type": "array"
226 },
227 {
228 "type": "null"
229 }
230 ],
231 "examples": [
232 [
233 "my-deployment-1",
234 "my-deployment-2"
235 ]
236 ],
237 },
238 "like_": {
239 "anyOf": [
240 {
241 "type": "string"
242 },
243 {
244 "type": "null"
245 }
246 ],
247 "examples": [
248 "marvin"
249 ],
250 }
251 },
252 "type": "object"
253 },
254 "DeploymentFilterPaused": {
255 "additionalProperties": false,
256 "properties": {
257 "eq_": {
258 "anyOf": [
259 {
260 "type": "boolean"
261 },
262 {
263 "type": "null"
264 }
265 ],
266 }
267 },
268 "type": "object"
269 },
270 "DeploymentFilterTags": {
271 "additionalProperties": false,
272 "properties": {
273 "all_": {
274 "anyOf": [
275 {
276 "items": {
277 "type": "string"
278 },
279 "type": "array"
280 },
281 {
282 "type": "null"
283 }
284 ],
285 "examples": [
286 [
287 "tag-1",
288 "tag-2"
289 ]
290 ],
291 },
292 "any_": {
293 "anyOf": [
294 {
295 "items": {
296 "type": "string"
297 },
298 "type": "array"
299 },
300 {
301 "type": "null"
302 }
303 ],
304 "examples": [
305 [
306 "tag-1",
307 "tag-2"
308 ]
309 ],
310 },
311 "is_null_": {
312 "anyOf": [
313 {
314 "type": "boolean"
315 },
316 {
317 "type": "null"
318 }
319 ],
320 },
321 "operator": {
322 "$ref": "#/components/schemas/Operator",
323 }
324 },
325 "type": "object"
326 },
327 "DeploymentFilterWorkQueueName": {
328 "additionalProperties": false,
329 "properties": {
330 "any_": {
331 "anyOf": [
332 {
333 "items": {
334 "type": "string"
335 },
336 "type": "array"
337 },
338 {
339 "type": "null"
340 }
341 ],
342 "examples": [
343 [
344 "work_queue_1",
345 "work_queue_2"
346 ]
347 ],
348 }
349 },
350 "type": "object"
351 },
352 "DeploymentOrFlowNameFilter": {
353 "additionalProperties": false,
354 "properties": {
355 "like_": {
356 "anyOf": [
357 {
358 "type": "string"
359 },
360 {
361 "type": "null"
362 }
363 ],
364 }
365 },
366 "type": "object"
367 },
368 "FlowFilter": {
369 "additionalProperties": false,
370 "properties": {
371 "deployment": {
372 "anyOf": [
373 {
374 "$ref": "#/components/schemas/FlowFilterDeployment"
375 },
376 {
377 "type": "null"
378 }
379 ],
380 },
381 "id": {
382 "anyOf": [
383 {
384 "$ref": "#/components/schemas/FlowFilterId"
385 },
386 {
387 "type": "null"
388 }
389 ],
390 },
391 "name": {
392 "anyOf": [
393 {
394 "$ref": "#/components/schemas/FlowFilterName"
395 },
396 {
397 "type": "null"
398 }
399 ],
400 },
401 "operator": {
402 "$ref": "#/components/schemas/Operator",
403 },
404 "tags": {
405 "anyOf": [
406 {
407 "$ref": "#/components/schemas/FlowFilterTags"
408 },
409 {
410 "type": "null"
411 }
412 ],
413 }
414 },
415 "type": "object"
416 },
417 "FlowFilterDeployment": {
418 "additionalProperties": false,
419 "properties": {
420 "is_null_": {
421 "anyOf": [
422 {
423 "type": "boolean"
424 },
425 {
426 "type": "null"
427 }
428 ],
429 },
430 "operator": {
431 "$ref": "#/components/schemas/Operator",
432 }
433 },
434 "type": "object"
435 },
436 "FlowFilterId": {
437 "additionalProperties": false,
438 "properties": {
439 "any_": {
440 "anyOf": [
441 {
442 "items": {
443 "format": "uuid",
444 "type": "string"
445 },
446 "type": "array"
447 },
448 {
449 "type": "null"
450 }
451 ],
452 }
453 },
454 "type": "object"
455 },
456 "FlowFilterName": {
457 "additionalProperties": false,
458 "properties": {
459 "any_": {
460 "anyOf": [
461 {
462 "items": {
463 "type": "string"
464 },
465 "type": "array"
466 },
467 {
468 "type": "null"
469 }
470 ],
471 "examples": [
472 [
473 "my-flow-1",
474 "my-flow-2"
475 ]
476 ],
477 },
478 "like_": {
479 "anyOf": [
480 {
481 "type": "string"
482 },
483 {
484 "type": "null"
485 }
486 ],
487 "examples": [
488 "marvin"
489 ],
490 }
491 },
492 "type": "object"
493 },
494 "FlowFilterTags": {
495 "additionalProperties": false,
496 "properties": {
497 "all_": {
498 "anyOf": [
499 {
500 "items": {
501 "type": "string"
502 },
503 "type": "array"
504 },
505 {
506 "type": "null"
507 }
508 ],
509 "examples": [
510 [
511 "tag-1",
512 "tag-2"
513 ]
514 ],
515 },
516 "is_null_": {
517 "anyOf": [
518 {
519 "type": "boolean"
520 },
521 {
522 "type": "null"
523 }
524 ],
525 },
526 "operator": {
527 "$ref": "#/components/schemas/Operator",
528 }
529 },
530 "type": "object"
531 },
532 "FlowRunFilter": {
533 "additionalProperties": false,
534 "properties": {
535 "deployment_id": {
536 "anyOf": [
537 {
538 "$ref": "#/components/schemas/FlowRunFilterDeploymentId"
539 },
540 {
541 "type": "null"
542 }
543 ],
544 },
545 "end_time": {
546 "anyOf": [
547 {
548 "$ref": "#/components/schemas/FlowRunFilterEndTime"
549 },
550 {
551 "type": "null"
552 }
553 ],
554 },
555 "expected_start_time": {
556 "anyOf": [
557 {
558 "$ref": "#/components/schemas/FlowRunFilterExpectedStartTime"
559 },
560 {
561 "type": "null"
562 }
563 ],
564 },
565 "flow_version": {
566 "anyOf": [
567 {
568 "$ref": "#/components/schemas/FlowRunFilterFlowVersion"
569 },
570 {
571 "type": "null"
572 }
573 ],
574 },
575 "id": {
576 "anyOf": [
577 {
578 "$ref": "#/components/schemas/FlowRunFilterId"
579 },
580 {
581 "type": "null"
582 }
583 ],
584 },
585 "idempotency_key": {
586 "anyOf": [
587 {
588 "$ref": "#/components/schemas/FlowRunFilterIdempotencyKey"
589 },
590 {
591 "type": "null"
592 }
593 ],
594 },
595 "name": {
596 "anyOf": [
597 {
598 "$ref": "#/components/schemas/FlowRunFilterName"
599 },
600 {
601 "type": "null"
602 }
603 ],
604 },
605 "next_scheduled_start_time": {
606 "anyOf": [
607 {
608 "$ref": "#/components/schemas/FlowRunFilterNextScheduledStartTime"
609 },
610 {
611 "type": "null"
612 }
613 ],
614 },
615 "operator": {
616 "$ref": "#/components/schemas/Operator",
617 },
618 "parent_flow_run_id": {
619 "anyOf": [
620 {
621 "$ref": "#/components/schemas/FlowRunFilterParentFlowRunId"
622 },
623 {
624 "type": "null"
625 }
626 ],
627 },
628 "parent_task_run_id": {
629 "anyOf": [
630 {
631 "$ref": "#/components/schemas/FlowRunFilterParentTaskRunId"
632 },
633 {
634 "type": "null"
635 }
636 ],
637 },
638 "start_time": {
639 "anyOf": [
640 {
641 "$ref": "#/components/schemas/FlowRunFilterStartTime"
642 },
643 {
644 "type": "null"
645 }
646 ],
647 },
648 "state": {
649 "anyOf": [
650 {
651 "$ref": "#/components/schemas/FlowRunFilterState"
652 },
653 {
654 "type": "null"
655 }
656 ],
657 },
658 "tags": {
659 "anyOf": [
660 {
661 "$ref": "#/components/schemas/FlowRunFilterTags"
662 },
663 {
664 "type": "null"
665 }
666 ],
667 },
668 "work_queue_name": {
669 "anyOf": [
670 {
671 "$ref": "#/components/schemas/FlowRunFilterWorkQueueName"
672 },
673 {
674 "type": "null"
675 }
676 ],
677 }
678 },
679 "type": "object"
680 },
681 "FlowRunFilterDeploymentId": {
682 "additionalProperties": false,
683 "properties": {
684 "any_": {
685 "anyOf": [
686 {
687 "items": {
688 "format": "uuid",
689 "type": "string"
690 },
691 "type": "array"
692 },
693 {
694 "type": "null"
695 }
696 ],
697 },
698 "is_null_": {
699 "anyOf": [
700 {
701 "type": "boolean"
702 },
703 {
704 "type": "null"
705 }
706 ],
707 },
708 "operator": {
709 "$ref": "#/components/schemas/Operator",
710 }
711 },
712 "type": "object"
713 },
714 "FlowRunFilterEndTime": {
715 "additionalProperties": false,
716 "properties": {
717 "after_": {
718 "anyOf": [
719 {
720 "format": "date-time",
721 "type": "string"
722 },
723 {
724 "type": "null"
725 }
726 ],
727 },
728 "before_": {
729 "anyOf": [
730 {
731 "format": "date-time",
732 "type": "string"
733 },
734 {
735 "type": "null"
736 }
737 ],
738 },
739 "is_null_": {
740 "anyOf": [
741 {
742 "type": "boolean"
743 },
744 {
745 "type": "null"
746 }
747 ],
748 }
749 },
750 "type": "object"
751 },
752 "FlowRunFilterExpectedStartTime": {
753 "additionalProperties": false,
754 "properties": {
755 "after_": {
756 "anyOf": [
757 {
758 "format": "date-time",
759 "type": "string"
760 },
761 {
762 "type": "null"
763 }
764 ],
765 },
766 "before_": {
767 "anyOf": [
768 {
769 "format": "date-time",
770 "type": "string"
771 },
772 {
773 "type": "null"
774 }
775 ],
776 }
777 },
778 "type": "object"
779 },
780 "FlowRunFilterFlowVersion": {
781 "additionalProperties": false,
782 "properties": {
783 "any_": {
784 "anyOf": [
785 {
786 "items": {
787 "type": "string"
788 },
789 "type": "array"
790 },
791 {
792 "type": "null"
793 }
794 ],
795 }
796 },
797 "type": "object"
798 },
799 "FlowRunFilterId": {
800 "additionalProperties": false,
801 "properties": {
802 "any_": {
803 "anyOf": [
804 {
805 "items": {
806 "format": "uuid",
807 "type": "string"
808 },
809 "type": "array"
810 },
811 {
812 "type": "null"
813 }
814 ],
815 },
816 "not_any_": {
817 "anyOf": [
818 {
819 "items": {
820 "format": "uuid",
821 "type": "string"
822 },
823 "type": "array"
824 },
825 {
826 "type": "null"
827 }
828 ],
829 }
830 },
831 "type": "object"
832 },
833 "FlowRunFilterIdempotencyKey": {
834 "additionalProperties": false,
835 "properties": {
836 "any_": {
837 "anyOf": [
838 {
839 "items": {
840 "type": "string"
841 },
842 "type": "array"
843 },
844 {
845 "type": "null"
846 }
847 ],
848 },
849 "not_any_": {
850 "anyOf": [
851 {
852 "items": {
853 "type": "string"
854 },
855 "type": "array"
856 },
857 {
858 "type": "null"
859 }
860 ],
861 }
862 },
863 "type": "object"
864 },
865 "FlowRunFilterName": {
866 "additionalProperties": false,
867 "properties": {
868 "any_": {
869 "anyOf": [
870 {
871 "items": {
872 "type": "string"
873 },
874 "type": "array"
875 },
876 {
877 "type": "null"
878 }
879 ],
880 "examples": [
881 [
882 "my-flow-run-1",
883 "my-flow-run-2"
884 ]
885 ],
886 },
887 "like_": {
888 "anyOf": [
889 {
890 "type": "string"
891 },
892 {
893 "type": "null"
894 }
895 ],
896 "examples": [
897 "marvin"
898 ],
899 }
900 },
901 "type": "object"
902 },
903 "FlowRunFilterNextScheduledStartTime": {
904 "additionalProperties": false,
905 "properties": {
906 "after_": {
907 "anyOf": [
908 {
909 "format": "date-time",
910 "type": "string"
911 },
912 {
913 "type": "null"
914 }
915 ],
916 },
917 "before_": {
918 "anyOf": [
919 {
920 "format": "date-time",
921 "type": "string"
922 },
923 {
924 "type": "null"
925 }
926 ],
927 }
928 },
929 "type": "object"
930 },
931 "FlowRunFilterParentFlowRunId": {
932 "additionalProperties": false,
933 "properties": {
934 "any_": {
935 "anyOf": [
936 {
937 "items": {
938 "format": "uuid",
939 "type": "string"
940 },
941 "type": "array"
942 },
943 {
944 "type": "null"
945 }
946 ],
947 },
948 "operator": {
949 "$ref": "#/components/schemas/Operator",
950 }
951 },
952 "type": "object"
953 },
954 "FlowRunFilterParentTaskRunId": {
955 "additionalProperties": false,
956 "properties": {
957 "any_": {
958 "anyOf": [
959 {
960 "items": {
961 "format": "uuid",
962 "type": "string"
963 },
964 "type": "array"
965 },
966 {
967 "type": "null"
968 }
969 ],
970 },
971 "is_null_": {
972 "anyOf": [
973 {
974 "type": "boolean"
975 },
976 {
977 "type": "null"
978 }
979 ],
980 },
981 "operator": {
982 "$ref": "#/components/schemas/Operator",
983 }
984 },
985 "type": "object"
986 },
987 "FlowRunFilterStartTime": {
988 "additionalProperties": false,
989 "properties": {
990 "after_": {
991 "anyOf": [
992 {
993 "format": "date-time",
994 "type": "string"
995 },
996 {
997 "type": "null"
998 }
999 ],
1000 },
1001 "before_": {
1002 "anyOf": [
1003 {
1004 "format": "date-time",
1005 "type": "string"
1006 },
1007 {
1008 "type": "null"
1009 }
1010 ],
1011 },
1012 "is_null_": {
1013 "anyOf": [
1014 {
1015 "type": "boolean"
1016 },
1017 {
1018 "type": "null"
1019 }
1020 ],
1021 }
1022 },
1023 "type": "object"
1024 },
1025 "FlowRunFilterState": {
1026 "additionalProperties": false,
1027 "properties": {
1028 "name": {
1029 "anyOf": [
1030 {
1031 "$ref": "#/components/schemas/FlowRunFilterStateName"
1032 },
1033 {
1034 "type": "null"
1035 }
1036 ],
1037 },
1038 "operator": {
1039 "$ref": "#/components/schemas/Operator",
1040 },
1041 "type": {
1042 "anyOf": [
1043 {
1044 "$ref": "#/components/schemas/FlowRunFilterStateType"
1045 },
1046 {
1047 "type": "null"
1048 }
1049 ],
1050 }
1051 },
1052 "type": "object"
1053 },
1054 "FlowRunFilterStateName": {
1055 "additionalProperties": false,
1056 "properties": {
1057 "any_": {
1058 "anyOf": [
1059 {
1060 "items": {
1061 "type": "string"
1062 },
1063 "type": "array"
1064 },
1065 {
1066 "type": "null"
1067 }
1068 ],
1069 },
1070 "not_any_": {
1071 "anyOf": [
1072 {
1073 "items": {
1074 "type": "string"
1075 },
1076 "type": "array"
1077 },
1078 {
1079 "type": "null"
1080 }
1081 ],
1082 }
1083 },
1084 "type": "object"
1085 },
1086 "FlowRunFilterStateType": {
1087 "additionalProperties": false,
1088 "properties": {
1089 "any_": {
1090 "anyOf": [
1091 {
1092 "items": {
1093 "$ref": "#/components/schemas/StateType"
1094 },
1095 "type": "array"
1096 },
1097 {
1098 "type": "null"
1099 }
1100 ],
1101 },
1102 "not_any_": {
1103 "anyOf": [
1104 {
1105 "items": {
1106 "$ref": "#/components/schemas/StateType"
1107 },
1108 "type": "array"
1109 },
1110 {
1111 "type": "null"
1112 }
1113 ],
1114 }
1115 },
1116 "type": "object"
1117 },
1118 "FlowRunFilterTags": {
1119 "additionalProperties": false,
1120 "properties": {
1121 "all_": {
1122 "anyOf": [
1123 {
1124 "items": {
1125 "type": "string"
1126 },
1127 "type": "array"
1128 },
1129 {
1130 "type": "null"
1131 }
1132 ],
1133 "examples": [
1134 [
1135 "tag-1",
1136 "tag-2"
1137 ]
1138 ],
1139 },
1140 "any_": {
1141 "anyOf": [
1142 {
1143 "items": {
1144 "type": "string"
1145 },
1146 "type": "array"
1147 },
1148 {
1149 "type": "null"
1150 }
1151 ],
1152 "examples": [
1153 [
1154 "tag-1",
1155 "tag-2"
1156 ]
1157 ],
1158 },
1159 "is_null_": {
1160 "anyOf": [
1161 {
1162 "type": "boolean"
1163 },
1164 {
1165 "type": "null"
1166 }
1167 ],
1168 },
1169 "operator": {
1170 "$ref": "#/components/schemas/Operator",
1171 }
1172 },
1173 "type": "object"
1174 },
1175 "FlowRunFilterWorkQueueName": {
1176 "additionalProperties": false,
1177 "properties": {
1178 "any_": {
1179 "anyOf": [
1180 {
1181 "items": {
1182 "type": "string"
1183 },
1184 "type": "array"
1185 },
1186 {
1187 "type": "null"
1188 }
1189 ],
1190 "examples": [
1191 [
1192 "work_queue_1",
1193 "work_queue_2"
1194 ]
1195 ],
1196 },
1197 "is_null_": {
1198 "anyOf": [
1199 {
1200 "type": "boolean"
1201 },
1202 {
1203 "type": "null"
1204 }
1205 ],
1206 },
1207 "operator": {
1208 "$ref": "#/components/schemas/Operator",
1209 }
1210 },
1211 "type": "object"
1212 },
1213 "Operator": {
1214 "enum": [
1215 "and_",
1216 "or_"
1217 ],
1218 "type": "string"
1219 },
1220 "StateType": {
1221 "enum": [
1222 "SCHEDULED",
1223 "PENDING",
1224 "RUNNING",
1225 "COMPLETED",
1226 "FAILED",
1227 "CANCELLED",
1228 "CRASHED",
1229 "PAUSED",
1230 "CANCELLING"
1231 ],
1232 "type": "string"
1233 },
1234 "TaskRunFilter": {
1235 "additionalProperties": false,
1236 "properties": {
1237 "expected_start_time": {
1238 "anyOf": [
1239 {
1240 "$ref": "#/components/schemas/TaskRunFilterExpectedStartTime"
1241 },
1242 {
1243 "type": "null"
1244 }
1245 ],
1246 },
1247 "flow_run_id": {
1248 "anyOf": [
1249 {
1250 "$ref": "#/components/schemas/TaskRunFilterFlowRunId"
1251 },
1252 {
1253 "type": "null"
1254 }
1255 ],
1256 },
1257 "id": {
1258 "anyOf": [
1259 {
1260 "$ref": "#/components/schemas/TaskRunFilterId"
1261 },
1262 {
1263 "type": "null"
1264 }
1265 ],
1266 },
1267 "name": {
1268 "anyOf": [
1269 {
1270 "$ref": "#/components/schemas/TaskRunFilterName"
1271 },
1272 {
1273 "type": "null"
1274 }
1275 ],
1276 },
1277 "operator": {
1278 "$ref": "#/components/schemas/Operator",
1279 },
1280 "start_time": {
1281 "anyOf": [
1282 {
1283 "$ref": "#/components/schemas/TaskRunFilterStartTime"
1284 },
1285 {
1286 "type": "null"
1287 }
1288 ],
1289 },
1290 "state": {
1291 "anyOf": [
1292 {
1293 "$ref": "#/components/schemas/TaskRunFilterState"
1294 },
1295 {
1296 "type": "null"
1297 }
1298 ],
1299 },
1300 "subflow_runs": {
1301 "anyOf": [
1302 {
1303 "$ref": "#/components/schemas/TaskRunFilterSubFlowRuns"
1304 },
1305 {
1306 "type": "null"
1307 }
1308 ],
1309 },
1310 "tags": {
1311 "anyOf": [
1312 {
1313 "$ref": "#/components/schemas/TaskRunFilterTags"
1314 },
1315 {
1316 "type": "null"
1317 }
1318 ],
1319 }
1320 },
1321 "type": "object"
1322 },
1323 "TaskRunFilterExpectedStartTime": {
1324 "additionalProperties": false,
1325 "properties": {
1326 "after_": {
1327 "anyOf": [
1328 {
1329 "format": "date-time",
1330 "type": "string"
1331 },
1332 {
1333 "type": "null"
1334 }
1335 ],
1336 },
1337 "before_": {
1338 "anyOf": [
1339 {
1340 "format": "date-time",
1341 "type": "string"
1342 },
1343 {
1344 "type": "null"
1345 }
1346 ],
1347 }
1348 },
1349 "type": "object"
1350 },
1351 "TaskRunFilterFlowRunId": {
1352 "additionalProperties": false,
1353 "properties": {
1354 "any_": {
1355 "anyOf": [
1356 {
1357 "items": {
1358 "format": "uuid",
1359 "type": "string"
1360 },
1361 "type": "array"
1362 },
1363 {
1364 "type": "null"
1365 }
1366 ],
1367 },
1368 "is_null_": {
1369 "anyOf": [
1370 {
1371 "type": "boolean"
1372 },
1373 {
1374 "type": "null"
1375 }
1376 ],
1377 },
1378 "operator": {
1379 "$ref": "#/components/schemas/Operator",
1380 }
1381 },
1382 "type": "object"
1383 },
1384 "TaskRunFilterId": {
1385 "additionalProperties": false,
1386 "properties": {
1387 "any_": {
1388 "anyOf": [
1389 {
1390 "items": {
1391 "format": "uuid",
1392 "type": "string"
1393 },
1394 "type": "array"
1395 },
1396 {
1397 "type": "null"
1398 }
1399 ],
1400 }
1401 },
1402 "type": "object"
1403 },
1404 "TaskRunFilterName": {
1405 "additionalProperties": false,
1406 "properties": {
1407 "any_": {
1408 "anyOf": [
1409 {
1410 "items": {
1411 "type": "string"
1412 },
1413 "type": "array"
1414 },
1415 {
1416 "type": "null"
1417 }
1418 ],
1419 "examples": [
1420 [
1421 "my-task-run-1",
1422 "my-task-run-2"
1423 ]
1424 ],
1425 },
1426 "like_": {
1427 "anyOf": [
1428 {
1429 "type": "string"
1430 },
1431 {
1432 "type": "null"
1433 }
1434 ],
1435 "examples": [
1436 "marvin"
1437 ],
1438 }
1439 },
1440 "type": "object"
1441 },
1442 "TaskRunFilterStartTime": {
1443 "additionalProperties": false,
1444 "properties": {
1445 "after_": {
1446 "anyOf": [
1447 {
1448 "format": "date-time",
1449 "type": "string"
1450 },
1451 {
1452 "type": "null"
1453 }
1454 ],
1455 },
1456 "before_": {
1457 "anyOf": [
1458 {
1459 "format": "date-time",
1460 "type": "string"
1461 },
1462 {
1463 "type": "null"
1464 }
1465 ],
1466 },
1467 "is_null_": {
1468 "anyOf": [
1469 {
1470 "type": "boolean"
1471 },
1472 {
1473 "type": "null"
1474 }
1475 ],
1476 }
1477 },
1478 "type": "object"
1479 },
1480 "TaskRunFilterState": {
1481 "additionalProperties": false,
1482 "properties": {
1483 "name": {
1484 "anyOf": [
1485 {
1486 "$ref": "#/components/schemas/TaskRunFilterStateName"
1487 },
1488 {
1489 "type": "null"
1490 }
1491 ],
1492 },
1493 "operator": {
1494 "$ref": "#/components/schemas/Operator",
1495 },
1496 "type": {
1497 "anyOf": [
1498 {
1499 "$ref": "#/components/schemas/TaskRunFilterStateType"
1500 },
1501 {
1502 "type": "null"
1503 }
1504 ],
1505 }
1506 },
1507 "type": "object"
1508 },
1509 "TaskRunFilterStateName": {
1510 "additionalProperties": false,
1511 "properties": {
1512 "any_": {
1513 "anyOf": [
1514 {
1515 "items": {
1516 "type": "string"
1517 },
1518 "type": "array"
1519 },
1520 {
1521 "type": "null"
1522 }
1523 ],
1524 }
1525 },
1526 "type": "object"
1527 },
1528 "TaskRunFilterStateType": {
1529 "additionalProperties": false,
1530 "properties": {
1531 "any_": {
1532 "anyOf": [
1533 {
1534 "items": {
1535 "$ref": "#/components/schemas/StateType"
1536 },
1537 "type": "array"
1538 },
1539 {
1540 "type": "null"
1541 }
1542 ],
1543 }
1544 },
1545 "type": "object"
1546 },
1547 "TaskRunFilterSubFlowRuns": {
1548 "additionalProperties": false,
1549 "properties": {
1550 "exists_": {
1551 "anyOf": [
1552 {
1553 "type": "boolean"
1554 },
1555 {
1556 "type": "null"
1557 }
1558 ],
1559 }
1560 },
1561 "type": "object"
1562 },
1563 "TaskRunFilterTags": {
1564 "additionalProperties": false,
1565 "properties": {
1566 "all_": {
1567 "anyOf": [
1568 {
1569 "items": {
1570 "type": "string"
1571 },
1572 "type": "array"
1573 },
1574 {
1575 "type": "null"
1576 }
1577 ],
1578 "examples": [
1579 [
1580 "tag-1",
1581 "tag-2"
1582 ]
1583 ],
1584 },
1585 "is_null_": {
1586 "anyOf": [
1587 {
1588 "type": "boolean"
1589 },
1590 {
1591 "type": "null"
1592 }
1593 ],
1594 },
1595 "operator": {
1596 "$ref": "#/components/schemas/Operator",
1597 }
1598 },
1599 "type": "object"
1600 },
1601 "WorkPoolFilter": {
1602 "additionalProperties": false,
1603 "properties": {
1604 "id": {
1605 "anyOf": [
1606 {
1607 "$ref": "#/components/schemas/WorkPoolFilterId"
1608 },
1609 {
1610 "type": "null"
1611 }
1612 ],
1613 },
1614 "name": {
1615 "anyOf": [
1616 {
1617 "$ref": "#/components/schemas/WorkPoolFilterName"
1618 },
1619 {
1620 "type": "null"
1621 }
1622 ],
1623 },
1624 "operator": {
1625 "$ref": "#/components/schemas/Operator",
1626 },
1627 "type": {
1628 "anyOf": [
1629 {
1630 "$ref": "#/components/schemas/WorkPoolFilterType"
1631 },
1632 {
1633 "type": "null"
1634 }
1635 ],
1636 }
1637 },
1638 "type": "object"
1639 },
1640 "WorkPoolFilterId": {
1641 "additionalProperties": false,
1642 "properties": {
1643 "any_": {
1644 "anyOf": [
1645 {
1646 "items": {
1647 "format": "uuid",
1648 "type": "string"
1649 },
1650 "type": "array"
1651 },
1652 {
1653 "type": "null"
1654 }
1655 ],
1656 }
1657 },
1658 "type": "object"
1659 },
1660 "WorkPoolFilterName": {
1661 "additionalProperties": false,
1662 "properties": {
1663 "any_": {
1664 "anyOf": [
1665 {
1666 "items": {
1667 "type": "string"
1668 },
1669 "type": "array"
1670 },
1671 {
1672 "type": "null"
1673 }
1674 ],
1675 }
1676 },
1677 "type": "object"
1678 },
1679 "WorkPoolFilterType": {
1680 "additionalProperties": false,
1681 "properties": {
1682 "any_": {
1683 "anyOf": [
1684 {
1685 "items": {
1686 "type": "string"
1687 },
1688 "type": "array"
1689 },
1690 {
1691 "type": "null"
1692 }
1693 ],
1694 }
1695 },
1696 "type": "object"
1697 },
1698 "WorkQueueFilter": {
1699 "additionalProperties": false,
1700 "properties": {
1701 "id": {
1702 "anyOf": [
1703 {
1704 "$ref": "#/components/schemas/WorkQueueFilterId"
1705 },
1706 {
1707 "type": "null"
1708 }
1709 ],
1710 },
1711 "name": {
1712 "anyOf": [
1713 {
1714 "$ref": "#/components/schemas/WorkQueueFilterName"
1715 },
1716 {
1717 "type": "null"
1718 }
1719 ],
1720 },
1721 "operator": {
1722 "$ref": "#/components/schemas/Operator",
1723 }
1724 },
1725 "type": "object"
1726 },
1727 "WorkQueueFilterId": {
1728 "additionalProperties": false,
1729 "properties": {
1730 "any_": {
1731 "anyOf": [
1732 {
1733 "items": {
1734 "format": "uuid",
1735 "type": "string"
1736 },
1737 "type": "array"
1738 },
1739 {
1740 "type": "null"
1741 }
1742 ],
1743 }
1744 },
1745 "type": "object"
1746 },
1747 "WorkQueueFilterName": {
1748 "additionalProperties": false,
1749 "properties": {
1750 "any_": {
1751 "anyOf": [
1752 {
1753 "items": {
1754 "type": "string"
1755 },
1756 "type": "array"
1757 },
1758 {
1759 "type": "null"
1760 }
1761 ],
1762 "examples": [
1763 [
1764 "wq-1",
1765 "wq-2"
1766 ]
1767 ],
1768 },
1769 "startswith_": {
1770 "anyOf": [
1771 {
1772 "items": {
1773 "type": "string"
1774 },
1775 "type": "array"
1776 },
1777 {
1778 "type": "null"
1779 }
1780 ],
1781 "examples": [
1782 [
1783 "marvin",
1784 "Marvin-robot"
1785 ]
1786 ],
1787 }
1788 },
1789 "type": "object"
1790 }
1791 }
1792 }
1793}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
1730 1.84ms
default
Default
110 3.52ms
Examples
19 of 19 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
is_null_.default
 
false
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
506 4.47ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json15 of 15 keywords covered
1{
2 "$ref": "#/components/schemas/ConcurrencyLimitV2Create",
3 "components": {
4 "schemas": {
5 "ConcurrencyLimitV2Create": {
6 "additionalProperties": false,
7 "properties": {
8 "active": {
9 "type": "boolean"
10 },
11 "active_slots": {
12 "minimum": 0.0,
13 "type": "integer"
14 },
15 "denied_slots": {
16 "minimum": 0.0,
17 "type": "integer"
18 },
19 "limit": {
20 "minimum": 0.0,
21 "type": "integer"
22 },
23 "name": {
24 "pattern": "^[^/%&><]+$",
25 "type": "string"
26 },
27 "slot_decay_per_second": {
28 "minimum": 0.0,
29 "type": "number"
30 }
31 },
32 "required": [
33 "name",
34 "limit"
35 ],
36 "type": "object"
37 }
38 }
39 }
40}
Responses
seen average

201
Successful Response
0 -
422
Validation Error
37 1.41ms
default
Default
513 5.94ms
Examples
4 of 4 covered

Body: application/json
active.default
 
true
 
denied_slots.default
 
0
 
slot_decay_per_second.default
 
0
 
active_slots.default
 
0
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json13 of 13 keywords covered
1{
2 "$ref": "#/components/schemas/Body_bulk_decrement_active_slots_v2_concurrency_limits_decrement_post",
3 "components": {
4 "schemas": {
5 "Body_bulk_decrement_active_slots_v2_concurrency_limits_decrement_post": {
6 "properties": {
7 "create_if_missing": {
8 "deprecated": true,
9 "type": "boolean"
10 },
11 "names": {
12 "items": {
13 "type": "string"
14 },
15 "min_items": 1,
16 "type": "array"
17 },
18 "occupancy_seconds": {
19 "anyOf": [
20 {
21 "exclusiveMinimum": 0.0,
22 "type": "number"
23 },
24 {
25 "type": "null"
26 }
27 ],
28 },
29 "slots": {
30 "exclusiveMinimum": 0.0,
31 "type": "integer"
32 }
33 },
34 "required": [
35 "slots",
36 "names"
37 ],
38 "type": "object"
39 }
40 }
41 }
42}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
33 1.46ms
default
Default
506 5.25ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json6 of 6 keywords covered
1{
2 "$ref": "#/components/schemas/Body_bulk_decrement_active_slots_with_lease_v2_concurrency_limits_decrement_with_lease_post",
3 "components": {
4 "schemas": {
5 "Body_bulk_decrement_active_slots_with_lease_v2_concurrency_limits_decrement_with_lease_post": {
6 "properties": {
7 "lease_id": {
8 "format": "uuid",
9 "type": "string"
10 }
11 },
12 "required": [
13 "lease_id"
14 ],
15 "type": "object"
16 }
17 }
18 }
19}
Responses
seen average

204
Successful Response
431 1.11ms
422
Validation Error
12 1.40ms
default
Default
70 1.19ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json6 of 6 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_all_concurrency_limits_v2_v2_concurrency_limits_filter_post",
3 "components": {
4 "schemas": {
5 "Body_read_all_concurrency_limits_v2_v2_concurrency_limits_filter_post": {
6 "properties": {
7 "limit": {
8 "type": "integer"
9 },
10 "offset": {
11 "minimum": 0.0,
12 "type": "integer"
13 }
14 },
15 "type": "object"
16 }
17 }
18 }
19}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
38 1.14ms
default
Default
152 3.95ms
Examples
1 of 1 covered

Body: application/json
offset.default
 
0
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json13 of 13 keywords covered
1{
2 "$ref": "#/components/schemas/Body_bulk_increment_active_slots_v2_concurrency_limits_increment_post",
3 "components": {
4 "schemas": {
5 "Body_bulk_increment_active_slots_v2_concurrency_limits_increment_post": {
6 "properties": {
7 "create_if_missing": {
8 "anyOf": [
9 {
10 "type": "boolean"
11 },
12 {
13 "type": "null"
14 }
15 ],
16 "deprecated": true,
17 },
18 "mode": {
19 "enum": [
20 "concurrency",
21 "rate_limit"
22 ],
23 "type": "string"
24 },
25 "names": {
26 "items": {
27 "type": "string"
28 },
29 "min_items": 1,
30 "type": "array"
31 },
32 "slots": {
33 "exclusiveMinimum": 0.0,
34 "type": "integer"
35 }
36 },
37 "required": [
38 "slots",
39 "names"
40 ],
41 "type": "object"
42 }
43 }
44 }
45}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
30 1.44ms
default
Default
507 5.49ms
Examples
1 of 1 covered

Body: application/json
mode.default
 
"concurrency"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json23 of 23 keywords covered
1{
2 "$ref": "#/components/schemas/Body_bulk_increment_active_slots_with_lease_v2_concurrency_limits_increment_with_lease_post",
3 "components": {
4 "schemas": {
5 "Body_bulk_increment_active_slots_with_lease_v2_concurrency_limits_increment_with_lease_post": {
6 "properties": {
7 "holder": {
8 "anyOf": [
9 {
10 "$ref": "#/components/schemas/ConcurrencyLeaseHolder"
11 },
12 {
13 "type": "null"
14 }
15 ],
16 },
17 "lease_duration": {
18 "maximum": 86400.0,
19 "minimum": 60.0,
20 "type": "number"
21 },
22 "mode": {
23 "enum": [
24 "concurrency",
25 "rate_limit"
26 ],
27 "type": "string"
28 },
29 "names": {
30 "items": {
31 "type": "string"
32 },
33 "min_items": 1,
34 "type": "array"
35 },
36 "slots": {
37 "exclusiveMinimum": 0.0,
38 "type": "integer"
39 }
40 },
41 "required": [
42 "slots",
43 "names"
44 ],
45 "type": "object"
46 },
47 "ConcurrencyLeaseHolder": {
48 "additionalProperties": false,
49 "properties": {
50 "id": {
51 "format": "uuid",
52 "type": "string"
53 },
54 "type": {
55 "enum": [
56 "flow_run",
57 "task_run",
58 "deployment"
59 ],
60 "type": "string"
61 }
62 },
63 "required": [
64 "type",
65 "id"
66 ],
67 "type": "object"
68 }
69 }
70 }
71}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
52 1.63ms
default
Default
511 4.99ms
Examples
2 of 2 covered

Body: application/json
mode.default
 
"concurrency"
 
lease_duration.default
 
300
 
Path Parameters

lease_id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json6 of 6 keywords covered
1{
2 "$ref": "#/components/schemas/Body_renew_concurrency_lease_v2_concurrency_limits_leases__lease_id__renew_post",
3 "components": {
4 "schemas": {
5 "Body_renew_concurrency_lease_v2_concurrency_limits_leases__lease_id__renew_post": {
6 "properties": {
7 "lease_duration": {
8 "maximum": 86400.0,
9 "minimum": 60.0,
10 "type": "number"
11 }
12 },
13 "type": "object"
14 }
15 }
16 }
17}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
15 1.02ms
default
Default
508 1.04ms
Examples
1 of 1 covered

Body: application/json
lease_duration.default
 
300
 
Path Parameters

id_or_name4 of 4 keywords covered
1{
Negative tests not applicable
2
"anyOf": [
3 {
4 "format": "uuid",
Negative tests not applicable
5
"type": "string"
6 },
7 {
Negative tests not applicable
8
"type": "string"
9 }
Negative tests not applicable
10
],
11}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
0 -
default
Default
502 6.96ms
Path Parameters

id_or_name4 of 4 keywords covered
1{
Negative tests not applicable
2
"anyOf": [
3 {
4 "format": "uuid",
Negative tests not applicable
5
"type": "string"
6 },
7 {
Negative tests not applicable
8
"type": "string"
9 }
Negative tests not applicable
10
],
11}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
502 5.97ms
Path Parameters

id_or_name4 of 4 keywords covered
1{
Negative tests not applicable
2
"anyOf": [
3 {
4 "format": "uuid",
Negative tests not applicable
5
"type": "string"
6 },
7 {
Negative tests not applicable
8
"type": "string"
9 }
Negative tests not applicable
10
],
11}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json26 of 26 keywords covered
1{
2 "$ref": "#/components/schemas/ConcurrencyLimitV2Update",
3 "components": {
4 "schemas": {
5 "ConcurrencyLimitV2Update": {
6 "additionalProperties": false,
7 "properties": {
8 "active": {
9 "anyOf": [
10 {
11 "type": "boolean"
12 },
13 {
14 "type": "null"
15 }
16 ],
17 },
18 "active_slots": {
19 "anyOf": [
20 {
21 "minimum": 0.0,
22 "type": "integer"
23 },
24 {
25 "type": "null"
26 }
27 ],
28 },
29 "denied_slots": {
30 "anyOf": [
31 {
32 "minimum": 0.0,
33 "type": "integer"
34 },
35 {
36 "type": "null"
37 }
38 ],
39 },
40 "limit": {
41 "anyOf": [
42 {
43 "minimum": 0.0,
44 "type": "integer"
45 },
46 {
47 "type": "null"
48 }
49 ],
50 },
51 "name": {
52 "anyOf": [
53 {
54 "pattern": "^[^/%&><]+$",
55 "type": "string"
56 },
57 {
58 "type": "null"
59 }
60 ],
61 },
62 "slot_decay_per_second": {
63 "anyOf": [
64 {
65 "minimum": 0.0,
66 "type": "number"
67 },
68 {
69 "type": "null"
70 }
71 ],
72 }
73 },
74 "type": "object"
75 }
76 }
77 }
78}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
34 1.26ms
default
Default
532 6.06ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json16 of 17 keywords covered
1{
2 "$ref": "#/components/schemas/VariableCreate",
3 "components": {
4 "schemas": {
5 "VariableCreate": {
6 "additionalProperties": false,
7 "properties": {
8 "name": {
9 "examples": [
10 "my_variable"
11 ],
12 "maxLength": 255,
13 "type": "string"
14 },
15 "tags": {
16 "examples": [
17 [
18 "tag-1",
19 "tag-2"
20 ]
21 ],
22 "items": {
23 "type": "string"
24 },
25 "type": "array"
26 },
27 "value": {
Missing negative tests
28
"anyOf": [
29 {
30 "type": "string"
31 },
32 {
33 "type": "integer"
34 },
35 {
36 "type": "boolean"
37 },
38 {
39 "type": "number"
40 },
41 {
Negative tests not applicable
42
"additionalProperties": true,
43 "type": "object"
44 },
45 {
46 "items": {},
47 "type": "array"
48 },
49 {
50 "type": "null"
51 }
Missing negative tests
52
],
53 "examples": [
54 "my-value"
55 ],
56 }
57 },
58 "required": [
59 "name",
60 "value"
61 ],
62 "type": "object"
63 }
64 }
65 }
66}
Responses
seen average

201
Successful Response
1 4.15ms
422
Validation Error
304 1.81ms
default
Default
245 3.66ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json46 of 46 keywords covered
1{
2 "$ref": "#/components/schemas/Body_count_variables_variables_count_post",
3 "components": {
4 "schemas": {
5 "Body_count_variables_variables_count_post": {
6 "properties": {
7 "variables": {
8 "anyOf": [
9 {
10 "$ref": "#/components/schemas/VariableFilter"
11 },
12 {
13 "type": "null"
14 }
15 ]
16 }
17 },
18 "type": "object"
19 },
20 "Operator": {
21 "enum": [
22 "and_",
23 "or_"
24 ],
25 "type": "string"
26 },
27 "VariableFilter": {
28 "additionalProperties": false,
29 "properties": {
30 "id": {
31 "anyOf": [
32 {
33 "$ref": "#/components/schemas/VariableFilterId"
34 },
35 {
36 "type": "null"
37 }
38 ],
39 },
40 "name": {
41 "anyOf": [
42 {
43 "$ref": "#/components/schemas/VariableFilterName"
44 },
45 {
46 "type": "null"
47 }
48 ],
49 },
50 "operator": {
51 "$ref": "#/components/schemas/Operator",
52 },
53 "tags": {
54 "anyOf": [
55 {
56 "$ref": "#/components/schemas/VariableFilterTags"
57 },
58 {
59 "type": "null"
60 }
61 ],
62 }
63 },
64 "type": "object"
65 },
66 "VariableFilterId": {
67 "additionalProperties": false,
68 "properties": {
69 "any_": {
70 "anyOf": [
71 {
72 "items": {
73 "format": "uuid",
74 "type": "string"
75 },
76 "type": "array"
77 },
78 {
79 "type": "null"
80 }
81 ],
82 }
83 },
84 "type": "object"
85 },
86 "VariableFilterName": {
87 "additionalProperties": false,
88 "properties": {
89 "any_": {
90 "anyOf": [
91 {
92 "items": {
93 "type": "string"
94 },
95 "type": "array"
96 },
97 {
98 "type": "null"
99 }
100 ],
101 },
102 "like_": {
103 "anyOf": [
104 {
105 "type": "string"
106 },
107 {
108 "type": "null"
109 }
110 ],
111 "examples": [
112 "my_variable_%"
113 ],
114 }
115 },
116 "type": "object"
117 },
118 "VariableFilterTags": {
119 "additionalProperties": false,
120 "properties": {
121 "all_": {
122 "anyOf": [
123 {
124 "items": {
125 "type": "string"
126 },
127 "type": "array"
128 },
129 {
130 "type": "null"
131 }
132 ],
133 "examples": [
134 [
135 "tag-1",
136 "tag-2"
137 ]
138 ],
139 },
140 "is_null_": {
141 "anyOf": [
142 {
143 "type": "boolean"
144 },
145 {
146 "type": "null"
147 }
148 ],
149 },
150 "operator": {
151 "$ref": "#/components/schemas/Operator",
152 }
153 },
154 "type": "object"
155 }
156 }
157 }
158}
Responses
seen average

200
Successful Response
1 4.17ms
422
Validation Error
72 1.62ms
default
Default
520 5.06ms
Examples
2 of 2 covered

Body: application/json
operator.default
 
"and_"
 
operator.default
 
"and_"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json52 of 52 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_variables_variables_filter_post",
3 "components": {
4 "schemas": {
5 "Body_read_variables_variables_filter_post": {
6 "properties": {
7 "limit": {
8 "type": "integer"
9 },
10 "offset": {
11 "minimum": 0.0,
12 "type": "integer"
13 },
14 "sort": {
15 "$ref": "#/components/schemas/VariableSort",
16 },
17 "variables": {
18 "anyOf": [
19 {
20 "$ref": "#/components/schemas/VariableFilter"
21 },
22 {
23 "type": "null"
24 }
25 ]
26 }
27 },
28 "type": "object"
29 },
30 "Operator": {
31 "enum": [
32 "and_",
33 "or_"
34 ],
35 "type": "string"
36 },
37 "VariableFilter": {
38 "additionalProperties": false,
39 "properties": {
40 "id": {
41 "anyOf": [
42 {
43 "$ref": "#/components/schemas/VariableFilterId"
44 },
45 {
46 "type": "null"
47 }
48 ],
49 },
50 "name": {
51 "anyOf": [
52 {
53 "$ref": "#/components/schemas/VariableFilterName"
54 },
55 {
56 "type": "null"
57 }
58 ],
59 },
60 "operator": {
61 "$ref": "#/components/schemas/Operator",
62 },
63 "tags": {
64 "anyOf": [
65 {
66 "$ref": "#/components/schemas/VariableFilterTags"
67 },
68 {
69 "type": "null"
70 }
71 ],
72 }
73 },
74 "type": "object"
75 },
76 "VariableFilterId": {
77 "additionalProperties": false,
78 "properties": {
79 "any_": {
80 "anyOf": [
81 {
82 "items": {
83 "format": "uuid",
84 "type": "string"
85 },
86 "type": "array"
87 },
88 {
89 "type": "null"
90 }
91 ],
92 }
93 },
94 "type": "object"
95 },
96 "VariableFilterName": {
97 "additionalProperties": false,
98 "properties": {
99 "any_": {
100 "anyOf": [
101 {
102 "items": {
103 "type": "string"
104 },
105 "type": "array"
106 },
107 {
108 "type": "null"
109 }
110 ],
111 },
112 "like_": {
113 "anyOf": [
114 {
115 "type": "string"
116 },
117 {
118 "type": "null"
119 }
120 ],
121 "examples": [
122 "my_variable_%"
123 ],
124 }
125 },
126 "type": "object"
127 },
128 "VariableFilterTags": {
129 "additionalProperties": false,
130 "properties": {
131 "all_": {
132 "anyOf": [
133 {
134 "items": {
135 "type": "string"
136 },
137 "type": "array"
138 },
139 {
140 "type": "null"
141 }
142 ],
143 "examples": [
144 [
145 "tag-1",
146 "tag-2"
147 ]
148 ],
149 },
150 "is_null_": {
151 "anyOf": [
152 {
153 "type": "boolean"
154 },
155 {
156 "type": "null"
157 }
158 ],
159 },
160 "operator": {
161 "$ref": "#/components/schemas/Operator",
162 }
163 },
164 "type": "object"
165 },
166 "VariableSort": {
167 "enum": [
168 "CREATED_DESC",
169 "UPDATED_DESC",
170 "NAME_DESC",
171 "NAME_ASC"
172 ],
173 "type": "string"
174 }
175 }
176 }
177}
Responses
seen average

200
Successful Response
1 4.50ms
422
Validation Error
187 1.66ms
default
Default
454 5.15ms
Examples
4 of 4 covered

Body: application/json
operator.default
 
"and_"
 
sort.default
 
"NAME_ASC"
 
offset.default
 
0
 
operator.default
 
"and_"
 
Path Parameters

name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
0 -
default
Default
503 6.73ms
Path Parameters

name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
21 5.55ms
Path Parameters

name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json19 of 20 keywords covered
1{
2 "$ref": "#/components/schemas/VariableUpdate",
3 "components": {
4 "schemas": {
5 "VariableUpdate": {
6 "additionalProperties": false,
7 "properties": {
8 "name": {
9 "anyOf": [
10 {
11 "examples": [
12 "my_variable"
13 ],
14 "maxLength": 255,
15 "type": "string"
16 },
17 {
18 "type": "null"
19 }
20 ],
21 },
22 "tags": {
23 "anyOf": [
24 {
25 "items": {
26 "type": "string"
27 },
28 "type": "array"
29 },
30 {
31 "type": "null"
32 }
33 ],
34 "examples": [
35 [
36 "tag-1",
37 "tag-2"
38 ]
39 ],
40 },
41 "value": {
Missing negative tests
42
"anyOf": [
43 {
44 "type": "string"
45 },
46 {
47 "type": "integer"
48 },
49 {
50 "type": "boolean"
51 },
52 {
53 "type": "number"
54 },
55 {
Negative tests not applicable
56
"additionalProperties": true,
57 "type": "object"
58 },
59 {
60 "items": {},
61 "type": "array"
62 },
63 {
64 "type": "null"
65 }
Missing negative tests
66
],
67 "examples": [
68 "my-value"
69 ],
70 }
71 },
72 "type": "object"
73 }
74 }
75 }
76}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
99 2.12ms
default
Default
449 6.27ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
0 -
default
Default
506 4.20ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
506 4.10ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json19 of 20 keywords covered
1{
2 "$ref": "#/components/schemas/VariableUpdate",
3 "components": {
4 "schemas": {
5 "VariableUpdate": {
6 "additionalProperties": false,
7 "properties": {
8 "name": {
9 "anyOf": [
10 {
11 "examples": [
12 "my_variable"
13 ],
14 "maxLength": 255,
15 "type": "string"
16 },
17 {
18 "type": "null"
19 }
20 ],
21 },
22 "tags": {
23 "anyOf": [
24 {
25 "items": {
26 "type": "string"
27 },
28 "type": "array"
29 },
30 {
31 "type": "null"
32 }
33 ],
34 "examples": [
35 [
36 "tag-1",
37 "tag-2"
38 ]
39 ],
40 },
41 "value": {
Missing negative tests
42
"anyOf": [
43 {
44 "type": "string"
45 },
46 {
47 "type": "integer"
48 },
49 {
50 "type": "boolean"
51 },
52 {
53 "type": "number"
54 },
55 {
Negative tests not applicable
56
"additionalProperties": true,
57 "type": "object"
58 },
59 {
60 "items": {},
61 "type": "array"
62 },
63 {
64 "type": "null"
65 }
Missing negative tests
66
],
67 "examples": [
68 "my-value"
69 ],
70 }
71 },
72 "type": "object"
73 }
74 }
75 }
76}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
96 2.14ms
default
Default
444 4.53ms
Responses
seen average

200
Successful Response
2 0.60ms
default
Default
0 -
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json32 of 32 keywords covered
1{
2 "$ref": "#/components/schemas/WorkPoolCreate",
3 "components": {
4 "schemas": {
5 "WorkPoolCreate": {
6 "additionalProperties": false,
7 "properties": {
8 "base_job_template": {
Negative tests not applicable
9
"additionalProperties": true,
10 "type": "object"
11 },
12 "concurrency_limit": {
13 "anyOf": [
14 {
15 "minimum": 0.0,
16 "type": "integer"
17 },
18 {
19 "type": "null"
20 }
21 ],
22 },
23 "description": {
24 "anyOf": [
25 {
26 "type": "string"
27 },
28 {
29 "type": "null"
30 }
31 ],
32 },
33 "is_paused": {
34 "type": "boolean"
35 },
36 "name": {
37 "pattern": "^[^/%&><]+$",
38 "type": "string"
39 },
40 "storage_configuration": {
41 "$ref": "#/components/schemas/WorkPoolStorageConfiguration",
42 },
43 "type": {
44 "type": "string"
45 }
46 },
47 "required": [
48 "name"
49 ],
50 "type": "object"
51 },
52 "WorkPoolStorageConfiguration": {
53 "additionalProperties": false,
54 "properties": {
55 "bundle_execution_step": {
56 "anyOf": [
57 {
Negative tests not applicable
58
"additionalProperties": true,
59 "type": "object"
60 },
61 {
62 "type": "null"
63 }
64 ],
65 },
66 "bundle_upload_step": {
67 "anyOf": [
68 {
Negative tests not applicable
69
"additionalProperties": true,
70 "type": "object"
71 },
72 {
73 "type": "null"
74 }
75 ],
76 },
77 "default_result_storage_block_id": {
78 "anyOf": [
79 {
80 "format": "uuid",
81 "type": "string"
82 },
83 {
84 "type": "null"
85 }
86 ],
87 }
88 },
89 "type": "object"
90 }
91 }
92 }
93}
Responses
seen average

201
Successful Response
0 -
422
Validation Error
237 3.31ms
default
Default
329 5.24ms
Examples
2 of 2 covered

Body: application/json
type.default
 
"prefect-agent"
 
is_paused.default
 
false
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json39 of 39 keywords covered
1{
2 "$ref": "#/components/schemas/Body_count_work_pools_work_pools_count_post",
3 "components": {
4 "schemas": {
5 "Body_count_work_pools_work_pools_count_post": {
6 "properties": {
7 "work_pools": {
8 "anyOf": [
9 {
10 "$ref": "#/components/schemas/WorkPoolFilter"
11 },
12 {
13 "type": "null"
14 }
15 ]
16 }
17 },
18 "type": "object"
19 },
20 "Operator": {
21 "enum": [
22 "and_",
23 "or_"
24 ],
25 "type": "string"
26 },
27 "WorkPoolFilter": {
28 "additionalProperties": false,
29 "properties": {
30 "id": {
31 "anyOf": [
32 {
33 "$ref": "#/components/schemas/WorkPoolFilterId"
34 },
35 {
36 "type": "null"
37 }
38 ],
39 },
40 "name": {
41 "anyOf": [
42 {
43 "$ref": "#/components/schemas/WorkPoolFilterName"
44 },
45 {
46 "type": "null"
47 }
48 ],
49 },
50 "operator": {
51 "$ref": "#/components/schemas/Operator",
52 },
53 "type": {
54 "anyOf": [
55 {
56 "$ref": "#/components/schemas/WorkPoolFilterType"
57 },
58 {
59 "type": "null"
60 }
61 ],
62 }
63 },
64 "type": "object"
65 },
66 "WorkPoolFilterId": {
67 "additionalProperties": false,
68 "properties": {
69 "any_": {
70 "anyOf": [
71 {
72 "items": {
73 "format": "uuid",
74 "type": "string"
75 },
76 "type": "array"
77 },
78 {
79 "type": "null"
80 }
81 ],
82 }
83 },
84 "type": "object"
85 },
86 "WorkPoolFilterName": {
87 "additionalProperties": false,
88 "properties": {
89 "any_": {
90 "anyOf": [
91 {
92 "items": {
93 "type": "string"
94 },
95 "type": "array"
96 },
97 {
98 "type": "null"
99 }
100 ],
101 }
102 },
103 "type": "object"
104 },
105 "WorkPoolFilterType": {
106 "additionalProperties": false,
107 "properties": {
108 "any_": {
109 "anyOf": [
110 {
111 "items": {
112 "type": "string"
113 },
114 "type": "array"
115 },
116 {
117 "type": "null"
118 }
119 ],
120 }
121 },
122 "type": "object"
123 }
124 }
125 }
126}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
60 1.50ms
default
Default
513 4.69ms
Examples
1 of 1 covered

Body: application/json
operator.default
 
"and_"
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json42 of 42 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_work_pools_work_pools_filter_post",
3 "components": {
4 "schemas": {
5 "Body_read_work_pools_work_pools_filter_post": {
6 "properties": {
7 "limit": {
8 "type": "integer"
9 },
10 "offset": {
11 "minimum": 0.0,
12 "type": "integer"
13 },
14 "work_pools": {
15 "anyOf": [
16 {
17 "$ref": "#/components/schemas/WorkPoolFilter"
18 },
19 {
20 "type": "null"
21 }
22 ]
23 }
24 },
25 "type": "object"
26 },
27 "Operator": {
28 "enum": [
29 "and_",
30 "or_"
31 ],
32 "type": "string"
33 },
34 "WorkPoolFilter": {
35 "additionalProperties": false,
36 "properties": {
37 "id": {
38 "anyOf": [
39 {
40 "$ref": "#/components/schemas/WorkPoolFilterId"
41 },
42 {
43 "type": "null"
44 }
45 ],
46 },
47 "name": {
48 "anyOf": [
49 {
50 "$ref": "#/components/schemas/WorkPoolFilterName"
51 },
52 {
53 "type": "null"
54 }
55 ],
56 },
57 "operator": {
58 "$ref": "#/components/schemas/Operator",
59 },
60 "type": {
61 "anyOf": [
62 {
63 "$ref": "#/components/schemas/WorkPoolFilterType"
64 },
65 {
66 "type": "null"
67 }
68 ],
69 }
70 },
71 "type": "object"
72 },
73 "WorkPoolFilterId": {
74 "additionalProperties": false,
75 "properties": {
76 "any_": {
77 "anyOf": [
78 {
79 "items": {
80 "format": "uuid",
81 "type": "string"
82 },
83 "type": "array"
84 },
85 {
86 "type": "null"
87 }
88 ],
89 }
90 },
91 "type": "object"
92 },
93 "WorkPoolFilterName": {
94 "additionalProperties": false,
95 "properties": {
96 "any_": {
97 "anyOf": [
98 {
99 "items": {
100 "type": "string"
101 },
102 "type": "array"
103 },
104 {
105 "type": "null"
106 }
107 ],
108 }
109 },
110 "type": "object"
111 },
112 "WorkPoolFilterType": {
113 "additionalProperties": false,
114 "properties": {
115 "any_": {
116 "anyOf": [
117 {
118 "items": {
119 "type": "string"
120 },
121 "type": "array"
122 },
123 {
124 "type": "null"
125 }
126 ],
127 }
128 },
129 "type": "object"
130 }
131 }
132 }
133}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
144 1.64ms
default
Default
443 4.74ms
Examples
2 of 2 covered

Body: application/json
offset.default
 
0
 
operator.default
 
"and_"
 
Path Parameters

name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
0 -
default
Default
7 7.54ms
Path Parameters

name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
501 5.59ms
Path Parameters

name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json34 of 34 keywords covered
1{
2 "$ref": "#/components/schemas/WorkPoolUpdate",
3 "components": {
4 "schemas": {
5 "WorkPoolStorageConfiguration": {
6 "additionalProperties": false,
7 "properties": {
8 "bundle_execution_step": {
9 "anyOf": [
10 {
Negative tests not applicable
11
"additionalProperties": true,
12 "type": "object"
13 },
14 {
15 "type": "null"
16 }
17 ],
18 },
19 "bundle_upload_step": {
20 "anyOf": [
21 {
Negative tests not applicable
22
"additionalProperties": true,
23 "type": "object"
24 },
25 {
26 "type": "null"
27 }
28 ],
29 },
30 "default_result_storage_block_id": {
31 "anyOf": [
32 {
33 "format": "uuid",
34 "type": "string"
35 },
36 {
37 "type": "null"
38 }
39 ],
40 }
41 },
42 "type": "object"
43 },
44 "WorkPoolUpdate": {
45 "additionalProperties": false,
46 "properties": {
47 "base_job_template": {
48 "anyOf": [
49 {
Negative tests not applicable
50
"additionalProperties": true,
51 "type": "object"
52 },
53 {
54 "type": "null"
55 }
56 ],
57 },
58 "concurrency_limit": {
59 "anyOf": [
60 {
61 "minimum": 0.0,
62 "type": "integer"
63 },
64 {
65 "type": "null"
66 }
67 ],
68 },
69 "description": {
70 "anyOf": [
71 {
72 "type": "string"
73 },
74 {
75 "type": "null"
76 }
77 ],
78 },
79 "is_paused": {
80 "anyOf": [
81 {
82 "type": "boolean"
83 },
84 {
85 "type": "null"
86 }
87 ],
88 },
89 "storage_configuration": {
90 "anyOf": [
91 {
92 "$ref": "#/components/schemas/WorkPoolStorageConfiguration"
93 },
94 {
95 "type": "null"
96 }
97 ],
98 }
99 },
100 "type": "object"
101 }
102 }
103 }
104}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
80 3.95ms
default
Default
462 5.89ms
Path Parameters

name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json10 of 10 keywords covered
1{
2 "$ref": "#/components/schemas/Body_get_scheduled_flow_runs_work_pools__name__get_scheduled_flow_runs_post",
3 "components": {
4 "schemas": {
5 "Body_get_scheduled_flow_runs_work_pools__name__get_scheduled_flow_runs_post": {
6 "properties": {
7 "limit": {
8 "type": "integer"
9 },
10 "scheduled_after": {
11 "format": "date-time",
12 "type": "string"
13 },
14 "scheduled_before": {
15 "format": "date-time",
16 "type": "string"
17 },
18 "work_queue_names": {
19 "items": {
20 "type": "string"
21 },
22 "type": "array"
23 }
24 },
25 "type": "object"
26 }
27 }
28 }
29}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
91 1.30ms
default
Default
440 4.91ms
Path Parameters

work_pool_name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json32 of 32 keywords covered
1{
2 "$ref": "#/components/schemas/WorkQueueCreate",
3 "components": {
4 "schemas": {
5 "QueueFilter": {
6 "properties": {
7 "deployment_ids": {
8 "anyOf": [
9 {
10 "items": {
11 "format": "uuid",
12 "type": "string"
13 },
14 "type": "array"
15 },
16 {
17 "type": "null"
18 }
19 ],
20 },
21 "tags": {
22 "anyOf": [
23 {
24 "items": {
25 "type": "string"
26 },
27 "type": "array"
28 },
29 {
30 "type": "null"
31 }
32 ],
33 }
34 },
35 "type": "object"
36 },
37 "WorkQueueCreate": {
38 "additionalProperties": false,
39 "properties": {
40 "concurrency_limit": {
41 "anyOf": [
42 {
43 "minimum": 0.0,
44 "type": "integer"
45 },
46 {
47 "type": "null"
48 }
49 ],
50 },
51 "description": {
52 "anyOf": [
53 {
54 "type": "string"
55 },
56 {
57 "type": "null"
58 }
59 ],
60 },
61 "filter": {
62 "anyOf": [
63 {
64 "$ref": "#/components/schemas/QueueFilter"
65 },
66 {
67 "type": "null"
68 }
69 ],
70 "deprecated": true,
71 },
72 "is_paused": {
73 "type": "boolean"
74 },
75 "name": {
76 "pattern": "^[^/%&><]+$",
77 "type": "string"
78 },
79 "priority": {
80 "anyOf": [
81 {
82 "exclusiveMinimum": 0.0,
83 "type": "integer"
84 },
85 {
86 "type": "null"
87 }
88 ],
89 }
90 },
91 "required": [
92 "name"
93 ],
94 "type": "object"
95 }
96 }
97 }
98}
Responses
seen average

201
Successful Response
0 -
422
Validation Error
56 1.60ms
default
Default
515 5.42ms
Examples
2 of 2 covered

Body: application/json
is_paused.default
 
false
 
description.default
 
""
 
Path Parameters

work_pool_name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json35 of 35 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_work_queues_work_pools__work_pool_name__queues_filter_post",
3 "components": {
4 "schemas": {
5 "Body_read_work_queues_work_pools__work_pool_name__queues_filter_post": {
6 "properties": {
7 "limit": {
8 "type": "integer"
9 },
10 "offset": {
11 "minimum": 0.0,
12 "type": "integer"
13 },
14 "work_queues": {
15 "$ref": "#/components/schemas/WorkQueueFilter"
16 }
17 },
18 "type": "object"
19 },
20 "Operator": {
21 "enum": [
22 "and_",
23 "or_"
24 ],
25 "type": "string"
26 },
27 "WorkQueueFilter": {
28 "additionalProperties": false,
29 "properties": {
30 "id": {
31 "anyOf": [
32 {
33 "$ref": "#/components/schemas/WorkQueueFilterId"
34 },
35 {
36 "type": "null"
37 }
38 ],
39 },
40 "name": {
41 "anyOf": [
42 {
43 "$ref": "#/components/schemas/WorkQueueFilterName"
44 },
45 {
46 "type": "null"
47 }
48 ],
49 },
50 "operator": {
51 "$ref": "#/components/schemas/Operator",
52 }
53 },
54 "type": "object"
55 },
56 "WorkQueueFilterId": {
57 "additionalProperties": false,
58 "properties": {
59 "any_": {
60 "anyOf": [
61 {
62 "items": {
63 "format": "uuid",
64 "type": "string"
65 },
66 "type": "array"
67 },
68 {
69 "type": "null"
70 }
71 ],
72 }
73 },
74 "type": "object"
75 },
76 "WorkQueueFilterName": {
77 "additionalProperties": false,
78 "properties": {
79 "any_": {
80 "anyOf": [
81 {
82 "items": {
83 "type": "string"
84 },
85 "type": "array"
86 },
87 {
88 "type": "null"
89 }
90 ],
91 "examples": [
92 [
93 "wq-1",
94 "wq-2"
95 ]
96 ],
97 },
98 "startswith_": {
99 "anyOf": [
100 {
101 "items": {
102 "type": "string"
103 },
104 "type": "array"
105 },
106 {
107 "type": "null"
108 }
109 ],
110 "examples": [
111 [
112 "marvin",
113 "Marvin-robot"
114 ]
115 ],
116 }
117 },
118 "type": "object"
119 }
120 }
121 }
122}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
134 1.55ms
default
Default
448 5.45ms
Examples
2 of 2 covered

Body: application/json
operator.default
 
"and_"
 
offset.default
 
0
 
Path Parameters

work_pool_name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
0 -
default
Default
503 6.78ms
Path Parameters

work_pool_name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
501 6.99ms
Path Parameters

work_pool_name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json36 of 36 keywords covered
1{
2 "$ref": "#/components/schemas/WorkQueueUpdate",
3 "components": {
4 "schemas": {
5 "QueueFilter": {
6 "properties": {
7 "deployment_ids": {
8 "anyOf": [
9 {
10 "items": {
11 "format": "uuid",
12 "type": "string"
13 },
14 "type": "array"
15 },
16 {
17 "type": "null"
18 }
19 ],
20 },
21 "tags": {
22 "anyOf": [
23 {
24 "items": {
25 "type": "string"
26 },
27 "type": "array"
28 },
29 {
30 "type": "null"
31 }
32 ],
33 }
34 },
35 "type": "object"
36 },
37 "WorkQueueUpdate": {
38 "additionalProperties": false,
39 "properties": {
40 "concurrency_limit": {
41 "anyOf": [
42 {
43 "minimum": 0.0,
44 "type": "integer"
45 },
46 {
47 "type": "null"
48 }
49 ],
50 },
51 "description": {
52 "anyOf": [
53 {
54 "type": "string"
55 },
56 {
57 "type": "null"
58 }
59 ],
60 },
61 "filter": {
62 "anyOf": [
63 {
64 "$ref": "#/components/schemas/QueueFilter"
65 },
66 {
67 "type": "null"
68 }
69 ],
70 "deprecated": true,
71 },
72 "is_paused": {
73 "type": "boolean"
74 },
75 "last_polled": {
76 "anyOf": [
77 {
78 "format": "date-time",
79 "type": "string"
80 },
81 {
82 "type": "null"
83 }
84 ],
85 },
86 "name": {
87 "anyOf": [
88 {
89 "type": "string"
90 },
91 {
92 "type": "null"
93 }
94 ],
95 },
96 "priority": {
97 "anyOf": [
98 {
99 "exclusiveMinimum": 0.0,
100 "type": "integer"
101 },
102 {
103 "type": "null"
104 }
105 ],
106 }
107 },
108 "type": "object"
109 }
110 }
111 }
112}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
59 1.54ms
default
Default
534 6.70ms
Examples
1 of 1 covered

Body: application/json
is_paused.default
 
false
 
Path Parameters

work_pool_name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json42 of 42 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_workers_work_pools__work_pool_name__workers_filter_post",
3 "components": {
4 "schemas": {
5 "Body_read_workers_work_pools__work_pool_name__workers_filter_post": {
6 "properties": {
7 "limit": {
8 "type": "integer"
9 },
10 "offset": {
11 "minimum": 0.0,
12 "type": "integer"
13 },
14 "workers": {
15 "anyOf": [
16 {
17 "$ref": "#/components/schemas/WorkerFilter"
18 },
19 {
20 "type": "null"
21 }
22 ]
23 }
24 },
25 "type": "object"
26 },
27 "Operator": {
28 "enum": [
29 "and_",
30 "or_"
31 ],
32 "type": "string"
33 },
34 "WorkerFilter": {
35 "additionalProperties": false,
36 "properties": {
37 "last_heartbeat_time": {
38 "anyOf": [
39 {
40 "$ref": "#/components/schemas/WorkerFilterLastHeartbeatTime"
41 },
42 {
43 "type": "null"
44 }
45 ],
46 },
47 "operator": {
48 "$ref": "#/components/schemas/Operator",
49 },
50 "status": {
51 "anyOf": [
52 {
53 "$ref": "#/components/schemas/WorkerFilterStatus"
54 },
55 {
56 "type": "null"
57 }
58 ],
59 }
60 },
61 "type": "object"
62 },
63 "WorkerFilterLastHeartbeatTime": {
64 "additionalProperties": false,
65 "properties": {
66 "after_": {
67 "anyOf": [
68 {
69 "format": "date-time",
70 "type": "string"
71 },
72 {
73 "type": "null"
74 }
75 ],
76 },
77 "before_": {
78 "anyOf": [
79 {
80 "format": "date-time",
81 "type": "string"
82 },
83 {
84 "type": "null"
85 }
86 ],
87 }
88 },
89 "type": "object"
90 },
91 "WorkerFilterStatus": {
92 "additionalProperties": false,
93 "properties": {
94 "any_": {
95 "anyOf": [
96 {
97 "items": {
98 "$ref": "#/components/schemas/WorkerStatus"
99 },
100 "type": "array"
101 },
102 {
103 "type": "null"
104 }
105 ],
106 },
107 "not_any_": {
108 "anyOf": [
109 {
110 "items": {
111 "$ref": "#/components/schemas/WorkerStatus"
112 },
113 "type": "array"
114 },
115 {
116 "type": "null"
117 }
118 ],
119 }
120 },
121 "type": "object"
122 },
123 "WorkerStatus": {
124 "enum": [
125 "ONLINE",
126 "OFFLINE"
127 ],
128 "type": "string"
129 }
130 }
131 }
132}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
150 1.51ms
default
Default
429 5.12ms
Examples
2 of 2 covered

Body: application/json
operator.default
 
"and_"
 
offset.default
 
0
 
Path Parameters

work_pool_name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json8 of 8 keywords covered
1{
2 "$ref": "#/components/schemas/Body_worker_heartbeat_work_pools__work_pool_name__workers_heartbeat_post",
3 "components": {
4 "schemas": {
5 "Body_worker_heartbeat_work_pools__work_pool_name__workers_heartbeat_post": {
6 "properties": {
7 "heartbeat_interval_seconds": {
8 "anyOf": [
9 {
10 "type": "integer"
11 },
12 {
13 "type": "null"
14 }
15 ],
16 },
17 "name": {
18 "type": "string"
19 }
20 },
21 "required": [
22 "name"
23 ],
24 "type": "object"
25 }
26 }
27 }
28}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
13 1.49ms
default
Default
503 5.45ms
Path Parameters

work_pool_name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
0 -
default
Default
503 7.17ms
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json32 of 32 keywords covered
1{
2 "$ref": "#/components/schemas/WorkQueueCreate",
3 "components": {
4 "schemas": {
5 "QueueFilter": {
6 "properties": {
7 "deployment_ids": {
8 "anyOf": [
9 {
10 "items": {
11 "format": "uuid",
12 "type": "string"
13 },
14 "type": "array"
15 },
16 {
17 "type": "null"
18 }
19 ],
20 },
21 "tags": {
22 "anyOf": [
23 {
24 "items": {
25 "type": "string"
26 },
27 "type": "array"
28 },
29 {
30 "type": "null"
31 }
32 ],
33 }
34 },
35 "type": "object"
36 },
37 "WorkQueueCreate": {
38 "additionalProperties": false,
39 "properties": {
40 "concurrency_limit": {
41 "anyOf": [
42 {
43 "minimum": 0.0,
44 "type": "integer"
45 },
46 {
47 "type": "null"
48 }
49 ],
50 },
51 "description": {
52 "anyOf": [
53 {
54 "type": "string"
55 },
56 {
57 "type": "null"
58 }
59 ],
60 },
61 "filter": {
62 "anyOf": [
63 {
64 "$ref": "#/components/schemas/QueueFilter"
65 },
66 {
67 "type": "null"
68 }
69 ],
70 "deprecated": true,
71 },
72 "is_paused": {
73 "type": "boolean"
74 },
75 "name": {
76 "pattern": "^[^/%&><]+$",
77 "type": "string"
78 },
79 "priority": {
80 "anyOf": [
81 {
82 "exclusiveMinimum": 0.0,
83 "type": "integer"
84 },
85 {
86 "type": "null"
87 }
88 ],
89 }
90 },
91 "required": [
92 "name"
93 ],
94 "type": "object"
95 }
96 }
97 }
98}
Responses
seen average

201
Successful Response
0 -
422
Validation Error
57 1.64ms
default
Default
515 4.70ms
Examples
2 of 2 covered

Body: application/json
description.default
 
""
 
is_paused.default
 
false
 
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json37 of 37 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_work_queues_work_queues_filter_post",
3 "components": {
4 "schemas": {
5 "Body_read_work_queues_work_queues_filter_post": {
6 "properties": {
7 "limit": {
8 "type": "integer"
9 },
10 "offset": {
11 "minimum": 0.0,
12 "type": "integer"
13 },
14 "work_queues": {
15 "anyOf": [
16 {
17 "$ref": "#/components/schemas/WorkQueueFilter"
18 },
19 {
20 "type": "null"
21 }
22 ]
23 }
24 },
25 "type": "object"
26 },
27 "Operator": {
28 "enum": [
29 "and_",
30 "or_"
31 ],
32 "type": "string"
33 },
34 "WorkQueueFilter": {
35 "additionalProperties": false,
36 "properties": {
37 "id": {
38 "anyOf": [
39 {
40 "$ref": "#/components/schemas/WorkQueueFilterId"
41 },
42 {
43 "type": "null"
44 }
45 ],
46 },
47 "name": {
48 "anyOf": [
49 {
50 "$ref": "#/components/schemas/WorkQueueFilterName"
51 },
52 {
53 "type": "null"
54 }
55 ],
56 },
57 "operator": {
58 "$ref": "#/components/schemas/Operator",
59 }
60 },
61 "type": "object"
62 },
63 "WorkQueueFilterId": {
64 "additionalProperties": false,
65 "properties": {
66 "any_": {
67 "anyOf": [
68 {
69 "items": {
70 "format": "uuid",
71 "type": "string"
72 },
73 "type": "array"
74 },
75 {
76 "type": "null"
77 }
78 ],
79 }
80 },
81 "type": "object"
82 },
83 "WorkQueueFilterName": {
84 "additionalProperties": false,
85 "properties": {
86 "any_": {
87 "anyOf": [
88 {
89 "items": {
90 "type": "string"
91 },
92 "type": "array"
93 },
94 {
95 "type": "null"
96 }
97 ],
98 "examples": [
99 [
100 "wq-1",
101 "wq-2"
102 ]
103 ],
104 },
105 "startswith_": {
106 "anyOf": [
107 {
108 "items": {
109 "type": "string"
110 },
111 "type": "array"
112 },
113 {
114 "type": "null"
115 }
116 ],
117 "examples": [
118 [
119 "marvin",
120 "Marvin-robot"
121 ]
122 ],
123 }
124 },
125 "type": "object"
126 }
127 }
128 }
129}
Responses
seen average

200
Successful Response
1 4.60ms
422
Validation Error
129 1.43ms
default
Default
454 5.12ms
Examples
2 of 2 covered

Body: application/json
offset.default
 
0
 
operator.default
 
"and_"
 
Path Parameters

name1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
7 6.79ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
0 -
default
Default
506 4.55ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
508 4.49ms
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json36 of 36 keywords covered
1{
2 "$ref": "#/components/schemas/WorkQueueUpdate",
3 "components": {
4 "schemas": {
5 "QueueFilter": {
6 "properties": {
7 "deployment_ids": {
8 "anyOf": [
9 {
10 "items": {
11 "format": "uuid",
12 "type": "string"
13 },
14 "type": "array"
15 },
16 {
17 "type": "null"
18 }
19 ],
20 },
21 "tags": {
22 "anyOf": [
23 {
24 "items": {
25 "type": "string"
26 },
27 "type": "array"
28 },
29 {
30 "type": "null"
31 }
32 ],
33 }
34 },
35 "type": "object"
36 },
37 "WorkQueueUpdate": {
38 "additionalProperties": false,
39 "properties": {
40 "concurrency_limit": {
41 "anyOf": [
42 {
43 "minimum": 0.0,
44 "type": "integer"
45 },
46 {
47 "type": "null"
48 }
49 ],
50 },
51 "description": {
52 "anyOf": [
53 {
54 "type": "string"
55 },
56 {
57 "type": "null"
58 }
59 ],
60 },
61 "filter": {
62 "anyOf": [
63 {
64 "$ref": "#/components/schemas/QueueFilter"
65 },
66 {
67 "type": "null"
68 }
69 ],
70 "deprecated": true,
71 },
72 "is_paused": {
73 "type": "boolean"
74 },
75 "last_polled": {
76 "anyOf": [
77 {
78 "format": "date-time",
79 "type": "string"
80 },
81 {
82 "type": "null"
83 }
84 ],
85 },
86 "name": {
87 "anyOf": [
88 {
89 "type": "string"
90 },
91 {
92 "type": "null"
93 }
94 ],
95 },
96 "priority": {
97 "anyOf": [
98 {
99 "exclusiveMinimum": 0.0,
100 "type": "integer"
101 },
102 {
103 "type": "null"
104 }
105 ],
106 }
107 },
108 "type": "object"
109 }
110 }
111 }
112}
Responses
seen average

204
Successful Response
0 -
422
Validation Error
56 1.51ms
default
Default
524 5.17ms
Examples
1 of 1 covered

Body: application/json
is_paused.default
 
false
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-ui3 of 3 keywords covered
1{
2 "anyOf": [
3 {
4 "type": "boolean"
5 },
6 {
7 "type": "null"
8 }
9 ],
10}
x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Body

application/json6 of 6 keywords covered
1{
2 "$ref": "#/components/schemas/Body_read_work_queue_runs_work_queues__id__get_runs_post",
3 "components": {
4 "schemas": {
5 "Body_read_work_queue_runs_work_queues__id__get_runs_post": {
6 "properties": {
7 "limit": {
8 "type": "integer"
9 },
10 "scheduled_before": {
11 "format": "date-time",
12 "type": "string"
13 }
14 },
15 "type": "object"
16 }
17 }
18 }
19}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
103 1.36ms
default
Default
433 5.60ms
Examples
1 of 1 covered

Header
x-prefect-ui
 
false
 
Path Parameters

id2 of 2 keywords covered
1{
2 "format": "uuid",
Negative tests not applicable
3
"type": "string"
4}
Headers

x-prefect-api-version1 of 1 keywords covered
1{
Negative tests not applicable
2
"type": "string"
3}
Responses
seen average

200
Successful Response
0 -
422
Validation Error
0 -
default
Default
40 4.25ms