maton function run list
maton function run list --function <function-id> [flags]
List a function’s runs, newest first. A body too large to store inline is
omitted here; use maton function run get for one run’s full detail.
Options
-f,--function <string>- Function ID this resource belongs to (required)
-q,--jq <expression>- Filter JSON output using a jq expression
-
--json <fields> - Output JSON with the specified fields
-L,--limit <int> (default 0)- Maximum number of runs to fetch (0 = no limit)
-t,--template <string>- Format JSON output using a Go template; see "maton help formatting"
Options inherited from parent commands
-p,--profile <string>- Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)
ALIASES
maton function runs ls, maton functions run ls, maton functions runs ls, maton function run ls
JSON Fields
created_at, ended_at, function_id, request, response, run_id, started_at, version
Examples
$ maton function run list --function 9f3c1e2a-0b7d-4c11-9d2e-5f6a7b8c9d01
$ maton function run list -f 9f3c1e2a-0b7d-4c11-9d2e-5f6a7b8c9d01 -L 5