원클릭으로
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 |