agency-board
GET /v1/agency/boards/{boardId}/automations/{ruleId}/runs
Every time this rule was considered — and why it did or did not fire.
Pagpapatotoo
Magpadala ng API key bilang bearer token. Ang endpoint na ito ay hindi naglatag ng tiyak na pahintulot sa pagtutukoy, kaya ibigay sa iyong key ang pinakamababang kailangan nito at suriin ang tugon sa halip na umasa.
Ang endpoint na ito ay hindi nangangailangan ng id ng organisasyon. Natutukoy na ng iyong key ang organisasyong kinabibilangan nito, at nakatuon ang tugon dito.
Subukan ito
Palitan ang anuman sa loob ng mga panaklong na may anggulo ng iyong sariling mga halaga, at ang placeholder ng key na may key mula sa iyong dashboard.
curl -X GET https://api.zinndigital.com/v1/agency/boards/{boardId}/automations/{ruleId}/runs \
-H "Authorization: Bearer zdk_live_…"Nakalagda? Ang API console sa iyong dashboard ay awtomatikong naglalagay ng iyong tunay na ID ng organisasyon at sariling susi, at pinapatakbo ang kahilingan laban sa live na API upang makita mo ang aktwal na tugon. Buksan ang endpoint na ito sa console ng API
Mga Detalye
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".
Mga Parameter
| Pangalan | Uri | Kailangan | Ano ito |
|---|---|---|---|
boardId (path) | Uuid | Oo | Project board ID (UUIDv7). |
ruleId (path) | Uuid | Oo | Automation rule ID (UUIDv7). |
limit (query) | integer | Hindi | Maximum items to return (page size). |
cursor (query) | string | Hindi | Opaque cursor from a previous page's `page.next_cursor`. |
Tugon
| Pangalan | Uri | Kailangan | Ano ito |
|---|---|---|---|
data | BoardAutomationRun[] | Oo | — |
page | PageMeta | Oo | — |
Mga error na maibabalik ng endpoint na ito
401 · 403 · 404