invitations.not_found
The invitation ID was not found or has already been revoked.
invitations.not_found is returned when the invitation ID referenced in an accept or status request does not match any active invitation. This happens when the invite was revoked, never existed, or was already accepted and the row was cleaned up.
The invitation was revoked by a workspace admin/owner, the ID is wrong, or the invitation has already been consumed and removed.
Ask a workspace owner to re-issue the invitation. Do not retry with the same invite ID; it will not succeed.
{
"error": {
"code": "invitations.not_found",
"message": "invitation not found or revoked",
"request_id": "req_01900000abc"
}
}