---
title: "Get Message Job Status"
method: GET
path: "/api/linkedin/process-messages/{job_id}/status"
tags: ["linkedin"]
---

# Get Message Job Status

`GET /api/linkedin/process-messages/{job_id}/status`

Lightweight read-only status check. Processing is handled by the background job processor.

## Path parameters

- `job_id` string, required

## Response `200`

Successful Response

- JobStatusResponse
  - `status` string, required
  - `matched_count` integer, required
  - `processed_count` integer, required
  - `error` string, nullable

## Other responses

- `422` — Validation Error

---

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