# List projects **GET /projects** Manage your projects. ## Servers - https://open.api.missionx.ai/v1: https://open.api.missionx.ai/v1 () ## Authentication methods - O auth2 ## Parameters ### Query parameters - **expand** (array[string]) One or more references to expand. Any of `client`, `planItems`, `departments` - **project** (array[string]) One or more project IDs to filter the results by. This is the `_id` value of the project. - **projectStatus** (array[string]) One or more project statuses to filter the results by. - **program** (array[string]) One or more project programs to filter the results by. - **updatedAt** (string) A date query to filter the results by the last `updatedAt` field. Format is `[operation] [date]`, e.g. `updatedAt=gt 2025-02-24T00:00:00.000Z`. Acceptable operations are `lt` = lower than, `lte` = lower than or equal, `gt` = greater than, `gte` = greater than or equal. The date is in [ISOString](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString). - **startDate** (string) A start date query to filter the results by. Format is `[operation] [date]`, e.g. `startDate=gt 2025-02-24T00:00:00.000Z`. Acceptable operations are `lt` = lower than, `lte` = lower than or equal, `gt` = greater than, `gte` = greater than or equal. The date is in [ISOString](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString). - **endDate** (string) An end date query to filter the results by. Format is `[operation] [date]`, e.g. `endDate=gt 2025-02-24T00:00:00.000Z`. Acceptable operations are `lt` = lower than, `lte` = lower than or equal, `gt` = greater than, `gte` = greater than or equal. The date is in [ISOString](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString). - **select** (array[string]) One or more properties to be included in the response, instead of the full payload. E.g. `select=endDate,projectStatus` - **withArchived** (string) If set to true, then archived projects will be returned with the results. Defaults to false. ## Responses ### 200 Successful response #### Body: application/json (object) - **value** (array[object]) [Powered by Bump.sh](https://bump.sh)