Skip to main content
POST
/
api
/
Task
/
Query
Query Tasks
curl --request POST \
  --url https://api.virtuoussoftware.com/api/Task/Query \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

skip
string

The number of records to skip. Default = 0.

take
string

The number of records to take. Default = 10. Max is 1000.

Response

200

OK

Last modified on June 5, 2026