# Fetch a project's prepare for distribution status based on the id **GET /projects/{id}/prepare_for_distribution_status** Fetch a project's prepare for distribution status based on the id. ## Servers ## Parameters ### Path parameters - **id** (string) Resource ID ## Responses ### 401 Authorization information is missing or invalid. ### 200 The project's prepare for distribution status code and percentage. #### Body: (object) - **code** (string) pending: not yet started in_progress: in progress done: done incomplete: some orders have not yet been prepared for distribution - **percentage** (number | null) The percentage of orders already prepared for distribution ### 404 Resource not found. [Powered by Bump.sh](https://bump.sh)