ワンクリックで
agentuity-cli-cloud-db-logs
Get query logs for a specific database. Requires authentication. Use for Agentuity cloud platform operations
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Get query logs for a specific database. Requires authentication. Use for Agentuity cloud platform operations
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Display the API key for the currently authenticated user. Requires authentication. Use for managing authentication credentials
Login to the Agentuity Platform using a browser-based authentication flow. Use for managing authentication credentials
Logout of the Agentuity Cloud Platform. Use for managing authentication credentials
Set up machine authentication by uploading a public key for self-hosted infrastructure. Requires authentication. Use for managing authentication credentials
Show the current default organization. Use for managing authentication credentials
Set the default organization for all commands. Requires authentication. Use for managing authentication credentials
| name | agentuity-cli-cloud-db-logs |
| description | Get query logs for a specific database. Requires authentication. Use for Agentuity cloud platform operations |
| version | 0.1.24 |
| license | Apache-2.0 |
| allowed-tools | Bash(agentuity:*) |
| argument-hint | <database> |
| metadata | {"command":"agentuity cloud db logs","tags":"read-only slow requires-auth"} |
Get query logs for a specific database
agentuity auth loginagentuity cloud db logs <database> [options]
| Argument | Type | Required | Description |
|---|---|---|---|
<database> | string | Yes | - |
| Option | Type | Required | Default | Description |
|---|---|---|---|---|
--startDate | string | Yes | - | Start date for filtering logs |
--endDate | string | Yes | - | End date for filtering logs |
--username | string | Yes | - | Filter by username |
--command | string | Yes | - | Filter by SQL command type |
--hasError | boolean | Yes | - | Show only queries with errors |
--sessionId | string | Yes | - | Filter by session ID (trace ID) |
--showSessionId | boolean | No | false | Show session ID column in output |
--showUsername | boolean | No | false | Show username column in output |
--pretty | boolean | No | false | Show full formatted SQL on separate line |
--limit | number | No | 100 | Maximum number of logs to return |
--timestamps | boolean | No | true | Show timestamps in output |
View query logs for database:
bunx @agentuity/cli cloud db logs my-database
Limit to 50 log entries:
bunx @agentuity/cli cloud db logs my-database --limit=50
Show only queries with errors:
bunx @agentuity/cli cloud db logs my-database --has-error
Filter by username:
bunx @agentuity/cli cloud db logs my-database --username=user123
Filter by SQL command type:
bunx @agentuity/cli cloud db logs my-database --command=SELECT
Filter by session ID:
bunx @agentuity/cli cloud db logs my-database --session-id=sess_abc123
Show session ID column:
bunx @agentuity/cli cloud db logs my-database --show-session-id
Show username column:
bunx @agentuity/cli cloud db logs my-database --show-username
Show full formatted SQL on separate lines:
bunx @agentuity/cli cloud db logs my-database --pretty
Returns: array