# Get organization role resource scopes **GET /api/organization-roles/{id}/resource-scopes** Get resource scopes that are assigned to the specified organization role with optional pagination. ## 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 role. ### Query parameters - **page** (integer) Page number (starts from 1). - **page_size** (integer) Entries per page. ## Responses ### 200 A list of resource scopes. #### Body: application/json (array[object]) - **tenantId** (string) - **id** (string) - **resourceId** (string) - **name** (string) - **description** (string | null) - **createdAt** (number) ### 400 Bad Request ### 401 Unauthorized ### 403 Forbidden ### 404 Not Found [Powered by Bump.sh](https://bump.sh)