v1

latestOpenAPI 3.1.02026-07-261344388.3 KB
Release

Get latest published release

Retrieve the most recently published release for a project based on semantic version.

get/api/projects/{projectId}/releases/latest-published

Path parameters

projectIdstring uuid required

Project unique identifier

Response

Latest published release or null if none exists

idstring uuid required

Release unique identifier

createdAtstring required

Release creation timestamp

deletedAtstring nullable

Release deletion timestamp

namestring nullable

Release name

descriptionstring nullable

Release description

versionnumber nullable

Legacy numeric version

semanticVersionstring nullable

Semantic version (e.g., 1.0.0)

status'draft' | 'published' | 'completed'

Release status

projectIdstring uuid required

Project ID the release belongs to

createdByIdstring uuid nullable

ID of the user who created the release

commitIdstring uuid nullable

Associated commit ID