Skip to main content

tools.ozone.set.getValues

GET 

/xrpc/tools.ozone.set.getValues

This endpoint is part of the Ozone moderation service APIs. Requests usually require authentication, are directed to the user's PDS intance, and proxied to the Ozone instance indicated by the DID in the service proxying header. Admin authenentication may also be possible, with request sent directly to the Ozone instance.

To learn more about calling atproto API endpoints like this one, see the API Hosts and Auth guide.

Get a specific set and its values

Request

Query Parameters

    name stringrequired
    limit integer

    Possible values: >= 1 and <= 1000

    Default value: 100

    cursor string

Responses

OK

Schema

    set

    object

    required

    name stringrequired

    Possible values: >= 3 characters and <= 128 characters

    description string

    Possible values: <= 10240 characters

    setSize integerrequired
    createdAt date-timerequired
    updatedAt date-timerequired
    values string[]required
    cursor string
Loading...