GET
/
apps
/
{appSlug}
/
human-review
/
jobs
/
{jobId}
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

API Key created in the Autoblocks Webapp

Path Parameters

appSlug
string
required
jobId
string
required

Response

200 - application/json

The job was returned successfully

A job