Minion API
Control the built-in Minion Job Queue.
Get the basic status of a Minion Job
Path Parameters
Name
Type
Description
{
"state": "finished",
"task": "handle_upload",
"notes": {
"example_note": "This note could contain the name of the upload, for example."
},
"error": null
}
{
"state": "failed",
"task": "thumbnail_task",
"error": "oh no"
}πGet the full status of a Minion Job
Path Parameters
Name
Type
Description
Last updated