Get Users Batch Job
ethora-users-batch-job-v2Retrieve the current status and per-user results of a batch job using its jobId. Returns job state and outcomes, eliminating the need for polling.
Instructions
Fetch the current status and per-user results of a users batch job by jobId (one-shot, no polling). Returns the job object with its state (pending/running/completed/failed) and per-user outcomes.
Requires: a jobId returned by ethora-users-batch-create-v2.
Auth: B2B mode (ethora-auth-use-b2b + a configured b2bToken) — must match the auth used to create the job. Errors: 401/403 not in B2B mode; 404 unknown jobId. Related: ethora-wait-users-batch-job-v2 for a blocking wait.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | Job id returned by `ethora-users-batch-create-v2`. | |
| timeoutMs | No | HTTP timeout for this status request, in milliseconds. Default 10000. |