# List todo items for a project **GET /teams/{teamId}/projects/{projectIdentifier}/todos** ## Servers - https://datager.redactado.es/api/v1: https://datager.redactado.es/api/v1 () ## Parameters ### Path parameters - **teamId** (string) - **projectIdentifier** (string) ## Responses ### 200 Successful response #### Body: application/json (array[object]) - **name** (string) - **priority** (object) - **position** (integer) - **isCompleted** (boolean) - **completedAt** (string(date-time)) [Powered by Bump.sh](https://bump.sh)