# Data Collection

The Data Collection operations are used to submit the data collection jobs and query the status of the submitted jobs.


## Submit data collection job

 - [POST /api/integration/v1/job/collection/template](https://developer.zuora.com/other-api/revenue/data-collection/post_collection.md): Submit a data collection job based on the specified RC template.


After the data collection job is submitted, the following validations are applied:


* The specified RC template name must be valid.
* For multi-organization tenants, the the organization ID is required and must be valid.
* If there are more than 2 data collection jobs in Running/Pending/Incompatible status for the specified organization, the API request will be rejected with error message returned.

## Get data collection job details

 - [GET /api/integration/v1/job/collection/template/{job_id}](https://developer.zuora.com/other-api/revenue/data-collection/get_collectiondetails.md): Get the status of the data collection job.

