# Get form of historic task instance is not working

**URL:** https://forum.flowable.org/t/get-form-of-historic-task-instance-is-not-working/7942
**Category:** Flowable Engine
**Created:** [June 8, 2021, 3:32am UTC](https://forum.flowable.org/t/get-form-of-historic-task-instance-is-not-working/7942 "2021-06-08T03:32:26Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![mhvtrung](https://yyz1.discourse-cdn.com/flex035/user_avatar/forum.flowable.org/mhvtrung/32/2419_2.png) [@mhvtrung](https://forum.flowable.org/u/mhvtrung)
#### Post date: [June 8, 2021, 3:32am UTC](https://forum.flowable.org/t/get-form-of-historic-task-instance-is-not-working/7942/1 "2021-06-08T03:32:26Z")

</div>

I am using flowable and try to get the form of a historic task instance but it is not working with a exception.

` [GET] /cmmn-api/cmmn-history/historic-task-instances/TSK-fd360de9-c76e-11eb-9842-2aeb3a4583af/form`

```auto
{"message":"Internal server error","exception":"A process task id or process instance id or scope id should be provided"}

```

Do we have other way to get the form of a task which is completed?
