Documentation Index
Fetch the complete documentation index at: https://docs.osmedeus.org/llms.txt
Use this file to discover all available pages before exploring further.
Event Logs
List Event Logs
Get a paginated list of event logs with optional filtering. List all event logs:| Parameter | Type | Description |
|---|---|---|
topic | string | Filter by event topic (e.g., “run.started”, “run.completed”) |
name | string | Filter by event name |
source | string | Filter by event source (e.g., “executor”, “scheduler”, “api”) |
workspace | string | Filter by workspace name |
run_id | string | Filter by run ID |
workflow_name | string | Filter by workflow name |
processed | bool | Filter by processed status (“true” or “false”) |
offset | int | Pagination offset (default: 0) |
limit | int | Maximum records to return (default: 20, max: 10000) |
| Topic | Description |
|---|---|
run.started | Workflow execution started |
run.completed | Workflow execution completed successfully |
run.failed | Workflow execution failed |
asset.discovered | New asset discovered during scan |
asset.updated | Existing asset information updated |
webhook.received | External webhook received |
schedule.triggered | Scheduled workflow triggered |
step.completed | Individual step completed |
step.failed | Individual step failed |
