---
title: "GET /dialog.open"
method: GET
path: "/dialog.open"
tags: ["dialog"]
---

# GET /dialog.open

`GET /dialog.open`

Open a dialog with a user

## Query parameters

- `dialog` string, required
- `trigger_id` string, required

## Headers

- `token` string, required

## Response `200`

Typical success response is quite minimal.

- object — Schema for successful response from dialog.open method
  - `ok` true, required

## Other responses

- `default` — Typical error response, before getting to any possible validation errors.

---

[API](https://skmtc.net/slack/apis/web-api.md) · [All operations](https://skmtc.net/slack/apis/web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/slack/web-api/revisions/7b951462b44f/schema)
