Passer au contenu principal
GET
/
assets
/
tools
/
{tool_id}
/
{execution_id}
/
{filename}
Récupérer un actif d'outil
import requests

url = "https://app.ubik-agent.com/api/v1/assets/tools/{tool_id}/{execution_id}/{filename}"

headers = {"X-API-KEY": "<api-key>"}

response = requests.get(url, headers=headers)

print(response.text)
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Autorisations

X-API-KEY
string
header
requis

En-têtes

X-End-User-ID
string | null

Paramètres de chemin

tool_id
string<uuid>
requis
execution_id
string
requis
filename
string
requis

Réponse

Successful Response