v1

latestOpenAPI 3.0.0Apache 2.02026-07-14384142.2 KB
Source

List Tasks for Source

Returns an array of Task objects

get/sources/{id}/tasks

Path parameters

idstring required

ID of the resource

Query parameters

limitinteger

The numbers of items to return per page.

offsetinteger

The number of items to skip before starting to collect the result set.

filterobject

Filter for querying collections.

sort_byobject

The list of attribute and order to sort the result set by.

Response

Tasks collection

Example response

{
  "data": [
    {
      "message": "received message starting inventory collection",
      "name": "Order Service Plan",
      "owner": "jdoe",
      "state": "running",
      "status": "error",
      "type": "CloudConnectorTask"
    }
  ]
}