Skip to main content
GET
List tables
List every table configured in the workspace F&B module. Each table includes an EffectiveStatus that reflects whether the table is currently occupied by an active order (pending, preparing, or ready).

Request

Parameters

string
Filter by table status: available, occupied, reserved, or unavailable.

Response

Status Codes

  • 200: Tables returned successfully
  • 400: Invalid status filter value
  • 401: API key is required or invalid
  • 403: F&B module is disabled or workspace access is denied

Authorizations

apikey
string
header
required

Pass your API key in the apikey header. Alternatively, the x-api-key header is also accepted.

Query Parameters

status
enum<string>

Filter by table status

Available options:
available,
occupied,
reserved,
unavailable

Response

Tables list