crate.aura(params)
crate.aura(params?: { limit?: number }, opts?: RequestOptions): Promise<AuraIndexResponse>The aura index — artists whose signals are converging across several dimensions at once, strongest first. state: 'degraded' = a substrate read failed (items empty, still HTTP 200) — branch on it rather than assuming rows.
| Endpoint | GET /api/v2/aura |
| Auth | key |
| Returns | AuraIndexResponse |
| Retryable | yes |
| Idempotent | yes |
Example
Section titled “Example”const a = await crate.aura({ limit: 100 });a.items.forEach((x) => console.log(x.display, x.convergence_dim_count));