---
title: "List App Resources"
method: GET
path: "/v2/app-resources"
tags: ["App Resource API"]
---

# List App Resources

`GET /v2/app-resources`

List all app resources for a team, optionally filtered by app instance.

## Query parameters

- `teamId` string — Filter by team ID. At least one of team_id or app_instance_id must be provided.
- `appInstanceId` string — Filter by app instance ID. At least one of team_id or app_instance_id must be provided.
- `pageSize` integer — Maximum number of results to return. Default is 10000, maximum is 10000.
- `pageToken` string — Token for pagination. Leave empty for the first request.

## Response `200`

Success

- SvflowPublicapiListAppResourcesResponse
  - `data` SvflowPubapimodelsResource[] — The list of resources.
    - `id` string — The ID of the resource.
    - `appInstanceId` string — The ID of the app instance that the resource belongs to.
    - `resourceType` string — The type of the resource.
    - `name` string — The name of the resource.
    - `description` string, nullable — A description of the resource.
    - `externalId` string, nullable — The external ID of the resource.
    - `tagIds` string[] — IDs of the tags currently attached to this resource.
  - `nextPageToken` string, nullable — Token for retrieving the next page of results. Empty if no more results.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/serval/apis/serval-public-api.md) · [All operations](https://skmtc.net/serval/apis/serval-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/serval/serval-public-api/versions/0549515e9384/schema)
