agents
Bulk Skip Agent Drafts
Skip many of an agent's PENDING drafts at once (review-queue bulk action). DB-only, so it's safe to run inline. Already-sent/skipped drafts and drafts from other agents are untouched (the WHERE pins workspace + agent + pending). Bulk APPROVE is intentionally not here — sending must go through the worker (Resend rate limits, exactly-once) and ships separately.
post/api/v1/agents/{agent_id}/drafts/bulk-skip
Path parameters
agent_idstring uuid required
Headers
authorizationstring nullable
Bearer <token>
Bearer <token>
Request body
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.