#main
- queryFind labels relevant to the provided AT-URI patterns. Public endpoint for moderation services, though may return different or additional results with auth.
Query Parameters
Name | Type | Details |
---|---|---|
cursor |
string | |
limit |
integer |
Default: Minimum: Maxumum: |
sources |
array |
Optional list of label sources (DIDs) to filter on. UNHANDLED IN ARRAYS: string |
uriPatterns |
array (required) |
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. UNHANDLED IN ARRAYS: string |
Response Body
Content Type: application/json
Data Fields
Name | Type | Details |
---|---|---|
cursor |
string | |
labels |
array (required) |
Elements are of type: |
Errors
No error types defined