Query Labels Query Params
data class QueryLabelsQueryParams(val uriPatterns: List<String>, val sources: List<Did> = emptyList(), val limit: Long? = 50, val cursor: String? = null)
Parameters
uri Patterns
List of AT URI patterns to match (boolean 'OR'). Each may be a prefix (ending with ''; will match inclusive of the string leading to ''), or a full URI.
sources
Optional list of label sources (DIDs) to filter on.