# RAWG · `get_store`

Get detailed information for one store from RAWG.

- **Service**: `rawg`
- **Action**: `get_store`
- **Action id**: `rawg.get_store`

## Inspect the schema

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

```bash
oo connector schema "rawg" --action "get_store"
```

## Run

```bash
oo connector run "rawg" --action "get_store" --data '{}' --json
```

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