Get data stream statuses
Authentication
An auth_token should be provided to authenticate a session.
To obtain an auth_token, see the /api/v1/authenticate POST request.
An auth_token should be provided to authenticate a session.
To obtain an auth_token, see the /api/v1/authenticate POST request.
Lists possible data stream statuses.
(1) is the normal Running state meaning your data stream is active and streams data.
(2) indicates a Paused data stream. It will not send messages to your destination.
However, messages meant for this data stream are routed and will be stored up to 7 days.
You will first receive historic data once you resume a paused streamer after longer pausing.
(3) indicates that an Error has occurred. This might be problems in the configuration (e.g. missing permissions)
or your destination has been unavailable for a longer period of time and the data stream exceeded maximum retries.
You may restart the streamer in order to fix a temporary problem, misconfigured streamers will continue to fail.
(4) is a Pending state. Your data stream has not been initialized, yet.
This state may occur for a very short time.