Unable to get orders

Hi, when running https://paper-api.alpaca.markets/v2/orders

The API returns success but zero orders even though i have closed orders.

I tried also passing in the Body:
{
“status”: “all”
}

The other APIs besides this one work fine for me.

Thanks,
–Mike

@Mike_Hoddevik A similar post to your question is here. Basically this

`GET https://paper-api.alpaca.markets/v2/orders?status=all`

You need to pass status=all as parameters instead of in the body. That should work.