Skip to main content
GET
/
agent_execution
/
artifacts
/
{signed_artifact_key}
Download Execution Artifact
curl --request GET \
  --url https://ds.cominty.com/agent_execution/artifacts/{signed_artifact_key} \
  --header 'x-cominty-token: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.cominty.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

x-cominty-token
string
header
required

Your Cominty API token.

Path Parameters

signed_artifact_key
string
required

Response

Successful Response