Get details about a specific eval run. Requires authentication. Use for Agentuity cloud platform operations
Get details about a specific eval run
agentuity auth loginagentuity cloud eval-run get <eval_run_id>
| Argument | Type | Required | Description |
|----------|------|----------|-------------|
| <eval_run_id> | string | Yes | - |
Get an eval run by ID:
bunx @agentuity/cli cloud eval-run get evalrun_abc123xyz
Returns JSON object:
{
"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"
}
| Field | Type | Description |
|-------|------|-------------|
| id | string | Eval run ID |
| eval_id | string | Eval ID |
| eval_name | unknown | Eval name |
| agent_identifier | unknown | Agent identifier |
| session_id | string | Session ID |
| created_at | string | Creation timestamp |
| updated_at | string | Last updated timestamp |
| project_id | string | Project ID |
| org_id | string | Organization ID |
| deployment_id | unknown | Deployment ID |
| devmode | boolean | Whether this is a devmode run |
| pending | boolean | Whether the eval run is pending |
| success | boolean | Whether the eval run succeeded |
| error | unknown | Error message if failed |
| result | unknown | Eval run result |
npx skills add agentuity/agentuity-cli-cloud-eval-run-get下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer