Use the tasks resource to create, update, delete, and view mass ingestion tasks.
Running and monitoring mass ingestion tasks involves a series of requests and responses. Use the followings methods to perform mass ingestion tasks:
Send a tasks GET request to view a list of all mass ingestion tasks. See View mass ingestion tasks.
Send a tasks POST request to create a mass ingestion task. See Create a mass ingestion task.
Send a tasks PUT request to update a mass ingestion task. See Update a mass ingestion task.
Send a tasks GET request to view the location of a mass ingestion task. See View the location of a mass ingestion task.
Send a tasks DELETE request to delete a mass ingestion task. See Delete a mass ingestion task.