How to get all the projects a custom field is added to?

Hi,
Custom field and project relations are stored in custom_field_setting object.
I would like to be able to send a GET request to this object in order to retrieve the projects of a custom field setting, but I wasn’t able to find such endpoint in the docs.
Is there a way to achieve this?
Thanks.

A custom field setting is specific to one project, so there’s really not a need for this type of endpoint.