check_attestation
Poll the status of an attestation session to see if it's pending, certified, or tampered, and retrieve the certificate URL upon completion.
Instructions
Look up the current status of an attestation session.
USE WHEN you want to:
Poll whether the counterparty has completed an attestation you initiated
Retrieve the certificate URL after certification
Check whether a session has expired or been tampered
Returns: { status: 'pending' | 'certified' | 'tampered', hedera_tx, certificate_url, expires_at, ... }
This endpoint is public — no API key required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | The session ID returned by initiate_attestation. |