Coverage for /usr/local/lib/python3.12/site-packages/prefect/server/api/__init__.py: 100%
2 statements
« prev ^ index » next coverage.py v7.10.6, created at 2025-12-05 11:21 +0000
« prev ^ index » next coverage.py v7.10.6, created at 2025-12-05 11:21 +0000
1from . import ( 1a
2 artifacts,
3 admin,
4 automations,
5 block_capabilities,
6 block_documents,
7 block_schemas,
8 block_types,
9 collections,
10 concurrency_limits,
11 concurrency_limits_v2,
12 csrf_token,
13 dependencies,
14 deployments,
15 events,
16 flow_run_states,
17 flow_runs,
18 flows,
19 logs,
20 middleware,
21 root,
22 run_history,
23 saved_searches,
24 task_run_states,
25 task_runs,
26 task_workers,
27 templates,
28 ui,
29 variables,
30 work_queues,
31 workers,
32)
33from . import server # Server relies on all of the above routes 1a