tools.ozone.setting.list Options
GET {{baseUrl}}/xrpc/tools.ozone.setting.listOptions?limit=50&cursor=<string>&scope=instance&prefix=<string>&keys=<nsid>&keys=<nsid>
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.
List settings with optional filtering
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | number | ||
cursor | string | ||
scope | string | ||
prefix | string | Filter keys by prefix | |
keys | string | Filter for only the specified keys. Ignored if prefix is provided | |
keys | string | Filter for only the specified keys. Ignored if prefix is provided |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"options":[{"key":"\u003cnsid\u003e","value":{},"did":"\u003cdid\u003e","scope":"\u003cstring\u003e","createdBy":"\u003cdid\u003e","lastUpdatedBy":"\u003cdid\u003e","description":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e","updatedAt":"\u003cdateTime\u003e","managerRole":"\u003cstring\u003e"},{"key":"\u003cnsid\u003e","value":{},"did":"\u003cdid\u003e","scope":"\u003cstring\u003e","createdBy":"\u003cdid\u003e","lastUpdatedBy":"\u003cdid\u003e","description":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e","updatedAt":"\u003cdateTime\u003e","managerRole":"\u003cstring\u003e"}],"cursor":"\u003cstring\u003e"}