API to get all the completed campaigns

What is the API to get all the completed campaigns?

Hey @gayare,

You can use this API and add a filter to return only completed campaigns:

GET {{baseUrl}}/campaigns?filters=status eq "COMPLETED"

Refer get-active-campaigns | SailPoint Developer Community