Retrieve a paginated list of passports with optional filtering by type, owner, status, and tags. Supports free-text search across name, description, and tags. Defaults to page 1, 20 results per page.
Documentation Index
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_...)
Filter by passport type (model, compute, tool, dataset, agent)
model, compute, tool, dataset, agent, voice, other Filter by owner wallet address (Solana base58 or EVM 0x)
Filter by passport status (active, deprecated, revoked)
active, deprecated, revoked Comma-separated
Tag matching mode - all (every tag must match) or any (at least one)
all, any Free-text search across name, description, and tags
Page number for pagination (starts at 1)
x >= 1Number of results per page (1-100)
1 <= x <= 100Sort field (created_at, updated_at, or name)
created_at, updated_at, name Sort direction (asc or desc)
asc, desc