Skip to content

feat(API): add automation events list endpoints #STRINGS-2826 - #1227

Open
Łukasz Ciesielski (lookasc) wants to merge 4 commits into
mainfrom
feat/automation-events-list-endpoints
Open

feat(API): add automation events list endpoints #STRINGS-2826#1227
Łukasz Ciesielski (lookasc) wants to merge 4 commits into
mainfrom
feat/automation-events-list-endpoints

Conversation

@lookasc

Copy link
Copy Markdown
Contributor

Purpose:

  • Adds the ability to list the run history of Automations, both for a single automation and across all automations in an account.
  • Supports filtering by state, trigger type, project, and creation date range.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown
Contributor

API changelog (oasdiff)

Doc-only edits (descriptions, examples) do not appear here.

2 changes: 0 error, 0 warning, 2 info
info	[endpoint-added] at doc/compiled.json
	in API GET /accounts/{account_id}/automation_events
		endpoint added

info	[endpoint-added] at doc/compiled.json
	in API GET /accounts/{account_id}/automations/{automation_id}/events
		endpoint added

Rename the project_ids[] query param to project_ids and drop format:
date-time / nullable: true from schema fields that the Go client
generator can't handle, and quote an unrelated pre-existing
unquoted date example that a newer js-yaml was reinterpreting as a
timestamp and re-serializing with milliseconds, breaking the
compare-output CI check.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant