Skip to main content
GET
TypeScript

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

ID of the multistream target

Response

Success

id
string
read-only
Example:

"09F8B46C-61A0-4254-9875-F71F4C605BC7"

name
string
userId
string
deprecated
read-only
Example:

"66E2161C-7670-4D05-B71D-DA2D6979556F"

disabled
boolean

If true then this multistream target will not be used for pushing even if it is configured in a stream object.

createdAt
number
read-only

Timestamp (in milliseconds) at which multistream target object was created

Example:

1587667174725

Last modified on March 18, 2026