<@ULVA73B9P> I have self hosted Prefect server. Is...
# ask-marvin
r
@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
thought for 200.1 seconds
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/&lt;run_id&gt;?tab=Artifacts - Task run: https://prefect.host.sk/runs/task-run/&lt;run_id&gt;?tab=Artifacts - Clicking an artifact card in a run will take you to: - A specific artifact by ID: https://prefect.host.sk/artifacts/artifact/&lt;artifact_id> - The timeline for a keyed artifact: https://prefect.host.sk/artifacts/key/&lt;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