listLogpushJob
List Logpush job. See [eCDN Logpush](https://developer.salesforce.com/docs/commerce/commerce-api/guide/cdn-zones-logpush.html).
Operation ID: listLogpushJobGET
https://{shortCode}.api.commercecloud.salesforce.com/cdn/zones/v1/organizations/{organizationId}/zones/{zoneId}/logpush/jobs
Request
curl "https://{shortCode}.api.commercecloud.salesforce.com/cdn/zones/v1/organizations/{organizationId}/zones/{zoneId}/logpush/jobs"
Security
URI parameters
shortCode
string
Required
Default value:
shortCode
zoneId
string
Required
organizationId
string
Required
An identifier for the organization the request is being made by
Minimum characters:
1
Maximum characters:
32
f_ecom_zzxy_prd
Responses
Returned all jobs with details for the zone.
{
"data": [
{
"jobId": 123456,
"name": "example1-job-name",
"logType": "http_requests",
"logFields": [
"ClientRequestBytes",
"ClientRequestHost",
"ClientRequestMethod"
],
"destinationPath": "s3://customer-bucket/site-name/{DATE}?region=us-east-1&sse=AES256",
"lastComplete": "2023-03-14T02:09:32Z",
"createdOn": "2023-01-01T00:00:27Z"
},
{
"jobId": 123457,
"name": "example2-job-name",
"logType": "firewall_events",
"logFields": [
"RuleID",
"ClientRequestUserAgent",
"ClientRequestPath"
],
"filter": "{\"where\":{\"and\":[{\"key\":\"ClientRequestPath\",\"operator\":\"contains\",\"value\":\"/example-path\"}, {\"key\":\"EdgeResponseStatus\",\"operator\":\"in\",\"value\":[502, 503, 504, 520, 521, 522, 522, 523, 524, 525, 526, 530]}]}}",
"destinationPath": "s3://customer-bucket/site-name/{DATE}?region=us-east-1&sse=AES256",
"lastComplete": "2023-03-22T02:09:32Z",
"createdOn": "2023-01-03T00:00:27Z"
},
{
"jobId": 123458,
"name": "example3-job-name",
"logType": "page_shield_events",
"logFields": [
"Action",
"CSPDirective",
"Host",
"PageURL",
"PolicyID",
"ResourceType",
"Timestamp",
"URL",
"URLHost"
],
"destinationPath": "s3://customer-bucket/site-name/page-shield-events/{DATE}?region=us-east-1&sse=AES256",
"lastComplete": "2025-01-02T02:09:32Z",
"createdOn": "2025-01-01T00:00:27Z"
}
]
}
Body
Media type:
application/json
data
array
Required