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
Returns a list of applications matching the input parameters. The results can be filtered by project, state, type, and name. It can be sorted by id, name, creation date, change date, or state.Required Permission
project.app.read
Request Body
Field to sort by.Options:
APPLICATION_SORTING_APP_NAMEAPPLICATION_SORTING_CREATION_DATEAPPLICATION_SORTING_CHANGE_DATE
Criteria to filter the applications.
Response
List of applications matching the query.
Unique identifier of the application.
Project ID the application belongs to.
Name of the application.
Current state of the application.
API configuration (if applicable).
SAML configuration (if applicable).
Pagination information.
Total number of apps matching the query.
Example Request
Example Response
Error Responses
400 Bad Request- Invalid query parameters403 Forbidden- Insufficient permissions