Get - All Account Activities API returning 400.1 error

I’m trying to use this API call to get a list of all account activity with a couple of simple filters.

https://myorg.api.identitynow.com/v3/account-activities?filters=type eq “CloudPasswordRequest” and completionStatus eq “SUCCESS”&limit=1

I’m getting this error

“The request was syntactically correct but its content is semantically invalid.”

I know the error has to do with the completionStatus filter because if I take just that part off it works fine and if I only have the completionStatus filter it also fails with the same error.

I don’t see any problem with the filter though so I’m not sure what the problem is?

According to the spec, the filters query param for list account activities only allows the following attributes:

If you need more robust search options for account activities, you can use the Search API.

Thank you for the response Colin, looks like I missed that part when I was going through documentation. I think the search API should help me out quite a bit.