---
title: "Get Conversation Redirect Path"
method: GET
path: "/conversations/{conversation_id}/redirect-path"
tags: ["conversations"]
---

# Get Conversation Redirect Path

`GET /conversations/{conversation_id}/redirect-path`

Return the correct dashboard path for a conversation based on its current status.
Used by email links (/go/:conversationId) to deep-link to the right page.

## Path parameters

- `conversation_id` string, uuid, required

## Response `200`

Successful Response

- unknown

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/9afc3ea00b16/schema)
