# Foursquare · `get_place`

Retrieve one place by Foursquare place ID.

- **Service**: `foursquare`
- **Action**: `get_place`
- **Action id**: `foursquare.get_place`

## Inspect the schema

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

```bash
oo connector schema "foursquare" --action "get_place"
```

## Run

```bash
oo connector run "foursquare" --action "get_place" --data '{}' --json
```

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