Get Target
GET/v2beta/actions/targets/:id
Returns the target identified by the requested ID.
Required permission:
action.target.read
Required feature flag:
actions
Request​
Responses​
- 200
- 400
- 403
- 404
- default
Target retrieved successfully
The feature flag actions
is not enabled.
Returned when the user does not have permission to access the resource.
The target to update does not exist.
An unexpected error response.