Skip to main content
GET
List Component Versions

Path Parameters

string
required
Organization ID
string
required
Project ID
string
required
Component ID

Query Parameters

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

Response

ComponentVersion[]
Array of version objects
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