Get Risk
Retrieve a Risk by its unique identifier or by its short ID. A Risk has both a unique identifier (GUID) and a short ID that is unique within a Workspace.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
riskId
The id of the risk
Headers
x-integration-name
The name of the calling system passed along as a header parameter
Response
Success
error
If the API call failed, this will contain information about the error that occurred.
success
True if the API call succeeded; false otherwise.
hasError
True if the API call failed.
statusCode
The HTTP code of the response.
data
A Risk represents an item of potential impact or uncertainty.
It is visible to the creator and users assigned to manage or review it.
Risks share many characteristics with tasks but are tracked independently
from project execution work.