Get invite status
get_invite_statusRetrieve invite status for a document or document group, identifying whether the invite mode is 'field' or 'freeform'.
Instructions
Get invite status for a document or document group. Supports field invites and freeform invites (field invite is preferred when both exist). For freeform document groups, uses the group documents list so signature_requests include signer emails when the API provides them. Returns invite_mode 'field' or 'freeform'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | ID of the document or document group | |
| entity_type | No | Type of entity: 'document' or 'document_group' (optional). If you're passing it, make sure you know what type you have. If it's not found, try using a different type. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| invite_id | Yes | ID of the invite | |
| status | Yes | Overall invite status: 'created', 'pending', 'fulfilled' | |
| steps | Yes | List of steps in the invite | |
| invite_mode | No | field = role/field invite path; freeform = mapped from free-form or group documents list | field |