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>'
{}

Authorizations

Authorization
string
header
required

JWT-based authentication

Path Parameters

interval
enum<string>
required

The interval of the cron job to run

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

Response

Successful operation

The response is of type object.