Zend certified PHP/Magento developer

Error trying to GET all orders

I am getting the error below trying to get all orders using get(‘rest/V1/orders?searchCriteria’);

I am using Access Token and my integration has access to ALL API.

{
    "messages": {
        "error": [
            {
                "code": 500,
                "message": "Server internal error. See details in report api/279047400427"
            }
        ]
    }
}