sophos_get_user_attestation
Retrieve the status and details of a user attestation by ID, showing pending, completed, or expired statuses and the selected option.
Instructions
Get the current status and details of a user activity attestation by its ID. Poll this after creating an attestation to check whether the user has responded. Status values: 'pending' (user has not answered yet), 'completed' (user selected an option — see 'selectedOption'), 'expired' (user did not respond before the timeout).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Specific fields to include in a partial response (e.g. ['id', 'status', 'selectedOption']) | |
| tenant_id | Yes | Tenant UUID | |
| attestation_id | Yes | Attestation UUID (returned by sophos_create_user_attestation) |