AgentSkillsCN

agentuity-cli-cloud-eval-run-get

获取特定评估运行的详细信息。需进行身份验证。可用于 Agentuity 云平台的运维操作。

SKILL.md
--- frontmatter
name: agentuity-cli-cloud-eval-run-get
description: Get details about a specific eval run. Requires authentication. Use for Agentuity cloud platform operations
version: "0.1.24"
license: Apache-2.0
allowed-tools: "Bash(agentuity:*)"
argument-hint: "<eval_run_id>"
metadata:
  command: "agentuity cloud eval-run get"
  tags: "read-only fast requires-auth"

Cloud Eval-run Get

Get details about a specific eval run

Prerequisites

  • Authenticated with agentuity auth login

Usage

bash
agentuity cloud eval-run get <eval_run_id>

Arguments

ArgumentTypeRequiredDescription
<eval_run_id>stringYes-

Examples

Get an eval run by ID:

bash
bunx @agentuity/cli cloud eval-run get evalrun_abc123xyz

Output

Returns JSON object:

json
{
  "id": "string",
  "eval_id": "string",
  "eval_name": "unknown",
  "agent_identifier": "unknown",
  "session_id": "string",
  "created_at": "string",
  "updated_at": "string",
  "project_id": "string",
  "org_id": "string",
  "deployment_id": "unknown",
  "devmode": "boolean",
  "pending": "boolean",
  "success": "boolean",
  "error": "unknown",
  "result": "unknown"
}
FieldTypeDescription
idstringEval run ID
eval_idstringEval ID
eval_nameunknownEval name
agent_identifierunknownAgent identifier
session_idstringSession ID
created_atstringCreation timestamp
updated_atstringLast updated timestamp
project_idstringProject ID
org_idstringOrganization ID
deployment_idunknownDeployment ID
devmodebooleanWhether this is a devmode run
pendingbooleanWhether the eval run is pending
successbooleanWhether the eval run succeeded
errorunknownError message if failed
resultunknownEval run result