---
title: "GET /v1/{+parent}/executions"
method: GET
path: "/v1/{+parent}/executions"
tags: ["projects"]
---

# GET /v1/{+parent}/executions

`GET /v1/{+parent}/executions`

Returns a list of executions which belong to the workflow with the given name. The method returns executions of all workflow revisions. Returned executions are ordered by their start time (newest first).

## Path parameters

- `parent` string, required

## Query parameters

- `filter` string
- `orderBy` string
- `pageSize` integer
- `pageToken` string
- `view` 'EXECUTION_VIEW_UNSPECIFIED' | 'BASIC' | 'FULL'

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/workflowexecutions.md) · [All operations](https://skmtc.dev/google/apis/workflowexecutions/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/workflowexecutions/revisions/f7306ae7ff72/schema)
