Endpoint to get a tasklist

Hi, I’m trying to get my active task on Postman, but it doesn’t work, and I receive a 404 Not Found. My Flowable is open source and is running on Docker. In localhost, is there a way to get the swagger documentation?

this is my curl on Postman:

curl --location ‘http://localhost:8080/flowable-rest/service/history/historic-task-instances
–header ‘accept: application/json’

Hey @stefanie24,

that website contains a summary of all the open source swagger documentations.

Greetings

Christopher

Hi, @WelschChristopher !

Yes, but the way I did the get on Postman, is right?

Hey, without knowing your configuration that looks good.