GetAction
curl -X GET "https://loading/actions/string"{
"action": {
"id": "string",
"details": {
"sequence": 0,
"creationDate": "1s",
"changeDate": "1s",
"resourceOwner": "string"
},
"state": "ACTION_STATE_UNSPECIFIED",
"name": "string",
"script": "string",
"timeout": "string",
"allowedToFail": true
}
}{
"code": "not_found",
"message": "string",
"detail": {
"type": "string",
"value": "string",
"debug": {}
}
}Was this page helpful?