ZITADEL Docs
APIsCore ResourcesV1Organization Objects

GetFlow

GET
/flows/{type}

Path Parameters

type*string

id of the flow

Response Body

application/json

application/json

curl -X GET "https://loading/flows/string"
{
  "flow": {
    "type": {
      "id": "string",
      "name": {
        "key": "string",
        "localizedMessage": "string"
      }
    },
    "details": {
      "sequence": 0,
      "creationDate": "1s",
      "changeDate": "1s",
      "resourceOwner": "string"
    },
    "state": "FLOW_STATE_UNSPECIFIED",
    "triggerActions": [
      {
        "triggerType": {
          "id": "string",
          "name": {
            "key": "string",
            "localizedMessage": "string"
          }
        },
        "actions": [
          {
            "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?