Skip to content

Get reservation booking workflow progress

GET
/reservation-booking-workflow-requests/{reservationBookingRequestId}
curl --request GET \
--url https://example.com/reservation-booking-workflow-requests/example \
--header 'Authorization: Bearer <token>'
reservationBookingRequestId
required
string
>= 1 characters

Reservation booking workflow progress

Media typeapplication/json
ReservationBookingWorkflowRequest
object
reservationBookingRequestId
required
string
>= 1 characters
workflowStatus
required
string
Allowed values: requested accepted running completed failed cancelled
reservationId
required
string | null
>= 1 characters
finalizedChargeSnapshotId
required
string | null
>= 1 characters
lastTransitionAt
required
string | null format: date-time
failureReason
required
string | null
>= 1 characters
requestedAt
required
string format: date-time
updatedAt
required
string format: date-time
key
additional properties

Supabase bearer token is required

Authenticated principal does not own this workflow request

Reservation booking workflow request not found

Reservation booking workflow reader is unavailable