---
title: "Navigate to route"
method: POST
path: "/api/v1/ui/actions/navigate"
tags: ["ui-actions"]
---

# Navigate to route

`POST /api/v1/ui/actions/navigate`

Navigates the application to the specified route or page.

## Request body

- NavigateRequest — unresolved $ref

## Response `200`

Action completed.

- ActionResponse — unresolved $ref

## Other responses

- `408` — Operation timed out.
- `500` — Internal server error.
- `501` — Capability not implemented by the connected backend.

---

[API](https://skmtc.dev/dotnet/apis/devflow-agent-protocol.md) · [All operations](https://skmtc.dev/dotnet/apis/devflow-agent-protocol/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dotnet/devflow-agent-protocol/revisions/31dec8eed3de/schema)
