|  | REST API
    4.0.0
    REST API for SafeNet Network HSMs | 
Gets all actions associated with the task.
The identifier of the task of interest
Use:  Required  
JSON Schema:  
Object type: string
The set of all actions associated with the task.
JSON Schema:  Task Actions  
Unexpected error
Task does not exist.
 
GET https://1.2.3.4:8443/tasks/15/actions
 
{
    {
        "id": "start",
        "url": "/api/lunasa/hsms/tasks/15/actions/start"
    }
}