---
title: "GET /devops/installations/{installation_id}/tasks"
method: GET
path: "/devops/installations/{installation_id}/tasks"
tags: ["DevOps"]
---

# GET /devops/installations/{installation_id}/tasks

`GET /devops/installations/{installation_id}/tasks`

Lists Task objects available in the collection given an `installation_id`.

## Path parameters

- `installation_id` string, required

## Query parameters

- `limit` integer
- `offset` integer
- `assignee` string
- `events.created.at` string, date-time
- `events.rescheduled.at` string, date-time
- `id` string
- `object.category` 'background' | 'interactive' | 'scheduled' | 'transformation'
- `object.id` string
- `object.type` string
- `rescheduled_count` integer
- `runtime_max` number, float
- `runtime_min` number, float
- `runtime_total` number, float
- `status` 'scheduled' | 'rescheduled' | 'processing' | 'succeeded' | 'failed' | 'retrying' | 'skipped'

## Response `200`

- EaasTask[]
  - `id` string
  - `object` EaasTaskObjectType, required
    - `id` string, required
    - `type` string, required
    - `category` string, required
  - `assignee` string
  - `status` 'scheduled' | 'rescheduled' | 'processing' | 'succeeded' | 'failed' | 'retrying' | 'skipped'
  - `output` string, nullable
  - `environment` EaasEnvironmentReference — Environment. Is used to specify a concrete Environment. `id` -- the environment id. `type` -- the environment type: development, test or production. `icon` -- the environment icon.
    - `id` string
    - `type` 'production' | 'test' | 'development', required
    - `icon` string, nullable
    - `extension` EaasExtensionReference, required
      - `id` string, required
      - `name` string
      - `owner` EaasAccountReference
        - `id` string
        - `name` string, required
        - `icon` string, nullable
        - `role` 'vendor' | 'distributor' | 'reseller'
      - `icon` string, binary, nullable
      - `extension_id` string
    - `ui_modules` string
    - `hostname` string, required
    - `domain` string, required
    - `git` EaasGitInfo — Git Info. Is used to represent git repository information `auth` -- object containing `username` and `password` to git repository if required. `url` -- repository URL. `tag` -- tag to be used. Connect will checkout the code according to this tag. `commit` -- commit to be used. Connect will checkout the code according to this commit.
      - `url` string, uri, required
      - `tag` string, required
      - `commit` string, required
      - `auth` EaasGitCredentialsModel — Git Credentials. Is used to represent input object to request git tags. You need to provide `username` and `password` to your git repository as input data.
        - `username` string, nullable
        - `password` string, nullable
    - `runtime` string, required
  - `owner` EaasAccountReference
    - `id` string
    - `name` string, required
    - `icon` string, nullable
    - `role` 'vendor' | 'distributor' | 'reseller'
  - `events` object
    - `created` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string
    - `updated` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string
    - `assigned` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string
    - `completed` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string
    - `rescheduled` object
      - `at` string, datetime
      - `by` object
        - `id` string
        - `name` string
        - `icon` string
  - `retry_count` integer
  - `rescheduled_count` integer
  - `runtime_total` number, nullable — Runtime total in ms
  - `processing_total` string
  - `installation` EaasInstallationReference
    - `id` string
    - `owner` EaasAccountReference
      - `id` string
      - `name` string, required
      - `icon` string, nullable
      - `role` 'vendor' | 'distributor' | 'reseller'
    - `status` 'installed' | 'uninstalled'
  - `transformation_function` string

## Other responses

- `400`

---

[API](https://skmtc.net/cloudblue/apis/cloudblue-connect-api.md) · [All operations](https://skmtc.net/cloudblue/apis/cloudblue-connect-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloudblue/cloudblue-connect-api/versions/54fef191d46c/schema)
