tools.ozone.verification.list_verifications

class atproto_client.models.tools.ozone.verification.list_verifications.Params

Bases: ParamsModelBase

Parameters model for tools.ozone.verification.listVerifications.

field created_after: str | None = None

Filter to verifications created after this timestamp.

field created_before: str | None = None
field cursor: str | None = None

Pagination cursor.

field is_revoked: bool | None = None

Filter to verifications that are revoked or not. By default, includes both.

field issuers: List[str[str]] | None = None

Filter to verifications from specific issuers.

Constraints:
  • max_length = 100

field limit: int | None = 50

Maximum number of results to return.

Constraints:
  • ge = 1

  • le = 100

field sort_direction: Literal['asc'] | Literal['desc'] | None = 'desc'
field subjects: List[str[str]] | None = None

Filter to specific verified DIDs.

Constraints:
  • max_length = 100

class atproto_client.models.tools.ozone.verification.list_verifications.ParamsDict(*args, **kwargs)

Bases: dict

created_after: typing_extensions.NotRequired[str[str] | None]

Filter to verifications created after this timestamp.

created_before: typing_extensions.NotRequired[str[str] | None]

Filter to verifications created before this timestamp.

cursor: typing_extensions.NotRequired[str | None]

Pagination cursor.

is_revoked: typing_extensions.NotRequired[bool | None]

Filter to verifications that are revoked or not. By default, includes both.

issuers: typing_extensions.NotRequired[List[str[str]] | None]

Filter to verifications from specific issuers.

limit: typing_extensions.NotRequired[int | None]

Maximum number of results to return.

sort_direction: typing_extensions.NotRequired[Literal['asc'] | Literal['desc'] | None]

Sort direction for creation date.

subjects: typing_extensions.NotRequired[List[str[str]] | None]

Filter to specific verified DIDs.

class atproto_client.models.tools.ozone.verification.list_verifications.Response

Bases: ResponseModelBase

Output data model for tools.ozone.verification.listVerifications.

field cursor: str | None = None

Cursor.

field verifications: List[models.ToolsOzoneVerificationDefs.VerificationView] [Required]

Verifications.