Skip to main content

Manage Jobs

Manage all scheduled jobs created using the LifyGo API.

List Jobs

GET /jobs Returns all scheduled jobs associated with your API key.

Response


Get a Single Job

GET /jobs/{id}
Returns the full configuration for the specified scheduled job.

Delete a Job

DELETE /jobs/{id} Deletes a scheduled job immediately.

Response

Deleted jobs cannot be recovered. Their execution history remains available in the execution logs.