Invoking this in a web browser returns almost instantly:
http://my.octopus.server/api/deployments?taskState=Queued
However, the C# Octopus.Client library has only a few methods for IDeploymentRepository: Get, FindBy, FindOne and FindMany. None of them take an argument that seems equivalent to taskState.
Is there anything I’m missing? Or a good workaround?