Check a reservation's status
get_reservation_statusCheck whether a reservation has been paid and confirmed. IMPORTANT: status values are 'awaiting_payment', 'expired', 'paid_awaiting_photographer_confirmation', 'confirmed', and 'rejected'. 'paid_awaiting_photographer_confirmation' means the customer paid but the photographer has not yet accepted the booking and could still decline or ask to reschedule — do not tell the user their booking is final until status is exactly 'confirmed'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The slug returned by create_reservation. |