Run data generation jobs

Included in the Basic 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:

POST /api/GenerateData/start

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:

GET /api/job/{jobId}

You can poll this API endpoint regularly to get periodic updates on the job status.

For information on how to use the Structural application to track job status, go to Viewing workspace jobs and job details.

Last updated