ZITADEL Docs
APIsCore ResourcesV1Organization Objects

GetAction

GET
/actions/{id}

Path Parameters

id*string

Response Body

application/json

application/json

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?