Jobs
In Truvera, API calls which depend on external systems may spawn jobs whose status can be queried until they complete. Examples include blockchain operations that we submit on your behalf and credential issuance via email. For instance, revoking a credential may require a blockchain transaction to finalize. This typically takes 5-10 seconds, depending on network load and other factors.
When an API call triggers a job, the response will contain a job ID that can be sent to this endpoint to track the job's status. Like other asynchronous operations, you can receive job information either by polling the API or registering a webhook.
Get job status and data
To check the job status and data, you can use the GET method and simply put the job ID. It will return information related to the job being processed and its associated blockchain transaction. On completion or failure, the job data will be updated with a response from the blockchain.
Parameters
Returns information related to the job being processed and its associated blockchain transaction. On completion or failure, the job data will be updated with a response from the blockchain. More info about Job Status
Unique id of the background task. This id can be used to query the job status
900Job description is returned.
Application error
Job id was not found.
Last updated
Was this helpful?