sort
URI parameter, and filter them with the status
parameter.curl --location --request GET 'https://api.hetzner.cloud/v1/networks//actions'
{
"actions": [
{
"command": "add_subnet",
"error": {
"code": "action_failed",
"message": "Action failed"
},
"finished": "2016-01-30T23:56:00.000Z",
"id": 13,
"progress": 100,
"resources": [
{
"id": 42,
"type": "server"
}
],
"started": "2016-01-30T23:55:00.000Z",
"status": "success"
}
]
}