TypeScript
import { RaijinLabsLucidAi } from "raijin-labs-lucid-ai"; const raijinLabsLucidAi = new RaijinLabsLucidAi(); async function run() { const result = await raijinLabsLucidAi.agents.deploy.lucidGetDeploymentEvents({ passportId: "<id>", }); console.log(result); } run();
{ "success": true, "data": [ { "event_id": "<string>", "deployment_id": "<string>", "event_type": "<string>", "actor": "<string>", "previous_state": "<string>", "new_state": "<string>", "metadata": {}, "created_at": "2023-11-07T05:31:56Z" } ] }
Returns append-only audit log of deployment lifecycle events.
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_...)
Agent passport identifier
Maximum number of events to return
OK
Show child attributes