Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 8 additions & 14 deletions docs/content/docs/api-reference/workflow-api/get-world.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,17 @@ showSections={["returns"]}
The World object provides access to several entity interfaces. See the [World SDK](/docs/api-reference/workflow-api/world) reference for complete documentation:

<Cards>
<Card href="/docs/api-reference/workflow-api/world/runs" title="world.runs">
List, filter, and inspect workflow runs.
<Card href="/docs/api-reference/workflow-api/world/storage" title="Storage">
Query runs, steps, hooks, and the underlying event log.
</Card>
<Card href="/docs/api-reference/workflow-api/world/steps" title="world.steps">
List and inspect step execution data.
</Card>
<Card href="/docs/api-reference/workflow-api/world/hooks" title="world.hooks">
Look up hooks by ID or token.
</Card>
<Card href="/docs/api-reference/workflow-api/world/events" title="world.events">
Query the append-only event log.
</Card>
<Card href="/docs/api-reference/workflow-api/world/streams" title="world.streams">
<Card href="/docs/api-reference/workflow-api/world/streams" title="Streams">
Read, write, and manage data streams.
</Card>
<Card href="/docs/api-reference/workflow-api/world/queue" title="world.queue">
Enqueue runs and create queue handlers.
<Card href="/docs/api-reference/workflow-api/world/queue" title="Queue">
Low-level queue dispatch (internal SDK infrastructure).
</Card>
<Card href="/docs/api-reference/workflow-api/world/observability" title="Observability">
Hydrate step I/O, parse display names, decrypt data.
</Card>
</Cards>

Expand Down
227 changes: 0 additions & 227 deletions docs/content/docs/api-reference/workflow-api/world/events.mdx

This file was deleted.

Loading
Loading