Skip to main content
GET
List Skill Revision Files

Authorizations

Authorization
string
header
required

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

Path Parameters

skill_revision_id
string<uuid>
required

Skill revision ID.

Query Parameters

limit
integer
default:100

Maximum number of files to return per page (1-1000, default 100)

Required range: 1 <= x <= 1000
cursor
string

Opaque continuation token from a previous response's next_cursor. Omit for the first page.

Minimum string length: 1

Response

Default Response

files
object[]
required

Files contained in the revision

limit
number
required

The page size that was applied

has_more
boolean
required

True when further pages remain for this revision

next_cursor
string | null
required

Pass back as cursor to fetch the next page; null on the last page