---
title: "查询异步执行的进度和结果"
method: GET
path: "/executions/{executionId}"
tags: ["workflow"]
---

# 查询异步执行的进度和结果

`GET /executions/{executionId}`

## Path parameters

- `executionId` string, required

## Response `200`

返回执行状态和结果

- Execution
  - `id` string
  - `projectId` string
  - `status` 'PENDING' | 'RUNNING' | 'COMPLETED' | 'FAILED' | 'CANCELLED'
  - `startTime` string, date-time
  - `endTime` string, date-time
  - `parameters` object
  - `result` object
  - `error` object

## Other responses

- `404` — 执行记录不存在

---

[API](https://skmtc.dev/iflytek/apis/rpa-api.md) · [All operations](https://skmtc.dev/iflytek/apis/rpa-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/iflytek/rpa-api/revisions/eed8d6d43048/schema)
