EXPERIMENTAL: This RPC is experimental and only available to a limited set of users.
GET
/
api
/v3
/channels:filter
Query Parameters
pageSize
integer
Format:
"int64"
pageToken
string
searchTerm
string
The search term to match against channel names, components and descriptions. Optional.
isSearchCaseSensitive
boolean
If true, the search term is case sensitive. Optional, default false.
isSearchRegexp
boolean
If true, the search term is treated as a regular expression. Optional, default false.
assetIds
array<string>
If provided, only channels matching these asset_ids are returned. Optional
runIds
array<string>
Only channels for these runs are returned. Optional
channelIds
array<string>
If provided, only channels matching these channel_ids are returned. Optional
assetTagIds
array<string>
If provided, only channels with assets with these tag_ids are returned. Optional
dataTypes
array<string>
If provide, only channels with these data types are returned. Optional.
metadataKeys
array<string>
If provided, only channels with this metadata are returned. Optional.
metadataValues
array<string>
A successful response.