Zum Hauptinhalt springen
GET
/
cron
/
{interval}
Run cron job
curl --request GET \
  --url https://demo.enneo.ai/api/mind/cron/{interval} \
  --header 'Authorization: Bearer <token>'
{}

Autorisierungen

Authorization
string
header
erforderlich

JWT-based authentication

Pfadparameter

interval
enum<string>
erforderlich

The interval of the cron job to run

Verfügbare Optionen:
minute,
hour,
day,
week

Antwort

Successful operation

The response is of type object.