ListQueuesQueryParams

constructor(enabled: Boolean? = null, subjectType: String? = null, collection: String? = null, reportTypes: List<String>? = null, limit: Long? = 50, cursor: String? = null)

Parameters

enabled

Filter by enabled status. If not specified, returns all queues.

subjectType

Filter queues that handle this subject type ('account' or 'record').

collection

Filter queues by collection name (e.g. 'app.bsky.feed.post').

reportTypes

Filter queues that handle any of these report reason types.