get_artifact
Fetch and view a screenshot, audio recording, or other artifact from a monitoring result.
Fetch and view a screenshot, audio recording, or other artifact from a monitoring result.
Read-only · Calls external systems. Safe to call: this tool does not modify data.
Parameters
| Field | Type | Required | Description |
|---|---|---|---|
path | string | No | Relative artifact path — https://<HOST>/robot/ prefix added automatically. Mutually exclusive with url. |
url | string | No | Full artifact URL (e.g. screenshot URL from action results). Mutually exclusive with path. |
Example arguments
Illustrative arguments an agent supplies when calling this tool:
{
"path": "string",
"url": "string"
}
Description
Returns images/audio inline for direct viewing; text artifacts inline; videos and binary as metadata only. Use after get_monitoring_result include_actions=true reveals screenshot URLs or artifact paths.
Related
What's next?
Last updated on