API v2024/get-workflow-executions wrong behavior

Hi all,

  1. Create a new workflow with external trigger that immediately ends in success to have a small validated workflow (other triggers probably work as well).
  2. Call this API: GET /v2024/workflows/:id/executions
  3. Expected a 200OK result with an empty array [] in the body. The workflow exists, but has no executions. So empty list is expected.
  4. Instead got 404 page not found error, with content type text/plain;charset=utf-8 even though even when a 404 message is correct behavior, this should be application/json, also according to the documentation.

Kind regards,
Angelo

This one is fixed (Thanking @Yogesh_Bhalerao from support for the quick understanding and reproduction of the issue and the quick alignment with the engineering team for the fix :smiley: ). I only created a support ticket for this one 2 days ago.

@community_moderators, please mark this one as fixed as I can’t do it myself.

1 Like