Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,19 +168,14 @@ Deletes multiple jobs (max 50) and their artifacts.

### Claim Next Simulation (Worker)

`POST /jobs/claim-sim`
`GET /jobs/claim-sim`

Atomically claims the next PENDING simulation for a worker.
**Auth:** Worker auth required.

**Body:**

```json
{
"workerId": "worker-1",
"workerName": "MyWorker"
}
```
**Query params:**
- `workerId` — stable identifier for the worker
- `workerName` — display name for the worker

**Response:**

Expand Down
Loading