Starting a Transaction
Last updated
Last updated
After the job has been created and all the endpoint config is set you can run the job and start a transaction.
You can use the to start the transaction. You will need the job ID of the job you want to run.
The response from this endpoint will include the transaction ID. You can save this transaction and use it to track the status of the transaction.
To track the status of the transaction you can use a number of endpoints in the .
The most are either the or endpoints.
Example for /transaction/{{transaction-id}} :
The response from this endpoint will provide the details for the transaction, based on the parameter provided as well as if the transaction is active or not. The details can be used to estimate how far along the process is. More information on transaction details can be found in the .
Example for /report :
This will provide a report for multiple transactions. You can find your specific transaction by using the start and end times to filter the returned transactions. Then find your specific transaction by matching the transaction id.
This will stop the transaction from continuing further in the process.
To cancel a job you can use the .