links

GET /v1/content/runs/{runId}

One run, with every site's outcome.

Tất cả các điểm cuối links

Xác thực

Gửi khóa API dưới dạng mã thông báo bearer. Điểm cuối này không nêu rõ quyền cụ thể trong thông số kỹ thuật, vì vậy hãy cấp cho khóa của bạn quyền tối thiểu cần thiết và kiểm tra phản hồi thay vì phỏng đoán.

Endpoint này không nhận ID tổ chức. Khóa của bạn đã xác định tổ chức mà nó thuộc về và phản hồi được giới hạn trong phạm vi đó.

Dùng thử

Thay thế bất kỳ nội dung nào trong ngoعل (angle brackets) bằng giá trị của riêng bạn và trình giữ chỗ key bằng một key từ trang tổng quan của bạn.

curl -X GET https://api.zinndigital.com/v1/content/runs/{runId} \
  -H "Authorization: Bearer zdk_live_…"

Đã đăng nhập? Bảng điều khiển API trong trang quản lý của bạn sẽ tự điền ID tổ chức thực tế và khóa của riêng bạn, sau đó chạy yêu cầu đối với API trực tiếp để bạn có thể xem phản hồi thực tế. Mở điểm cuối này trong bảng điều khiển API

Chi tiết

The whole run screen in one call. Gated on `links.view`. 404 rather than 403 for a run in another tenant — a 403 would confirm the row exists.

Tham số

TênLoạiBắt buộcNội dung này là gì
runId (path)string

Phản hồi

TênLoạiBắt buộcNội dung này là gì
idstring
stateContentRunStateWhere a run got to. `partial` is a real, honest, terminal answer and not a euphemism: some sites published and some did not, nothing is left to try, and the failures can be resu…
publish_policyContentRunPublishPolicyHow far a run may go on its own. `draft_only` is the default and puts nothing live.
recipe_idstringKhông
briefstring
categorystringKhông
post_idstringKhôngThe article this run wrote. Written once and reused for every site, so a resumed run places the SAME copy rather than paying for a second generation.
attemptintegerWhich pass over the failures this is. 0 is the original run.
workflow_idstringKhông
totalsContentRunTotals
reasonContentRunFailureReasonKhông
providerstringKhông
messagestringKhôngAn English sentence for the customer. Clients should render their own localised text from `reason` and fall back to this only for a code they do not know.
resumablebooleanWhether a resume would actually do anything. False on a paused run with nothing failed — do not offer the button when this is false.
started_atstringKhông
finished_atstringKhông
created_atstring
itemsContentRunItem[]

Các lỗi điểm cuối này có thể trả về

401 · 403 · 404