agency-board

GET /v1/agency/boards/{boardId}/automations/{ruleId}/runs

Every time this rule was considered — and why it did or did not fire.

Semua titik akhir agency-board

Autentikasi

Kirimkan kunci API sebagai token bearer. Titik akhir ini tidak menyatakan izin tertentu dalam spesifikasi, jadi berikan kunci Anda izin minimum yang diperlukan dan periksa responsnya alih-alih berasumsi.

Endpoint ini tidak memerlukan id organisasi. Kunci Anda telah mengidentifikasi organisasi tempatnya berafiliasi, dan respons akan dibatasi untuk organisasi tersebut.

Coba

Ganti apa pun di dalam tanda kurung sudut dengan nilai Anda sendiri, dan placeholder kunci dengan kunci dari dasbor Anda.

curl -X GET https://api.zinndigital.com/v1/agency/boards/{boardId}/automations/{ruleId}/runs \
  -H "Authorization: Bearer zdk_live_…"

Sudah masuk? Konsol API di dasbor Anda akan mengisi ID organisasi asli dan kunci Anda sendiri, serta menjalankan permintaan terhadap API langsung sehingga Anda dapat melihat respons aktualnya. Buka titik akhir ini di konsol API

Detail

A row is written whenever the rule was **considered**, not only when it fired, and each carries the result of every condition with the value it actually saw. ⛔ That is the whole point of the endpoint. A rule that does not fire otherwise leaves the customer with an absence, which is indistinguishable from "the trigger never happened", from "it is disabled" and from "the platform is down".

Parameter

NamaJenisWajibTentang apa ini
boardId (path)UuidYaProject board ID (UUIDv7).
ruleId (path)UuidYaAutomation rule ID (UUIDv7).
limit (query)integerTidakMaximum items to return (page size).
cursor (query)stringTidakOpaque cursor from a previous page's `page.next_cursor`.

Tanggapan

NamaJenisWajibTentang apa ini
dataBoardAutomationRun[]Ya
pagePageMetaYa

Kesalahan yang dapat dikembalikan oleh titik akhir ini

401 · 403 · 404