Files
sure/app/views/api/v1/rule_runs/show.json.jbuilder
ghost 9cb3b8e05c feat(api): expose rule run history (#1646)
* feat(api): expose rule run history

* fix(api): address rule run review

* fix(api): complete rule run review

* test(api): cover unauthenticated rule run show

* test(api): align rule run api key helper

* Small Sonnet nit-pick

---------

Co-authored-by: Juan José Mata <jjmata@jjmata.com>
2026-05-03 23:33:35 +02:00

6 lines
96 B
Ruby

# frozen_string_literal: true
json.data do
json.partial! "rule_run", rule_run: @rule_run
end