# Get list of projects (/docs/rest-api/endpoints/projects/get-projects)

> For the complete Prisma documentation index, see [llms.txt](https://www.prisma.io/docs/llms.txt). A markdown version of any docs page is available by appending `.md` to its URL.

Returns the list of projects the token has access to.

Location: REST API > Endpoints > Projects > Get list of projects



## Related pages

- [`Create project with a postgres database`](https://www.prisma.io/docs/rest-api/endpoints/projects/post-projects): Creates a new project with a postgres database.
- [`Delete project`](https://www.prisma.io/docs/rest-api/endpoints/projects/delete-projects-by-id): Deletes the project with the given ID.
- [`Get project`](https://www.prisma.io/docs/rest-api/endpoints/projects/get-projects-by-id): Returns the project with the given ID.
- [`Transfer project`](https://www.prisma.io/docs/rest-api/endpoints/projects/post-projects-by-id-transfer): Transfer the project with the given ID to the new owner's workspace
- [`Update project`](https://www.prisma.io/docs/rest-api/endpoints/projects/patch-projects-by-id): Updates the project with the given ID.