Skip to main content
POST
Search App Resources

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
teamId
string | null

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

appInstanceIds
string[]

Filter by app instance IDs.

externalIds
string[]

Filter by external IDs. Requires exactly one app_instance_id.

resourceIds
string[]

Filter by specific resource IDs.

pageSize
integer<int32> | null

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

pageToken
string | null

Token for pagination. Leave empty for the first request.

Response

Success

data
Resource · object[]

The list of resources.

nextPageToken
string | null

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