Octopus.Client equivalent of deployments?taskState=Queued?

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?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.