---
title: "Get collector status"
method: GET
path: "/collectors/{key}/status"
tags: ["collectors"]
---

# Get collector status

`GET /collectors/{key}/status`

Retrieve the specified collector status by the collector's id or name.

## Path parameters

- `key` string, required

## Response `200`

Success, returns the specified collector's status.

- object
  - `status` string — The collector status.

## Other responses

- `400` — Invalid ID supplied
- `404` — Collector not found

---

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