Skip to main content
GET
List Component Versions

Path Parameters

organizationId
string
required
Organization ID
projectId
string
required
Project ID
id
string
required
Component ID

Query Parameters

limit
number
default:"20"
Items per page
lastKey
string
Cursor for pagination (from previous response)

Response

data
ComponentVersion[]
Array of version objects
pagination
object
Pagination information

Example Response

Component versions are created when the component is included in a package. Each version is immutable and tied to a specific package version.

Code Examples