Skip to main content

tools.ozone.queue.defs

#queueView

PropertyTypeKnown ValuesRequiredDescription
idinteger-Queue ID
namestring-Display name of the queue
subjectTypesarray of string-Subject types this queue accepts.
collectionstring (nsid)-Collection name for record subjects (e.g., 'app.bsky.feed.post')
reportTypesarray of string-Report reason types this queue accepts (fully qualified NSIDs)
descriptionstring-Optional description of the queue
createdBystring (did)-DID of moderator who created this queue
createdAtstring (datetime)--
updatedAtstring (datetime)--
enabledboolean-Whether this queue is currently active
deletedAtstring (datetime)-When the queue was deleted, if applicable
stats#queueStats--

#queueStats

PropertyTypeKnown ValuesRequiredDescription
pendingCountinteger-Number of reports in 'open' status
actionedCountinteger-Number of reports in 'closed' status
escalatedCountinteger-Number of reports in 'escalated' status
inboundCountinteger-Reports received in this queue in the last 24 hours.
actionRateinteger-Percentage of reports actioned (actionedCount / inboundCount * 100), rounded to nearest integer. Absent when inboundCount is 0.
avgHandlingTimeSecinteger-Average time in seconds from report creation to close, for reports closed in this period.
lastUpdatedstring (datetime)-When these statistics were last computed

#assignmentView

PropertyTypeKnown ValuesRequiredDescription
idinteger--
didstring (did)--
moderatortools.ozone.team.defs#member--
queue#queueView--
startAtstring (datetime)--
endAtstring (datetime)--