Pipedrive API Call - List all organization files including deleted

I am trying to get all files attached to an organization including the deleted ones.

/v1/organizations/{id}/files <— Works fine but does not include deleted

When using the api call I can’t get the query parameters to work to enable including of deleted files.

The built in “list files in a deal” has a toggle and researching that the query
string looks and works like the top in my attachment.

There is no “list all files in organization” so I’m having to use the pipedrive api request module and when I set the parameters it does nothing but you can see what it’s sending in the bottom of my attachment.

deletedfiles

What am I doing wrong here?

Maybe try “include_deleted_files”: true