---
title: "Ensure a worker for the given infra (and stdcm timetable) is ready"
method: POST
path: "/worker_load"
tags: ["worker"]
---

# Ensure a worker for the given infra (and stdcm timetable) is ready

`POST /worker_load`

## Request body

- object
  - `infra_id` integer, required — The infra id of the worker to load
  - `timetable_id` integer, nullable — The timetable id to load, if any

## Response `200`

The worker status

- 'NOT_READY' | 'LOADING' | 'READY' | 'ERROR'

## Other responses

- `404` — The timetable was not found

---

[API](https://skmtc.net/openrailassociation/apis/osrd-editoast.md) · [All operations](https://skmtc.net/openrailassociation/apis/osrd-editoast/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openrailassociation/osrd-editoast/versions/1840dbbd64ac/schema)
