---
title: "List of timer start nodes and statuses"
method: GET
path: "/workflows/{workflowPath}/timerstart"
tags: ["Workflow"]
---

# List of timer start nodes and statuses

`GET /workflows/{workflowPath}/timerstart`

Get a list of all timer start nodes and their activity status in a workflow
### Authorization Required:
  - Application View

## Path parameters

- `workflowPath` string, required

## Response `200`

List of timer start nodes

- RetrievedTimerStartResponse — List of timer start nodes and their statuses in a particular workflow
  - `path` string — workflow path
  - `nodes` object[]
    - `name` string — timer start node name
    - `path` string — timer start node path
    - `started` boolean — whether a timer start node is active or not
  - `statusCode` 200

## 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)
