TypeScript
import { RaijinLabsLucidAi } from "raijin-labs-lucid-ai"; const raijinLabsLucidAi = new RaijinLabsLucidAi(); async function run() { const result = await raijinLabsLucidAi.anchoring.lucidLookupAnchorByCid({ cid: "<id>", }); console.log(result); } run();
{ "success": true, "data": [ { "anchor_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "artifact_type": "epoch_bundle", "artifact_id": "<string>", "agent_passport_id": "<string>", "producer": "<string>", "provider": "<string>", "storage_tier": "permanent", "cid": "<string>", "content_hash": "<string>", "url": "<string>", "size_bytes": 123, "status": "uploaded", "parent_anchor_id": "<string>", "chain_tx": {}, "metadata": {}, "created_at": 123, "verified_at": 123 } ] }
Find anchor records that match a given content identifier (CID).
Documentation IndexFetch the complete documentation index at: https://docs.lucid.foundation/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.lucid.foundation/llms.txt
Use this file to discover all available pages before exploring further.
Lucid API key (lk_live_... or lk_test_...)
OK
Show child attributes