Get Broadcast Job
ethora-chats-broadcast-job-v2Check the current status and per-room results of a broadcast job using its job ID. Returns job state (pending, running, completed, or failed) in a single request.
Instructions
Fetch the current status and per-room results of a broadcast job by jobId (one-shot, no polling). Returns the job object with its state (pending/running/completed/failed).
Requires: a selected app with at least one room (ethora-app-create-chat).
Auth: app-token mode OR B2B mode with an explicit appId — must match the auth used to enqueue the job. Errors: 401/403 wrong auth; 404 unknown jobId. Related: ethora-wait-broadcast-job-v2 for a blocking wait.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | No | 24-char hex appId the job belongs to. Required in B2B mode unless already set via `ethora-app-select`; ignored in app-token mode. | |
| jobId | Yes | Job id returned by `ethora-chats-broadcast-v2`. |