# List all projects **GET /project** list all projects ## Servers - universecloud API v1: https://api.universecloud.io (universecloud API v1) ## Authentication methods - Api key auth - Bearer auth ## Parameters ### Query parameters - **sort** (string) a parameter used for sort (e.g createdAt or points) - **sortOrder** (string) asc or desc - **before** (string) Use before to query for entries before a given parameter. (e.g before[createdAt]=2023-06-21T12:34:56+00:00) - **after** (string) Use after to query for entries after a given parameter. (e.g after[createdAt]=2023-06-21T12:34:56+00:00) - **limit** (integer) Limits the number of results. (default 50, max 500) - **filter** (object) Use any key value combination to query for properties (e.g name=foo) ## Responses ### 200 success #### Body: application/json (array[object]) - **id** (string) id of the project - **userId** (string) subject of the user owner (empty when teamId is set) - **teamId** (string) id of the owner team (empty when userId is set) - **branch** (string) branch context in which the project was created - **name** (string) name of the project - **tags** (array[string]) - **createdAt** (string) date in rfc3339 / ISO 8601 format when the project was created - **updatedAt** (string) date in rfc3339 / ISO 8601 format when the project was updated [Powered by Bump.sh](https://bump.sh)