Join Slack
Powered by
<@ULVA73B9P> I have self hosted Prefect server. Is...
# ask-marvin
r
Robert Szomolanyi
04/08/2026, 7:57 AM
@Marvin
I have self hosted Prefect server. Is page
https://prefect.host.sk/artifacts
reachable from UI navigation? I am not able to find it.
m
Marvin
04/08/2026, 7:57 AM
✅ thought for 200.1 seconds
Marvin
04/08/2026, 8:00 AM
Short answer: not from the sidebar. In Prefect 3.x (self-hosted), the Artifacts list page exists at /artifacts, but it is not linked in the left-hand navigation. You can reach it by: - Going directly to
https://prefect.host.sk/artifacts
- From a run details page via the Artifacts tab: - Flow run:
https://prefect.host.sk/runs/flow-run/<run_id>?tab=Artifacts
- Task run:
https://prefect.host.sk/runs/task-run/<run_id>?tab=Artifacts
- Clicking an artifact card in a run will take you to: - A specific artifact by ID:
https://prefect.host.sk/artifacts/artifact/<artifact_id
> - The timeline for a keyed artifact:
https://prefect.host.sk/artifacts/key/<artifact_key
> If you’re on a different version (e.g., Prefect 2.x), let me know and I can confirm the exact behavior for that UI. Docs for reference: -
Artifacts concepts
-
How to create and view artifacts
Open in Slack
Previous
Next