Get a release action

Returns a single release action by ID. Accessible to any user with read access to entries; returns 404 if the release or action is not found.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

space_idstringRequired
ID of the space in form of a string
environment_idstringRequired
ID of the environment in form of a string
release_idstringRequired
ID of the release in form of a string
release_action_idstringRequired
ID of the release action in form of a string

Response headers

Content-Typestring

Content-Type

Response

OK - Request successful