maton connection list
maton connection list [<app>] [flags]
List the app connections in your Maton account. Pass an app name to filter to that app, and/or use –status / –method to narrow further.
Options
-q,--jq <expression>- Filter JSON output using a jq expression
-
--json <fields> - Output JSON with the specified fields
-L,--limit <int> (default 30)- Maximum number of connections to fetch
-
--method <string> - Filter by connection method: {API_KEY|BASIC|JWT|OAUTH1|OAUTH2|MCP}
-
--status <string> - Filter by connection status: {ACTIVE|PENDING|FAILED}
-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 connection ls
JSON Fields
app, connectionId, creationTime, lastUpdatedTime, metadata, method, status, url
Examples
$ maton connection list
$ maton connection list google-mail
$ maton connection list --status ACTIVE
$ maton connection list google-mail --status ACTIVE