Retrieve metadata for an evidence bundle (ev_...) owned by your API key. Free — no credits consumed. Use for quick status/metadata lookups such as checking if a bundle is complete, finding its notarization status, or viewing retention/legal hold info. For deep cryptographic integrity verification (hash + signature + artifact checks), use verify_bundle instead.
Returns: {
bundle_id, source_url, mode, status: "pending"|"complete"|"failed",
manifest_sha256, manifest_signature, signer_address,
attestation_tx, attestation_at, eas_uid,
parent_bundle_id, superseded_by,
legal_hold: boolean, retention_until, created_at
}
Example prompts:
- "Show me the metadata for bundle ev_550e8400."
- "Check the status and notarization info of my evidence bundle."
- "Get me the details of bundle [ev_id] — is it complete?"