Documentation Index
Fetch the complete documentation index at: https://mintlify.com/zitadel/zitadel/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Description
List all matching projects. By default, all projects of the instance that the caller has permission to read are returned. Make sure to include a limit and sorting for pagination.Required Permission
project.read
Request Body
Field to sort by. The default is the creation date.Options:
PROJECT_FIELD_NAME_NAMEPROJECT_FIELD_NAME_CREATION_DATEPROJECT_FIELD_NAME_CHANGE_DATE
Criteria to query for.
Response
Pagination information.
Total number of projects matching the query.
List of projects matching the query.
Unique identifier of the project.
Name of the project.
Current state of the project.
Organization ID that owns the project.
Whether role assertion is enabled.
Whether authorization is required.
Whether project access is required.
Example Request
Example Response
Error Responses
400 Bad Request- Invalid list query403 Forbidden- Insufficient permissions