> For the complete documentation index, see [llms.txt](https://zumo.fusion.ac/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zumo.fusion.ac/api-reference/replay-events/replay-rejected.md).

# replayRejected

Hub rejected the request.

| Field       | Type    | Description  |
| ----------- | ------- | ------------ |
| `requestId` | string? | Job id       |
| `replayId`  | string  | Replay UUID  |
| `reason`    | string  | See table    |
| `message`   | string? | Detail       |
| `timestamp` | number  | Unix seconds |

| `reason`           | Meaning                |
| ------------------ | ---------------------- |
| `already_recorded` | Already completed      |
| `in_progress`      | Already queued/running |
| `invalid_id`       | Bad UUID               |
| `no_workers`       | No idle worker         |
| `unauthorized`     | Missing provide ACL    |
