# How is job status tracked after a bulk submission?

Source: https://developer.avalara.com/products/avalara-1099-and-w9/integration-guides/1099-and-w-9/uel0956282658385/

Guide: 1099 & W-9

# How is job status tracked after a bulk submission?

Learn how to track job status after submitting forms in bulk.

For requests including less than 1,000 forms, the system immediately processes the batch and the response includes the processed forms. For larger batches, you must track the batch processing progress by calling the `GET /1099/jobs/{jobId}` endpoint.

1.  Submit forms using `POST /1099/forms/$bulk-upsert`.
2.  Retrieve `jobId` from the response.
3.  Poll `GET /1099/jobs/{jobId}` until `status: Success`.
4.  Retrieve created/updated forms using `GET /1099/forms?$filter=createdAt >= {timestamp}`.