Retrieves a list of all streams available to a user. Supports optional URL Parameters for pagination and sorting of the results.

Query Params
integer
Defaults to 1

Specifies the page number to view, starting at 1.

integer

Indicates the number of data points that are displayed per page. The default is to display all data if you don't specify the page size.

string
Defaults to modifiedDate

Sorts the fields displayed based on the key that you specify, either cpcode, createdDate, dvrWindowInMin, format, modifiedDate, name, originHostName, status, or zone.

string
Defaults to DESC

Sorts the streams list in ascending (ASC) or descending (DESC) order.

Responses

Response body
object
integer

Specifies the page number to view, starting at 1.

integer

Indicates the number of data points that are displayed per page. The default is to display all data if you don't specify the page size.

streams
array of objects

Encapsulates stream configuration and version information.

streams
object
integer
required

The unique identifier for the stream. The stream ID must be identical between your primary and backup streams.

integer

The CP code for the backup storage.

integer
required

The Content Provider code (CP code) associated with the stream. A CP code is a unique identifier for reporting, billing, and monitoring traffic served over the Akamai network.

string
required

The Control Center username who created the stream.

integer

The length of time that content is available as DVR content. You can specify an archive window value from 5 to 30 minutes. A 30-minute scrub back window is enabled for all streams.

string
required

The encoder's geographical location. Choose an encoder that is close to your location.

string
required

The ingest format for Apple HTTP Live Streaming (HLS), Adobe HTTP Dynamic Streaming (HDS), Dynamic Adaptive Streaming over HTTP (DASH), or Common Media Application Format (CMAF).

HLS HDS DASH CMAF

string
required

The Control Center username who edited the stream.

date-time
required

The date on which the stream was modified.

string
required

The stream name can be up to 90 characters long and can include alphanumeric, underscore, and dash characters.

string

The hostname as defined in your origin DNS. This depends on the CDN that you use. For an AMD property on the Akamai CDN, the hostname is origin.akamaized.net.

integer
required

Specify the Media Services Live CP code for the primary storage.

provisionDetail
object
required

Details about the stream provisioning status.

primaryDirectConnectSettings
object

Details about the primary stream Direct Connect settings.

backupDirectConnectSettings
object

Details about Direct Connect settings for the backup stream.

boolean

Indicates whether stream authentication is enabled for the stream.

integer

Count of all streams by CP code.

Language
Authentication
URL