yep, that's the call I'm making: ``` curl -v -H 'Authorization: Bearer <token>' https://api.cloudfla

yep, that's the call I'm making:
curl -v -H 'Authorization: Bearer <token>' https://api.cloudflare.com/client/v4/accounts/<acc>>/workers/traces

I get:
< HTTP/2 404 
< date: Wed, 08 May 2024 11:00:15 GMT
< content-type: application/json; charset=UTF-8
< cf-ray: 8808f1e77d9e7d95-TLV
< cf-cache-status: DYNAMIC
< set-cookie: __cflb=0H28vgHxwvgAQtjUGU4yFBDJQfw1pfzuRDHHrrfFEmB; SameSite=Lax; path=/; expires=Wed, 08-May-24 13:30:16 GMT; HttpOnly
< vary: Accept-Encoding
< set-cookie: __cfruid=3fd212d653c86dd50df497588a24bf4403b8069c-1715166015; path=/; domain=.api.cloudflare.com; HttpOnly; Secure; SameSite=None
< server: cloudflare
< 
{
  "result": null,
  "success": false,
  "errors": [
    {
      "code": 10108,
      "message": "workers.api.error.trace_not_found"
    }
  ],
  "messages": []
}
* Connection #0 to host api.cloudflare.com left intact
Was this page helpful?