---
title: "List of workflow project names"
method: GET
path: "/entities/parent_segments/{parentSegmentId}/user_defined_workflow_projects"
tags: ["Activations"]
---

# List of workflow project names

`GET /entities/parent_segments/{parentSegmentId}/user_defined_workflow_projects`

Returns a list of workflow project names

## Query parameters

- `namePattern` string
- `lastId` integer

## Response `200`

Succeeded to get workflow project names

- object
  - `data` object[], required
    - `id` string, required
    - `type` 'workflow-project', required
    - `attributes` object
      - `name` string
  - `pagination` object, required
    - `nextPage` string, nullable, required — The path part of URL of the next page

## Other responses

- `400` — Given parameters are not valid
- `403` — Requested resource or action is not allowed because you don't have sufficient permissions
- `404` — The specified resource is not found

---

[API](https://skmtc.net/treasure/apis/cdp-api.md) · [All operations](https://skmtc.net/treasure/apis/cdp-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasure/cdp-api/revisions/24caa8eb809b/schema)
