# Get skill files

> The published bundle's files. Text inline; binary assets by path only.

Source: https://docs.generalinput.com/api/skills/get-files



<Endpoint method="GET" path="/v1/skills/:id/files" />

<Access scope="skills:manage" />

## Response [#response]

```json
{
  "files": [
    {
      "path": "SKILL.md",
      "content": "---\nname: gmail-inbox-triage\n…",
      "isBinary": false
    },
    { "path": "assets/template.docx", "content": null, "isBinary": true }
  ]
}
```

For binary bytes use the [bundle URL](/api/skills/bundle-url).
