Skip to content

feat(admin-api): add job events endpoint & command#1935

Open
shiyasmohd wants to merge 1 commit intomainfrom
shiyasmohd/job-events-api
Open

feat(admin-api): add job events endpoint & command#1935
shiyasmohd wants to merge 1 commit intomainfrom
shiyasmohd/job-events-api

Conversation

@shiyasmohd
Copy link
Contributor

@shiyasmohd shiyasmohd commented Mar 7, 2026

  • Add GET /jobs/{id}/events endpoint to query the append-only job lifecycle event log
  • Each event includes id, timestamp, worker node, and event type.
  • Returns 404 if the job does not exist, empty events list if job exists but has no events
  • Add ampctl job events <JOB_ID> command
  • Add integration tests.

Example Output

Screenshot 2026-03-07 at 12 45 23 PM

@shiyasmohd shiyasmohd self-assigned this Mar 7, 2026
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