GET /jobs/{job_id} for a result. Never rate-limited.
Request
Jobs per page, 1–200.
next_cursor from the previous page. Omit for the newest page. An unknown
cursor returns 404.Optional filter:
pending, running, succeeded, or failed.Response
Summaries:
job_id, action, status, error (only for failed jobs),
created_at, completed_at.Pass as
cursor to fetch the next (older) page. null when there are no
more pages.