---
title: "Export a Task"
method: POST
path: "/api/v3/projects/{project_id}/tasks/{id}/export"
tags: ["tasks"]
---

# Export a Task

`POST /api/v3/projects/{project_id}/tasks/{id}/export`

## Path parameters

- `project_id` string, uuid, required
- `id` string, uuid, required

## Headers

- `Fieldwire-Version` string, date, required

## Request body

- object
  - `jid` string

## Response `200`

Successful response

- union — Schema for resource export response
  - object
    - `error` string, required — The error that led to resource not getting exported
  - object
    - `url` string, required — The URL where the export can be found
  - object
    - `jid` string, required — A unique ID to poll with until the job finishes

## Other responses

- `202` — Successful response

---

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