List log details

GET https://{{host}}/imaging/v2/network/:network/details/logs

Returns a list of image or video logs for the transformations requested in the past three days.

Request Params

KeyDatatypeRequiredDescription
limitstring(Optional) Specifies the maximum number of logs per day.
urlstring(Optional) Limits search results to a specific image or video URL.
policyIdstring(Optional) Filters the policy to specify a single image or video policy. To get a policy's ID, run the List policies operation. Use in conjunction with the url, transformationType, and size parameters.
sizestring(Optional) Size breakpoint, in pixels, configured in the policy. Use in conjunction with the url, transformationType, and policyId query parameters.
transformationTypestring(Optional) Enum Filters results to include transformations done in REALTIME or queued for OFFLINE processing. Use in conjunction with the url, size and policyId parameters.
accountSwitchKeystring(Optional) For customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.

HEADERS

KeyDatatypeRequiredDescription
ContractstringUnique identifier for the Akamai Contract containing the policy sets. Required if you have access to more than one contract with Image & Video Manager.
Policy-Setstring(Required) Unique identifier for the Image & Video Manager policy set.
Acceptstring

RESPONSES

status: OK

{"itemKind":"LOGDETAILS","items":[{"completeTime":"2020-01-29 02:45:36","policyId":"videoPolicy","size":854,"startTime":"2020-01-29 02:45:34","status":"PASSED","transformationType":"REALTIME","url":"http://www.customer.com/cat_video.mp4"},{"completeTime":"2020-01-29 02:45:39","pendingTime":"2020-01-29 02:45:36","policyId":"videoPolicy","size":854,"startTime":"2020-01-29 02:45:37","status":"PASSED","transformationType":"OFFLINE","url":"http://www.customer.com/cat_video.mp4"},{"actual":276134947,"completeTime":"2020-01-29 06:20:07","policyId":"videoPolicy","reason":"BYTES","size":854,"startTime":"2020-01-29 06:20:06","status":"FAILED","threshold":268435456,"transformationType":"REALTIME","url":"http://www.customer.com/dog_video.mp4"}],"totalItems":3}