# Fetch a project payouts's details based on the id **GET /projects/{project_id}/payouts/{id}** Fetch a project payouts's details based on the id. ## Servers ## Parameters ### Path parameters - **project_id** (string) Project id - **id** (string) Resource ID ## Responses ### 200 The payout with the id #### Body: (object) - **id** (string(uuid)) - **project_id** (string(uuid)) - **name** (string) - **created_at** (string(datetime)) - **snapshot_at** (string(datetime)) - **distribution_amount** (number) - **taxable_share_bps** (number) ### 401 Authorization information is missing or invalid. ### 404 Resource not found. [Powered by Bump.sh](https://bump.sh)