# Get organization application roles **GET /api/organizations/{id}/applications/{applicationId}/roles** Get roles associated with the application in 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. - **applicationId** (string) The unique identifier of the application. #### Query parameters - **page** (integer) Page number (starts from 1). - **page_size** (integer) Entries per page. ## Responses ### 200: A list of roles. #### Body Parameters: application/json (array[object]) - **tenantId** (string) - **id** (string) - **name** (string) - **description** (string | null) - **type** (string) ### 400: Bad Request ### 401: Unauthorized ### 403: Forbidden ### 422: Unprocessable Content [Powered by Bump.sh](https://bump.sh)