/user-event-last-statusAsk AIpost https://api.akeyless.io/user-event-last-statusBody Paramsevent-sourcestringevent-typestringrequireditem-namestringrequiredEvent item nameitem-typestringrequiredEvent item type can be either "target" or type of item eg "static_secret"/"dynamic_secret" To get type of some item run akeyless describe-item -n {ITEM_NAME} --jq-expression .item_typejsonbooleanDefaults to falseSet output format to JSONtruefalsetime-backstringThe time back to search the event, for example if the value is "5m" we will return the last user event issued in the last 5 minutes. By default, we will search without any time boundary.tokenstringAuthentication token (see /auth and /configure)uid-tokenstringThe universal identity token, Required only for universal_identity authenticationResponses 200getLastUserEventStatusResponse wraps response body. defaulterrorResponse wraps any error to return it as a JSON object with one "error" field.Updated 3 months ago