# Get all bookings **GET /bookings** ## Servers - https://*.syngency.com/admin/api: https://*.syngency.com/admin/api () ## Parameters ### Query parameters - **limit** (integer(int32)) Number of items to return on each page (max 100) - **page** (integer(int32)) Current page of results to return - **model_id** (integer(int32)) Model ID to filter bookings by - **contact_id** (integer(int32)) Contact ID to filter bookings by - **agent_user_id** (integer(int32)) User ID of the agent to filter bookings by - **office_id** (integer(int32)) Office ID to filter bookings by - **invoice_number** (integer(int32)) Invoice Number to filter bookings by - **booking_status_id** (integer(int32)) Booking Status to filter bookings by ## Responses ### 200 An array of bookings #### Body: application/json (array[array]) ### 500 An unexpected error occurred #### Body: application/json (object) - **code** (integer(int32)) - **message** (string) [Powered by Bump.sh](https://bump.sh)