Review API
The Review API provides endpoints for human-in-the-loop review of Squad’s outputs, accessible through both the review panel and programmatic API calls.
What to Expect
GET /api/v1/review/{session_id}/pending: pending review items for a sessionPOST /api/v1/review/{session_id}/approve: approve a review itemPOST /api/v1/review/{session_id}/reject: reject a review item with reasonGET /api/v1/review/history: full review history with filtersGET /api/v1/review/{session_id}/memories: session memories and context- Review item data model and state transitions
Next Steps
- API Overview: authentication and error codes
- Human-in-the-Loop Guide: review workflow walkthrough