---
title: "Get policy upload job status"
method: GET
path: "/api/broker_funder_policies/upload/status/"
---

# Get policy upload job status

`GET /api/broker_funder_policies/upload/status/`

Get the status of the most recent policy upload job for the current user

## Response `200`

Upload job status

- BrokerFunderPolicyUploadJobSchema
  - `created` string, date-time
  - `error_count` integer
  - `error_details` object, nullable
  - `error_message` string, nullable
  - `filename` string, nullable
  - `finished_at` string, date-time, nullable
  - `heron_id` string
  - `last_updated` string, date-time
  - `processed_count` integer
  - `results_summary` object, nullable
  - `started_at` string, date-time, nullable
  - `status` 'queued' | 'processing' | 'completed' | 'failed'
  - `success_count` integer
  - `total_count` integer, nullable

## Other responses

- `404` — No upload job found

---

[API](https://skmtc.net/herondata/apis/heron-data-api.md) · [All operations](https://skmtc.net/herondata/apis/heron-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/herondata/heron-data-api/versions/f2e441edece2/schema)
