Skip to main content
This command is deprecated. Deprecated commands will be removed in a future release.

Synopsis

Get an approval from a specified flow. EXPRESSION can be specified as follows:
  • flowName
    • the latest approval to flowName, at the time of the request
    • e.g., creator
  • flowName#N
    • the Nth approval, counting from 1
    • e.g., creator#453
  • flowName~N
    • the Nth approval behind the latest, at the time of the request
    • e.g., creator~56

Flags

Flags inherited from parent commands

Examples Use Cases

These examples all assume that the flags --api-token, --org, --host, (and --flow, --trail when required), are set/provided.
Last modified on July 21, 2026