---
title: "List of Timed Events for Submission Id"
method: GET
path: "/workflows/{workflowPath}/timedEvents/{submissionId}"
tags: ["Workflow"]
---

# List of Timed Events for Submission Id

`GET /workflows/{workflowPath}/timedEvents/{submissionId}`

Get a list of all timed events that have been queued for a submission Id
### Authorization Required:
  - See Submission Access ([Submission Access](#submission-access))

## Path parameters

- `workflowPath` string, required
- `submissionId` string, required

## Query parameters

- `status` 'ACTIVE' | 'CANCELLED' | 'EXECUTED' | 'EXECUTION_FAILED' | 'SLA_TRACKING_ERROR'
- `actionType` 'message' | 'changePath'
- `timedEventNode` string

## Response `200`

List of timed event actions

- object[] — List of timed event actions and their statuses in a particular workflow submission
  - `startTime` string, date-time — Date-Time the timed event action was queued
  - `endTime` string, date-time — Date-Time the timed event action was completed
  - `executionTime` string, date-time — Date-Time the timed event action is set to be exectued
  - `label` string — The label of the timed event action, if provided
  - `status` string — The current status of the timed event action (ACTIVE, CANCELLED, EXECUTED, EXECUTION_FAILED, SLA_TRACKING_ERROR)
  - `actionType` string — The type of the action (message, changePath)
  - `duration` object — The configured duration on the timed event action
    - `days` string
    - `hours` string
    - `minutes` string
  - `timedEventNode` string — Path of the timed event node the action is part of
  - `parentNode` string — The Task or Subprocess node that triggered the action to be queued
  - `totalDurationSeconds` integer — The calculated duration to wait before executing the action, in seconds

## Other responses

- `default` — Error

---

[API](https://skmtc.net/unqork/apis/unqork-customer-api.md) · [All operations](https://skmtc.net/unqork/apis/unqork-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unqork/unqork-customer-api/revisions/112399a67ebb/schema)
