Endpoints
POST /v1/jobs— Submit any surface operation as an async job.GET /v1/jobs/{id}— Poll job status.GET /v1/jobs/{id}/result— Retrieve the completed result.
Create async jobs, poll for status, and retrieve results.
POST /v1/jobs — Submit any surface operation as an async job.GET /v1/jobs/{id} — Poll job status.GET /v1/jobs/{id}/result — Retrieve the completed result.