tasks

get/tasks/schedules/{id}/

Path parameters

idstring uuid required

A UUID string identifying this Schedule.

Response

idstring uuid required
identifierstring nullable required

Unique schedule identifier

uidstring required
actor_namestring required

Dramatiq actor to call

rel_obj_app_labelstring required
rel_obj_modelstring required
rel_obj_idstring nullable
crontabstring required

When to schedule tasks

pausedboolean

Pause this schedule

next_runstring date-time required
descriptionstring nullable required
last_task_status'waiting_for_dependencies' | 'queued' | 'consumed' | 'preprocess' | 'running' | 'postprocess' | 'rejected' | 'done' | 'info' | 'warning' | 'error' required

Changes

No recorded changes to this endpoint across all 1 revision of this API.