Skip to main content
GET
/
skills
/
{skill_id}
/
files
List skill files
curl --request GET \
  --url https://api.duvo.ai/v1/skills/{skill_id}/files \
  --header 'Authorization: Bearer <token>'
{
  "files": [
    {
      "name": "<string>",
      "path": "<string>",
      "size": 123,
      "contentType": "<string>",
      "updatedAt": "<string>"
    }
  ]
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

API key authentication. Get your API key from the Duvo dashboard.

Path Parameters

skill_id
string<uuid>
required

Skill ID.

Pattern: ^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$

Response

Default Response

files
object[]
required

Files contained in the skill