# Get applications **GET /api/applications** Get applications that match the given query with pagination. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters #### Query parameters - **types** (array[string] | string) An array of application types to filter applications. - **excludeRoleId** (string) - **excludeOrganizationId** (string) - **isThirdParty** (string("true") | string("false")) - **page** (integer) Page number (starts from 1). - **page_size** (integer) Entries per page. - **search_params** (object) Search query parameters. ## Responses ### 200: A list of applications. #### Body Parameters: application/json (array[object]) - **tenantId** (string) - **id** (string) - **name** (string) - **secret** (string) The internal client secret. Note it is only used for internal validation, and the actual secrets should be retrieved from `/api/applications/{id}/secrets` endpoints. - **description** (string | null) - **type** (string) - **oidcClientMetadata** (object) - **customClientMetadata** (object) - **protectedAppMetadata** (object | null) - **customData** (object) arbitrary - **isThirdParty** (boolean) - **createdAt** (number) ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden [Powered by Bump.sh](https://bump.sh)