Skip to main content
GET
/
v1
/
streams
List streams
curl --request GET \
  --url https://api.sequin.io/v1/streams \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "c906b4a4-0cda-4f46-bd80-255f570c195d",
      "slug": "dev",
      "org_id": "75958cea-c981-4116-9a0d-c1e99e826688",
      "created_at": "2024-12-15 01:29:29",
      "updated_at": "2024-12-15 01:29:29"
    },
    { ... },
    { ... }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://sequin.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

Response fields

{
  "data": [
    {
      "id": "c906b4a4-0cda-4f46-bd80-255f570c195d",
      "slug": "dev",
      "org_id": "75958cea-c981-4116-9a0d-c1e99e826688",
      "created_at": "2024-12-15 01:29:29",
      "updated_at": "2024-12-15 01:29:29"
    },
    { ... },
    { ... }
  ]
}
id
string
ID of the stream.
slug
string
Slug of the stream.
org_id
string
ID of your organization.
created_at
string
Timestamp of when the stream was created, in ISO 8601 format.
updated_at
string
Timestamp of when the stream was last updated, in ISO 8601 format.