Passer au contenu principal
GET
/
v3
/
organizations
/
{org_id}
/
attachments
/
{uuid}
/
{name}
Télécharger une pièce jointe
curl --request GET \
  --url https://api.devin.ai/v3/organizations/{org_id}/attachments/{uuid}/{name} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

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

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

Autorisations

Nécessite un compte de service doté de l’autorisation ViewOrgSessions au niveau de l’organisation.

Autorisations

Authorization
string
header
requis

Identifiant de compte de service (préfixe : cog_)

Paramètres de chemin

uuid
string
requis
name
string
requis

Réponse

Réponse réussie