Is there a way to get a list of active traces? ``` /workers/traces ``` returns 404: ``` { "result"

Is there a way to get a list of active traces?
/workers/traces

returns 404:
{
  "result": null,
  "success": false,
  "errors": [
    {
      "code": 10108,
      "message": "workers.api.error.trace_not_found"
    }
  ],
  "messages": []
}


even though I have some traces, for example calling /workers/traces/4ee25b110c9748fd9344790259c7ce73 I get 200 OK with empty body.
Was this page helpful?