# Vapi · `get_assistant`

Retrieve a Vapi assistant by its unique identifier.

- **Service**: `vapi`
- **Action**: `get_assistant`
- **Action id**: `vapi.get_assistant`

## Inspect the schema

Always fetch the authoritative input/output schema before building a payload — fields and defaults can change upstream:

```bash
oo connector schema "vapi" --action "get_assistant"
```

## Run

```bash
oo connector run "vapi" --action "get_assistant" --data '{}' --json
```

Replace `{}` with a JSON object that matches the input schema. The response is `{ "data": ..., "meta": { "executionId": "..." } }`.
