ワンクリックで
agentuity-cli-cloud-eval-get
Get details about a specific eval. Requires authentication. Use for Agentuity cloud platform operations
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Get details about a specific eval. 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-eval-get |
| description | Get details about a specific eval. Requires authentication. Use for Agentuity cloud platform operations |
| version | 0.1.24 |
| license | Apache-2.0 |
| allowed-tools | Bash(agentuity:*) |
| argument-hint | <eval_id> |
| metadata | {"command":"agentuity cloud eval get","tags":"read-only fast requires-auth"} |
Get details about a specific eval
agentuity auth loginagentuity cloud eval get <eval_id>
| Argument | Type | Required | Description |
|---|---|---|---|
<eval_id> | string | Yes | - |
Get an eval by ID:
bunx @agentuity/cli cloud eval get eval_abc123xyz
Returns JSON object:
{
"id": "string",
"name": "string",
"identifier": "unknown",
"agent_identifier": "string",
"created_at": "string",
"updated_at": "string",
"project_id": "string",
"org_id": "string",
"description": "unknown",
"devmode": "boolean"
}
| Field | Type | Description |
|---|---|---|
id | string | Eval ID |
name | string | Eval name |
identifier | unknown | Stable eval identifier |
agent_identifier | string | Agent identifier |
created_at | string | Creation timestamp |
updated_at | string | Last updated timestamp |
project_id | string | Project ID |
org_id | string | Organization ID |
description | unknown | Eval description |
devmode | boolean | Whether this is a devmode eval |