cURL
curl --request POST \ --url https://api.peepal.dev/v1/jobs/{job_id}/cancel \ --header 'x-api-key: <api-key>'
{ "id": "<string>", "status": "created", "progress": 50, "template_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "started_at": "2023-11-07T05:31:56Z", "completed_at": "2023-11-07T05:31:56Z", "error": "<string>", "person": { "full_name": "<string>", "aliases": [ "<string>" ], "location": "<string>", "email": "[email protected]", "email_domain": "<string>", "linkedin_url": "<string>", "github_url": "<string>", "personal_website": "<string>", "current_company": "<string>", "current_title": "<string>", "education_seed": [ { "school": "<string>", "degree": "<string>", "field": "<string>", "start_year": 123, "end_year": 123 } ], "employment_seed": [ { "employer": "<string>", "title": "<string>", "start_date": "<string>", "end_date": "<string>" } ] }, "claims": [ { "claim_key": "<string>", "claim_type": "<unknown>", "expected": { "school": "<string>", "degree": "<string>", "field": "<string>", "start_year": 123, "end_year": 123 }, "match_rules": { "match_strength": "strict", "min_confidence": 0.5 }, "weight": 5 } ], "options": { "depth": "light", "max_sources": 30, "max_cost_usd": 1, "exa_category": "auto", "allow_domains": [ "<string>" ], "deny_domains": [ "<string>" ], "webhook": { "endpoint_id": "<string>", "events": [ "job.created" ] } }, "metadata": {}, "links": { "self": "<string>", "report": "<string>", "sources": "<string>" } }
curl -X POST "https://api.peepal.dev/v1/jobs/job_01ARZ3NDEKTSV4RRFFQ69G5FAV/cancel" \ -H "x-api-key: YOUR_API_KEY"
{ "id": "job_01ARZ3NDEKTSV4RRFFQ69G5FAV", "status": "canceled", "progress": 35, "template_id": null, "created_at": "2025-12-31T10:00:00Z", "started_at": "2025-12-31T10:00:05Z", "completed_at": "2025-12-31T10:01:20Z", "error": null, "person": { "full_name": "Ada Lovelace" }, "claims": [], "links": { "self": "https://api.peepal.dev/v1/jobs/job_01ARZ3NDEKTSV4RRFFQ69G5FAV", "report": "https://api.peepal.dev/v1/jobs/job_01ARZ3NDEKTSV4RRFFQ69G5FAV/report", "sources": "https://api.peepal.dev/v1/jobs/job_01ARZ3NDEKTSV4RRFFQ69G5FAV/sources" } }
Job canceled
created
queued
running
completed
failed
canceled
0 <= x <= 100
Show child attributes