v1

latestOpenAPI 3.1.0Serval License2026-07-26202952779.1 KB
App Resource API

Search App Resources

Search app resources with filters in the request body. Filter by team ID, app instance IDs, or external IDs.

post/v2/app-resources/search

Request body

teamIdstring nullable

Filter by team ID. Required if app_instance_ids is not provided.

appInstanceIdsstring[]

Filter by app instance IDs.

externalIdsstring[]

Filter by external IDs. Requires exactly one app_instance_id.

resourceIdsstring[]

Filter by specific resource IDs.

pageSizeinteger nullable

Maximum number of results to return. Default is 10000, maximum is 10000.

pageTokenstring nullable

Token for pagination. Leave empty for the first request.

Response

Success

nextPageTokenstring nullable

Token for retrieving the next page of results. Empty if no more results.