app.tempomusic.staff.listAuditEvents

lexicons.tempomusic.fan

{
  "id": "app.tempomusic.staff.listAuditEvents",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "Forbidden",
          "description": "Caller is not an active moderator."
        },
        {
          "name": "InvalidCursor"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "items"
          ],
          "properties": {
            "items": {
              "type": "array",
              "items": {
                "ref": "app.tempomusic.staff.defs#auditEntryView",
                "type": "ref"
              }
            },
            "cursor": {
              "type": "string",
              "maxLength": 1024
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1
          },
          "cursor": {
            "type": "string",
            "maxLength": 1024
          },
          "actorDid": {
            "type": "string",
            "format": "did",
            "description": "Filter to actions performed by this moderator DID."
          },
          "actionType": {
            "type": "string",
            "maxLength": 100,
            "description": "Filter to one audit action type (wire values of app.tempomusic.staff.defs#auditEntryView.actionType, e.g. subjectTakedown). Unknown values return the unfiltered journal.",
            "knownValues": [
              "reportCreated",
              "reportTriaged",
              "reportDismissed",
              "reportClosedByCascade",
              "subjectTakedown",
              "subjectRestore",
              "moderatorGranted",
              "moderatorRevoked"
            ]
          },
          "subjectDid": {
            "type": "string",
            "format": "did",
            "description": "Filter to actions whose subject_did denormalization matches this DID (account-level actions AND per-record actions on content authored by the DID)."
          }
        }
      },
      "description": "Global audit journal browser for the moderation console. Returns moderation_audit rows in reverse-chronological (created_at, id) keyset order, optionally filtered by acting moderator, action type, or subject DID. Complements getSubjectModerationHistory (per-subject view) with the 'what has the team been doing' view. Requires the caller to be an active moderator."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.tempomusic.staff.listAuditEvents

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:pxsuqmultto34oks44m2lgxm
CID
bafyreihc2ifozyiexjzqjirsqfnpgitrlpxahqzt66n4qmwyvbqa2ft7n4
Indexed At
2026-08-24 09:06 UTC
AT-URI
at://did:plc:pxsuqmultto34oks44m2lgxm/com.atproto.lexicon.schema/app.tempomusic.staff.listAuditEvents

Referenced Schemas (1)

Lexicon Garden

@