Skip to main content
GET
/
v1
/
streams
List Streams
curl --request GET \
  --url https://api.domo.com/v1/streams \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": 1,
    "dataSet": {
      "id": "0c1e0dbe-9f71-4625-9b50-b79e6e4266f2",
      "pdpEnabled": false
    },
    "updateMethod": "APPEND",
    "createdAt": "2016-05-26T21:03:35Z",
    "modifiedAt": "2016-05-26T21:03:35Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

limit
number

The amount of Stream to return in the list. The default is 50 and the maximum is 500.

offset
number

The offset of the Stream ID to begin list of users within the response.

Response

200 - application/json

Returns all Stream objects that meet argument criteria from original request.

id
integer
dataSet
object
updateMethod
string
createdAt
string
modifiedAt
string