Skip to main content
GET
Retrieve a Stream

Authorizations

Authorization
string
header
required

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

Path Parameters

STREAM_ID
number
required

The ID of the Stream

Query Parameters

fields
string

Return desired fields: {all} or {id, dataset, updateMethod, createdAt, or modifiedAt}

Response

200 - application/json

Returns a Stream object if valid Stream ID was provided. When requesting, if the Stream ID is related to a DataSet that has been deleted, a subset of the Stream's information will be returned, including a deleted property, which will be true.

id
integer
dataSet
object
updateMethod
string
createdAt
string
modifiedAt
string