Not getting "Job ID" to run the call "AsyncJob"
Hi, I am testing the API of request call "AsyncJob" but I am not receiving "Job-id" from other calls.
Kindly guide me where would I found the "Job ID" in order to run the call?
It looks like we don't have the translated page you're looking for, but we do have other content in English and offer support in English.
What can we help you with?
Learn. Share. Discuss.
Hi, I am testing the API of request call "AsyncJob" but I am not receiving "Job-id" from other calls.
Kindly guide me where would I found the "Job ID" in order to run the call?
Folllowing List for Post: Not getting "Job ID" to run the call "AsyncJob"
[this list is visible for admins and agents only]
Hi Sibqo Developer, some API methods are async, which means that the call instantly returns the async job ID while the actual process may still be happening behind the scenes. Among these are Folder duplication (Copy Folder async) or launching a Blueprint.
For instance, you can create a project from Blueprint via API using the following method from our Developers portal: https://developers.wrike.com/api/v4/blueprints/#folder-blueprint-launch-async. In response, you'll receive the async job ID and the status of the duplication/creation process.
It's possible to get the actual status of the async job via "GET/async_job/{async_jobId}" API call: https://developers.wrike.com/api/v4/async-job/
Please let me know if you have any additional questions! 😉
Lisa K. Community Team at Wrike Wrike Product Manager Become a Wrike expert with Wrike Discover
Lisa K. Wrike Team member Become a Wrike expert with Wrike Discover
Hi, I need to get the status of a blueprint launch so that I can perform further actions when the job is completed.
I don't have the Async job id as I didn't initiate the blueprint launch. Is it possible to get the Async Job Id from the API after creation?
Lisa K. I have solved my error with the help of your guide. Thankyou for the prompt reply. .
Hello Tim Dodds, welcome to the Community 👋🏻
Our Support team is in touch with you via email. Please let me know if you have any other questions 🙋🏻♀️