Using wrangler how do I get the json
Using wrangler how do I get the json output of the workflow instance? I see theres a prod api endpoint to describe it but the wrangler command prints out a formatted list
wrangler workflows instances describe workflows-starter something
3 Replies
@Seekerdasbatatas is there a way to get this response
https://developers.cloudflare.com/api/operations/wor-describe-workflow-instance
but in dev?
Cloudflare API Documentation
Interact with Cloudflare's products and services via the Cloudflare API
At the moment, you can only get
.status()
from the binding - which only returns the instance output. It's a nice request tho, just not sure of a clear way on how to do it properly right now 😅I got Claude to parse the tabular output into the format I want
Works pretty well!
Is there a limitation to adding a
--json
flag like some of the other wrangler apis?