How can I get more information about an Docubee workflow instance using the API?

Modified on Wed, Dec 11, 2024 at 10:03 PM

I'd like to get more information about a workflow instance but all I know is the workflow instance ID. Is there a way I can use its instance ID to get more information? 


You can retrieve details using the following API endpoints. Replace :instanceId with the workflow instance ID:


BASE URL:

https://docubee.app


Endpoints

Get Documents: Retrieve documents specific to the workflow instance

GET /api/v2/instances/:instanceId/documents

Get Tasks: Tasks and milestones associated with the instance

GET /api/v2/instances/:instanceId/tasks

Get Properties: Unique properties for the instance, such as fields

GET /api/v2/instances/:instanceId/properties

Tip: To quickly test these endpoints, use our Postman collection

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article