<@U04UQ68083H> Can u explain what are the status o...
# ory-copilot
f
@chilly-king-10285 Can u explain what are the status of a verifiable address?
b
A message from kapa.ai
The knowledge sources indicate that a verifiable address in Ory (such as an email or phone number) has a status field, but they do not provide a comprehensive list of all possible status values. The documentation does mention that the status must not exceed 16 characters due to SQL schema limitations, and example payloads use the value "completed" for a verified address:
Copy code
json {   "value": "<mailto:docs-verify@example.org|docs-verify@example.org>",   "verified": true,   "via": "email",   "status": "completed" }
This suggests that "completed" is one possible status, typically used when the address has been verified. However, the sources do not explicitly enumerate all possible status values (such as "pending", "sent", etc.), so I cannot provide a full list with certainty based on the available documentation. If you need the complete set of possible status values, you may need to consult the Ory source code or reach out to Ory support for further clarification[Import identities](https://www.ory.sh/docs/kratos/manage-identities/import-user-accounts-identities).