# Get organization applications **GET /api/organizations/{id}/applications** Get applications associated with the organization. ## Servers - Logto endpoint address.: https://[tenant_id].logto.app (Logto endpoint address.) ## Authentication methods - O auth2 ## Parameters #### Path parameters - **id** (string) The unique identifier of the organization. #### Query parameters - **q** (string) - **page** (integer) Page number (starts from 1). - **page_size** (integer) Entries per page. ## 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) - **organizationRoles** (array[object]) ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 404: Not Found [Powered by Bump.sh](https://bump.sh)