Search
K
Links

Run data generation jobs

Included in the basic Tonic API.

Add a data generation job to the queue

After you complete the workspace configuration and verify that there are no conflicting schema changes, to start a data generation job, use:
If the request to create the job is successful, the response returns id, the identifier of the job.
You use the job identifier to monitor the job.

Monitor the status of a job

After you create the data generation job, to get the status of the job, use:
You can poll this API endpoint regularly to get periodic updates on the job status.
For information on how to use the Tonic application to track job status, see Viewing workspace jobs and job details.