一键导入
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 |