> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentlinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# linktrail call

> Run a named cloud operation.

<Warning>The hosted catalog returned HTTP 404 on 2026-09-14T01:46:46.905Z. Generic command calls and the CLI tools/call surface require a release that serves these endpoints. The contract below describes current source; use a released resource route or MCP operation where available. See [capability status](/capability-status).</Warning>

```bash theme={null}
linktrail call get_workspace --args '{}'
```

## Behavior and output

Calls POST /v1/commands/NAME and prints the decoded JSON response. Empty arguments default to \{}. The operation determines permissions, side effects and output. Requires a configured HTTPS origin and credential.

## Arguments

NAME required; --args JSON\_OBJECT or --file FILE, mutually exclusive.

## Exit status

0 on success; 2 on usage, configuration, input or request failure.

Read [configuration and file ownership](/reference/local/configuration) before automating this command. Read [local file contracts](/reference/local/artifacts) for artifact fields. Browse the [local command index](/reference/local/index) for related commands.

<Note>Reference follows the current development CLI and HTTP contracts. Hosted availability depends on the selected environment. See [capability status](/capability-status).</Note>
