v22

latestOpenAPI 3.1.0raw.githubusercontent.com2025-10-07253798.6 KB
agents
agents
agents

Unban All Checks For Agent Run

Unban all checks for a PR.

This endpoint:

  1. Removes the ban flag from the PR to allow future CI/CD check suite events to be processed
  2. Handles both URL-based bans and parent-agent-run-based bans
post/v1/organizations/{org_id}/agent/run/unban

Path parameters

org_idinteger required

Headers

{"stackTrail":"paths:/v1/organizations/{org_id}/agent/run/unban:post:parameters:1:schema","oasType":"schema","type":"unknown","title":"Authorization"}

Request body

agent_run_idinteger required
before_card_order_idstring nullable

Kanban order key of the card that should come before this agent run in the CANCELLED column

after_card_order_idstring nullable

Kanban order key of the card that should come after this agent run in the CANCELLED column

Response

Successful Response

{"stackTrail":"paths:/v1/organizations/{org_id}/agent/run/unban:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}