The Release Object
An object that represents a release. Learn more about the Releases app.
Properties
Section titled “Properties”-
namestringName of a release.
-
idnumberNumeric ID of a release.
-
release_atstringDate to deploy the release (format: YYYY-mm-dd HH:MM).
-
releasedbooleantruewhen the release is published. -
uuidstringUnique ID of the release.
-
timezonestringTime zone of the release.
-
branches_to_deploynumber[]An array of branch IDs (pipeline stages) to deploy with this release (requires the Pipelines app).
-
created_atstringDate and time the release was created (format: YYYY-mm-dd HH:MM).
-
updated_atstringDate and time the release was updated (format: YYYY-mm-dd HH:MM).
-
owner_idnumberNumeric ID of the release owner.
-
users_to_notify_idsstring[]An array of IDs of users who should be notified about the release.
-
publicbooleanIs the release accessible to all users in the space. The default value is
true(public). When set tofalse, the release is restricted. Only the release or space owner can modify this field. -
allowed_user_idsnumber[]An array of IDs of users allowed to access and interact with the release. Only the release or space owner can modify this field.
-
allowed_space_role_idsnumber[]An array of space role IDs allowed to access and interact with the release. Only the release or space owner can modify this field.
-
allowed_api_key_idsnumber[]A
releasetype access token assigned to the release. Only the release or space owner can modify this field.
{"release": { "name": "A Winter Special Release", "id": 123212, "release_at": null, "released": false, "uuid": "f4ea2f30-4645-4164-9826-3860215f0caq", "timezone": "Europe/Berlin", "branches_to_deploy": [ 32324 ], "created_at": "2025-12-10T11:57:15.188Z", "updated_at": "2025-12-14T16:14:01.700Z", "owner_id": 444444, "users_to_notify_ids": [ "444444" ], "public": false, "allowed_user_ids": [ 444444 ], "allowed_space_role_ids": [ 12345678901234 ], "allowed_api_key_ids": [ 0987654321 ]}}Was this page helpful?
This site uses reCAPTCHA and Google's Privacy Policy (opens in a new window) . Terms of Service (opens in a new window) apply.
Get in touch with the Storyblok community