Documentation Index
Fetch the complete documentation index at: https://docs.auvy.ai/llms.txt
Use this file to discover all available pages before exploring further.
Activity API
Get detailed activity logs and audit trails.Get Activity Engrams
Get activity engrams (traces of receptor executions, memory operations, etc.).Brain scope required. Include the
X-Brain-Id header or configure getBrainId in the public client.Headers
| Header | Type | Description |
|---|---|---|
X-Brain-Id | string (UUID) | Required. Brain ID for scoping |
Query Parameters
| Parameter | Type | Description |
|---|---|---|
source_types | string[] | Filter by source types (comma-separated) |
target_types | string[] | Filter by target types (comma-separated) |
hours | number | Hours to look back (default: 24) |
limit | number | Maximum number of results (default: 10000, max: 50000) |
offset | number | Offset for pagination |
workspace_slug.
Example Request
- TypeScript
- curl
Example Response
Source Types
Common source types for filtering:synapse- Receptor-backed synapse executionsmemory- Memory operationspathway- Pathway executionsneuron- neuronExecution
Related
- Usage API - Get usage statistics
- Integration patterns - Pagination patterns