# Fetch the orders list of a project for the current user **GET /users/{user_id}/projects/{project_id}/orders** Fetch the orders list of a project for the current user. ## Servers ## Parameters #### Path parameters - **user_id** (string) User id - **project_id** (string) Project id #### Query parameters - **status** (string) Filter orders by status. Values: open, paid, settled, cancelled - **distributable** (boolean) Filter orders ready to be distributable - **updated_at** (string) Filter orders that has been updated from a specific date - **order_code** (string) Filter orders by its `order_code` ## Responses ### 200: The orders list of the project #### Body Parameters: (array[object]) - **id** (string(uuid)) - **amount** (number(float)) - **cancelled_at** (string(datetime) | null) - **currency** (string) - **sender_iban** (string | null) - **user_id** (string(uuid)) - **created_at** (string(datetime)) - **updated_at** (string(datetime)) - **project_code** (string) - **disposable_capital** (boolean | null) - **suitable_income** (boolean | null) - **order_code** (string) - **status** (object) - **payment_details** (object) - **wallet_address** (string | null) - **external_metadata** (object(json)) [Powered by Bump.sh](https://bump.sh)