Retrieve a paginated list of releases for a specific product within the team. Results can be filtered by version search and release status.
API key authentication for development endpoints.
You can create API keys in your team's settings on the Lukittu dashboard.
Include the API key in the Authorization header as: Bearer YOUR_API_KEY
Example:
Authorization: Bearer lukittu_api_key_abc123def456...Your team's UUID. You can find this value in your team's settings on the Lukittu dashboard. UUID v4 identifier
Page number for pagination (1-based)
x >= 1Number of items per page
10, 25, 50, 100 Sort direction
asc, desc UUID of the product to list releases for UUID v4 identifier
Column to sort by
version, createdAt, updatedAt, latest Search releases by version (case-insensitive partial match)
Filter releases by status Status of a product release
PUBLISHED, DRAFT, ARCHIVED, DEPRECATED