tools.ozone.queue.getAssignments
Get moderator assignments, optionally filtered by active status, queue, or moderator.
- class atproto_client.models.tools.ozone.queue.get_assignments.Params
Bases:
ParamsModelBaseParameters model for
tools.ozone.queue.getAssignments.
- class atproto_client.models.tools.ozone.queue.get_assignments.ParamsDict
Bases:
TypedDict- cursor: NotRequired[str | None]
Cursor.
- dids: NotRequired[List[Did] | None]
If specified, returns assignments for these moderators only.
- limit: NotRequired[int | None]
Limit.
- only_active: NotRequired[bool | None]
When true, only returns active assignments.
- queue_ids: NotRequired[List[int] | None]
If specified, returns assignments for these queues only.
- class atproto_client.models.tools.ozone.queue.get_assignments.Response
Bases:
ResponseModelBaseOutput data model for
tools.ozone.queue.getAssignments.- field assignments: List[models.ToolsOzoneQueueDefs.AssignmentView] [Required]
Assignments.