For Workers & Pages, what is the name of the domain?
n/a
What is the issue or error you’re encountering
Deployments API does not support order/direction pagination options
What steps have you taken to resolve the issue?
Attempting to return oldest created_on
first by querystring order=created_on&direction=DESC
What are the steps to reproduce the issue?
Attempt to make a GET call to the deployments api for Workers or Pages while utilizing order
and direction
querystring parameters
additionally, documentation states at this link that result_info would return orderable values, but no such info is returned. Does this mean the deployments API does not support ordering?