> ## Documentation Index
> Fetch the complete documentation index at: https://docs.secapi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Streams

> Stream subscription creation and event polling for replay-safe event delivery.

Stream subscription creation and event polling for replay-safe event delivery.

<Note>
  The sidebar labels inside this family are the literal calls you make over HTTP. Descriptions stay in the body so the navigation stays sharp and scannable.
</Note>

## Operations in this family

<CardGroup cols={2}>
  <Card title="GET /v1/stream_subscriptions" href="/api-reference/streams/get-v1-stream-subscriptions">List stream subscriptions for the current organization</Card>
  <Card title="POST /v1/stream_subscriptions" href="/api-reference/streams/post-v1-stream-subscriptions">Create a stream subscription for event polling and replay</Card>
  <Card title="PATCH /v1/stream_subscriptions/{stream_id}" href="/api-reference/streams/patch-v1-stream-subscriptions-stream-id">Update a stream subscription description, event types, transport, or status</Card>
  <Card title="DELETE /v1/stream_subscriptions/{stream_id}" href="/api-reference/streams/delete-v1-stream-subscriptions-stream-id">Delete a stream subscription while preserving delivery records</Card>
  <Card title="POST /v1/stream_subscriptions/{stream_id}/disable" href="/api-reference/streams/post-v1-stream-subscriptions-stream-id-disable">Disable a stream subscription without deleting its delivery records</Card>
  <Card title="POST /v1/stream_subscriptions/{stream_id}/enable" href="/api-reference/streams/post-v1-stream-subscriptions-stream-id-enable">Enable a stream subscription</Card>
  <Card title="GET /v1/stream_subscriptions/{stream_id}/events" href="/api-reference/streams/get-v1-stream-subscriptions-stream-id-events">Poll canonical stream events for a subscription with cursor semantics</Card>
</CardGroup>
