{ "lexicon": 1, "id": "com.atproto.temp.fetchLabels", "defs": { "main": { "type": "query", "description": "DEPRECATED: use queryLabels or subscribeLabels instead -- Fetch all labels from a labeler created after a certain date.", "parameters": { "type": "params", "properties": { "limit": { "type": "integer", "default": 50, "minimum": 1, "maximum": 250 }, "since": { "type": "integer" } } }, "output": { "encoding": "application/json", "schema": { "type": "object", "required": [ "labels" ], "properties": { "labels": { "type": "array", "items": { "type": "ref", "ref": "com.atproto.label.defs#label" } } } } } } } }