Status Subresource API

Is there an API for returning only the status subresource for a given resource? I’m trying to list custom resources across a cluster from an external system for the purpose of getting the status subresource for each object. The external system imposes limitations on response body sizes, so, if possible, I’d like to make an API call that only returns the status subresources since each custom resource’s spec can be fairly lengthy. Is that possible? For deployments, for example, it’s possible to query the scale subresource separately, but querying the status subresource returns the entire object

Cluster information:

Kubernetes version: v1.17