API Reference
Get a specific job by ID
Python
from autoblocks.api.app_client import AutoblocksAppClient client = AutoblocksAppClient( api_key="<YOUR_API_KEY>", app_slug="my-app", ) job = client.human_review.get_job(job_id="123")
{ "id": "cm83i1gtw00000cle3nf0gmtw", "name": "Review for accuracy", "reviewer": { "email": "john@example.com" }, "scores": [ { "id": "cm83i1gtw00000cle3nf0gmtw", "name": "Accuracy", "description": "How accurate is the output?", "options": { "type": "binary" } } ], "items": [ { "id": "cm83i1gtw00000cle3nf0gmtw" } ] }
API Key created in the Autoblocks Webapp
The job was returned successfully
A job