v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-224341,4072.0 MB
App Resource

Search App Resources

Search app resources based on filters specified in the request body.

post/api/v1/search/app_resources

Request body

appIdstring

The app ID to restrict the search to.

appUserIdsstring[] nullable

A list of app user IDs to restrict the search by.

excludeDeletedResourceBindingsboolean

If true, exclude resources whose bindings have been deleted.

excludeResourceIdsstring[] nullable

A list of resource IDs to exclude from the search results.

excludeResourceTypeTraitIdsstring[] nullable

A list of resource type trait IDs to exclude from the search.

ownerUserIdsstring[] nullable

A list of C1 user IDs to filter resources by ownership.

pageSizeinteger

The maximum number of results to return per page.

pageTokenstring

The token for fetching the next page of results.

querystring

Fuzzy search the display name of resources.

resourceIdsstring[] nullable

A list of resource IDs to restrict the search to.

resourceTypeIdsstring[] nullable

A list of resource type IDs to restrict the search by.

resourceTypeTraitIdsstring[] nullable

A list of resource type trait IDs to restrict the search by.

Response

The SearchAppResourcesResponse message contains a list of results and a nextPageToken if applicable.

nextPageTokenstring

The token for fetching the next page of results.