---
id: v1-stream-status-response
title: StreamStatusResponse
pagination_label: StreamStatusResponse
sidebar_label: StreamStatusResponse
sidebar_class_name: typescriptsdk
keywords: ['typescript', 'TypeScript', 'sdk', 'StreamStatusResponse', 'v1StreamStatusResponse']
slug: /tools/sdk/typescript/shared_signals_framework_ssf/models/stream-status-response
tags: ['SDK', 'Software Development Kit', 'StreamStatusResponse', 'v1StreamStatusResponse']
---

# StreamStatusResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**stream_id** | **(optional)** `string` | Stream identifier. | [default to undefined]
**status** | **(optional)** `string` | Operational status of the stream (enabled, paused, or disabled). | [default to undefined]
**reason** | **(optional)** `string` | Optional reason for the current status (e.g. set when status is updated). | [default to undefined]

