CMDB API Query returning incomplete information

Hello,

I have written an API query to get a list of servers from our CMDB according to this documentation (Assets 10.4.4). The issue is that the query is not returning the correct data or a full list of our assets in the CMBD no matter how the API query is modified. There is a lack of any type of example in the documentation of a full query to do what I am attempting specifically, so I do not know what the issue is. Can I please get some assistance?

Query:
curl -X GET https://mycompany.com/rest/assets/1.0/aql/objects?qlQuery=objectSchemaId%3D3%20and%20"Workflow%20Status"%20%3D%20"Active" -H “Authorization: Bearer TOKEN”