Logo
Akamai APIs API Documentation

List streams

GET https://{{host}}/datastream-config-api/v2/log/streams

Returns the latest versions of the stream configurations for all groups within your account. You can use the groupId parameter to view the latest versions of all configurations in a specific group, and up to five property names as the propertyName parameter to get streams for specific properties.

 

Body PARAM

Key Datatype Required Description 
groupId
string (Optional) Uniquely identifies the group that can access the product.
propertyName
string (Optional) Uniquely identifies the property. Enter up to five comma-delimited property names to get streams for specific properties.



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

[ { "contractId": "C-0N7RAC71", "createdBy": "jperez", "createdDate": "2022-02-05T13:31:30Z", "groupId": 54321, "latestVersion": 2, "modifiedBy": "szhang", "modifiedDate": "2022-02-05T13:31:30Z", "productId": "Dynamic_Site_Accelerator", "properties": [ { "propertyId": 349772, "propertyName": "eib1.com" } ], "streamId": 4608, "streamName": "Stream1", "streamStatus": "DEACTIVATED", "streamVersion": 2 }, { "contractId": "C-0N7RAC7", "createdBy": "jperez", "createdDate": "2022-01-31T08:03:18Z", "groupId": 12345, "latestVersion": 1, "modifiedBy": "tyamada", "modifiedDate": "2022-01-31T08:05:44Z", "productId": "Web_Application_Accelerator", "properties": [ { "propertyId": 349772, "propertyName": "eip.yjeong.com" }, { "propertyId": 349772, "propertyName": "eip.yjeong3.com" } ], "streamId": 7050, "streamName": "Datasets Change", "streamStatus": "ACTIVATED", "streamVersion": 1 }, { "contractId": "K-0N7RAK7", "createdBy": "jsmith", "createdDate": "2022-01-31T08:28:32Z", "groupId": 54321, "latestVersion": 2, "modifiedBy": "jsmith", "modifiedDate": "2022-01-31T08:36:43Z", "productId": "Download_Delivery", "properties": [ { "propertyId": 349772, "propertyName": "customp.com" } ], "streamId": 4602, "streamName": "Stream2", "streamStatus": "ACTIVATED", "streamVersion": 2 }, { "contractId": "C-0N7RAC71", "createdBy": "hgildong", "createdDate": "2022-01-31T10:12:13Z", "groupId": 32145, "latestVersion": 2, "modifiedBy": "jperez", "modifiedDate": "2022-01-31T10:12:13Z", "productId": "Adaptive_Media_Delivery", "properties": [ { "propertyId": 349772, "propertyName": "eib2.com" }, { "propertyId": 349772, "propertyName": "eib1.customp.com" } ], "streamId": 5258, "streamName": "Stream3", "streamStatus": "ACTIVATED", "streamVersion": 2 }, { "contractId": "C-0N7RAC71", "createdBy": "jperez", "createdDate": "2022-02-01T13:30:51Z", "groupId": 54321, "latestVersion": 1, "modifiedBy": "jperez", "modifiedDate": "2022-02-01T13:30:51Z", "productId": "Adaptive_Media_Delivery", "properties": [ { "propertyId": 349772, "propertyName": "eib.customp.com" } ], "streamId": 5252, "streamName": "Stream4", "streamStatus": "INACTIVE", "streamVersion": 1 } ]



Curl
curl -X GET 'https://undefined/datastream-config-api/v2/log/streams?groupId=&propertyName=' -H 'Accept: application/json'

ENDPOINTS