Skip to content

Fix agent API spec accuracy#4498

Open
mintlify[bot] wants to merge 1 commit intomainfrom
mintlify/fix-agent-api-spec-1773648797
Open

Fix agent API spec accuracy#4498
mintlify[bot] wants to merge 1 commit intomainfrom
mintlify/fix-agent-api-spec-1773648797

Conversation

@mintlify
Copy link
Contributor

@mintlify mintlify bot commented Mar 16, 2026

Summary

  • Replaced incorrect X-Message-Id response header with actual X-Session-Id and X-Branch-Name headers on the v1 create agent job endpoint
  • Added missing processing and interrupted values to the haultReason enum on v1 get/list agent job endpoints
  • Added undocumented skip and take pagination query parameters to the v1 list all agent jobs endpoint

Note

Low Risk
Low risk documentation-only change to the OpenAPI spec; it updates declared response headers, enum values, and query params without changing runtime behavior.

Overview
Updates the admin-openapi.json spec for deprecated v1 agent endpoints to match actual behavior.

The v1 create-job response now documents X-Session-Id (replacing the incorrect X-Message-Id) and adds X-Branch-Name. The v1 get/list job responses expand haultReason to include processing and interrupted (with clarified descriptions), and the v1 list endpoint now documents pagination via skip and take query parameters.

Written by Cursor Bugbot for commit 322eaa8. This will update automatically on new commits. Configure here.

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.

0 participants