# List orders **GET /orders** Get all orders for the authenticated workspace ## Servers - Sandbox - Banking Operations: https://bank.bank.place (Sandbox - Banking Operations) - Sandbox - Authentication: https://auth.bank.place (Sandbox - Authentication) ## Authentication methods - Bearer auth ## Parameters ### Headers - **Workspace-ID** (integer) The workspace ID - to identify the sub-user ## Responses ### 200 List of orders #### Body: application/json (array[object]) - **amount** (string) Transfer amount (in smallest unit, e.g. cents for USD) - **createdAt** (string) Creation timestamp - **description** (string) Transfer description - **edges** (object) - **id** (integer) Order ID - **purposeCode** (string) Transfer purpose code - **repeatUnit** (string) Repeat unit (daily/weekly/monthly) - **repeatValue** (integer) Repeat interval value - **startAt** (string) Start timestamp - **status** (string) Order status - **stopAt** (string) Stop timestamp (for recurring orders) - **type** (string) Order type (instant/scheduled/recurring) - **updatedAt** (string) Last update timestamp ### 401 Unauthorized #### Body: application/json (object) - **errorCode** (string) Error code - **message** (string) Error message [Powered by Bump.sh](https://bump.sh)