---
title: "List"
method: GET
path: "/api/v1/apps/{app_id}/xaa/access_profiles"
tags: ["Cross-App Access"]
---

# List

`GET /api/v1/apps/{app_id}/xaa/access_profiles`

List the access profiles defined for an application, one page at a time.

## Path parameters

- `app_id` string, required — The application to list access profiles for.

## Query parameters

- `page_size` integer — Page size (max 100).
- `page_token` string — Page token for pagination.

## Response `200`

XAAAccessProfileServiceListResponse returns a page of access profiles.

- C1ApiCrossAppAccessV1XAAAccessProfileServiceListResponse — XAAAccessProfileServiceListResponse returns a page of access profiles.
  - `accessProfiles` C1ApiCrossAppAccessV1XAAAccessProfile[], nullable — The page of access profiles.
    - `appEntitlementId` string — The AppEntitlement created for this profile.
    - `appId` string — The application that owns the resource server.
    - `createdAt` string, date-time, nullable
    - `deletedAt` string, date-time, nullable
    - `description` string — Description of what access this profile grants.
    - `displayName` string — Display name for the profile.
    - `id` string — Unique identifier for this access profile.
    - `scopeCount` integer — The number of scopes currently bound to this profile.
    - `updatedAt` string, date-time, nullable
    - `xaaResourceServerId` string — The resource server this profile grants access to.
  - `nextPageToken` string — Token for the next page, or empty if there are no more results.

---

[API](https://skmtc.net/conductorone/apis/c1-api.md) · [All operations](https://skmtc.net/conductorone/apis/c1-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/conductorone/c1-api/revisions/f2cf3228f366/schema)
