cf_get_logpush_job
Retrieve configuration and last delivery status for a specific Cloudflare Logpush job. Specify the scope (zone or account), scope ID, and job ID.
Instructions
Get a single Logpush job's configuration + last delivery status.
Args:
scope: 'zone' or 'account'.
scope_id: Cloudflare zone ID or account ID matching the scope.
job_id: Logpush job ID (integer-as-string from CF).
Calls: GET /{zones|accounts}/{scope_id}/logpush/jobs/{job_id}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | Yes | ||
| scope_id | Yes | ||
| job_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |