Orchestrator API's are not working

Hi,

I am trying to get task details using API. which is created in the Action Center.

But I am getting a 404 status code. I am using below API

/odata/Tasks({713788}) with orchestrator API activity.

Hi @Pooja2,

I am able to get details.

You will need to remove curly brackets from your url.
Please use like below:
/odata/Tasks(713788)

Below is the screenshot for my run:

Hope this helps.

REgards
Sonali