Poll a job
Polls a job created by any endpoint that accepts async_mode. status is pending, done, or error. kind is fetch, inspect, or agent and determines the shape of result. Prefer this endpoint over /v1/fetch/job/{job_id}.
Authorizations
Every request carries a bearer API key, which looks like ph_live_.... Keep keys server-side, because a key grants full control of your sessions. A missing header returns 401; an invalid or revoked key currently returns 403, so treat the two together as authentication failure.
Path Parameters
Response
Successful Response
Generic async-job envelope for the shared poll GET /v1/job/{job_id} (fetch / inspect / agent). status: pending (running) | done | error.