원클릭으로
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
Add an SSH public key to your account (reads from file or stdin). Requires authentication. Use for managing authentication credentials
Delete an SSH key from your account. Requires authentication. Use for managing authentication credentials
List all SSH keys on your account. 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.11 |
| 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