---
title: "Search for workflow executions based on payload and other parameters"
method: GET
path: "/api/scheduler/search/executions"
tags: ["scheduler-resource"]
---

# Search for workflow executions based on payload and other parameters

`GET /api/scheduler/search/executions`

use sort options as sort=<field>:ASC|DESC e.g. sort=name&sort=workflowId:DESC. If order is not specified, defaults to ASC.

## Query parameters

- `start` integer
- `size` integer
- `sort` string
- `freeText` string
- `query` string

## Response `200`

OK

- SearchResultWorkflowScheduleExecutionModel
  - `results` WorkflowScheduleExecutionModel[] — unresolved $ref
  - `totalHits` integer

---

[API](https://skmtc.dev/orkescloud/apis/orkes-conductor-api-server.md) · [All operations](https://skmtc.dev/orkescloud/apis/orkes-conductor-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/orkescloud/orkes-conductor-api-server/revisions/6ebf0c14ac41/schema)
