---
title: "Get task processing result"
method: GET
path: "/tasks/result"
tags: ["Tasks"]
---

# Get task processing result

`GET /tasks/result`

Use when fetching the outcome of a completed task (e.g. export URL or error message). Call after task status is complete.

## Query parameters

- `workflow_id` string, required

## Response `200`

OK

- ModelsTemporalWorkflowResult
  - `message` string
  - `run_id` string
  - `workflow_id` string

## Other responses

- `400` — Invalid request
- `404` — Resource not found
- `500` — Server error

---

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