Retrieves the content of an artifact.
Operation description
Retrieves the content of an artifact.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
starops:GetArtifact |
get |
*DigitalEmployee
|
None | None |
Request syntax
GET /digitalEmployee/{name}/artifact HTTP/1.1
Path Parameters
|
Parameter |
Type |
Required |
Description |
Example |
| name |
string |
Yes |
The name of the Digital Employee. |
test |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| artifactPath |
string |
Yes |
The path to the artifact. |
missions/mission-xxx/artifacts/2026-05/05-01/xxxx.md |
Response elements
|
Element |
Type |
Description |
Example |
|
string |
The response body contains the raw content of the artifact. |
xxx |
Examples
Success response
JSON format
"xxx"
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.