> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gojinko.com/llms.txt
> Use this file to discover all available pages before exploring further.

# jinko car-cancel status

> Check the status of a car-rental cancellation

Poll the current status of a previously committed car-rental cancellation. Read-only. `pending` with `refund_pending_review: true` means a Jinko agent has it, do not commit again.

## Usage

```bash theme={null}
jinko car-cancel status [options]
```

## Options

| Flag                   | Required | Description                                                                                                                                                               | Default |
| ---------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------- |
| `--booking-ref <ref>`  | Yes      | Jinko booking reference from get-booking. JSON: `booking_ref`.                                                                                                            |         |
| `--last-name <name>`   | No       | Driver surname, required for guest lookup; owning credentials may omit it. JSON: `last_name`.                                                                             |         |
| `--item-id <id>`       | No       | Stable booked item ID from get-booking; required when several items of this domain exist. JSON: item\_id.                                                                 |         |
| `--user-intent <text>` | No       | the end user's request in their own words, forwarded to Jinko for observability and relevance (avoid PII). Env fallback: JINKO\_USER\_INTENT. JSON: `intent.user_intent`. |         |
