---
title: "List tasks by initiator, approver, or executor"
method: GET
path: "/eclipse-conductor/rest/v1/global/tasks"
tags: ["z) Global Functionality"]
---

# List tasks by initiator, approver, or executor

`GET /eclipse-conductor/rest/v1/global/tasks`

Returns tasks initiated by or assigned to a party. Status supports a comma-delimited list. When a token is provided all other filters are ignored.

## Query parameters

- `approverCustomerId` integer
- `executorRoles` string
- `initiatorCustomerId` integer
- `limit` integer
- `offset` integer
- `status` string
- `tag` string
- `token` string

## Response `200`

OK

- EclipseTask[]
  - `approvals` EclipseTaskApproval[]
    - `customerId` integer
    - `status` 'APPROVED' | 'PENDING' | 'REJECTED'
  - `body` string
  - `created` string, date-time
  - `description` string
  - `executableByInitiator` boolean — True when this task may be executed by its own initiator (maker==checker waived for self-executable scopes such as agentic UpdateByTasks tokens)
  - `executor` integer
  - `executorComment` string
  - `executorRoles` string
  - `httpMethod` 'DELETE' | 'GET' | 'PATCH' | 'POST' | 'PUT'
  - `initiator` integer
  - `initiatorComment` string
  - `initiatorName` string
  - `lastModified` string, date-time
  - `path` string
  - `responseBody` string
  - `responseCode` integer
  - `status` 'DISCARDED' | 'DRAFT' | 'EXECUTE' | 'EXECUTED' | 'FAILED' | 'PENDING' | 'REJECTED'
  - `submitterScope` string — Space-delimited scope of the identity that submitted the task
  - `tag` string
  - `taskId` integer
  - `tenantId` integer

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.dev/eftcorp/apis/eclipse-rest-api.md) · [All operations](https://skmtc.dev/eftcorp/apis/eclipse-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eftcorp/eclipse-rest-api/revisions/9213d52d49a3/schema)
