v1

latestOpenAPI 3.0.3Apache 2.02026-07-17213.1 KB
handlers::v0::workers

Return the list of loaded workers.

Return the list of loaded workers.

get/_api/v0/workers

Response

Returns all the workers

filepathstring required

Associated source code / wasm module to this worker

idstring required

Worker identifier

namestring required

The associated name to this worker

pathstring required

API path for this specific worker.

Example response

[
  {
    "filepath": "/app/api/hello.js",
    "name": "default",
    "path": "/api/hello"
  }
]
All 2 operations