diff --git a/docs/external-redirects.md b/docs/external-redirects.md new file mode 100644 index 0000000000..c84f8b1ae4 --- /dev/null +++ b/docs/external-redirects.md @@ -0,0 +1,23 @@ +# External Redirects + +The supported external redirect paths in the application. + +## Supported Redirects + +### Pipeline SDK Redirects + +Redirecting from Pipeline SDK output URLs to internal dashboard routes. + +#### Supported URL Patterns + +1. **Experiment Details** + ``` + /external/pipelinesSdk/{namespace}/#/experiments/details/{experimentId} + ``` + Redirects to the internal experiment runs route for the specified experiment. + +2. **Run Details** + ``` + /external/pipelinesSdk/{namespace}/#/runs/details/{runId} + ``` + Redirects to the internal pipeline run details route for the specified run.