---
title: "Get status for specified jobs with detailed information similar to websocket endpoint."
method: POST
path: "/structure/job_status"
tags: ["structure"]
---

# Get status for specified jobs with detailed information similar to websocket endpoint.

`POST /structure/job_status`

If only dataset_name is provided, up to 1000 of the most recent jobs for that dataset will be returned.

## Request body

- JobRequest
  - `dataset_name` string, nullable
  - `job_ids` JobId[], nullable

## Response `200`

Status of all specified jobs.

- JobNotification[]
  - `dataset_name` string, required
  - `job_id` string, uuid, required
  - `status` 'Queued' | 'Running' | 'Completed' | 'Failed'
  - `target` JobTarget
    - `entity_id` string, uuid, required
    - `property_names` string[], nullable
    - `relationship_name` string, nullable

---

[API](https://skmtc.dev/structifyai/apis/structify.md) · [All operations](https://skmtc.dev/structifyai/apis/structify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/structifyai/structify/revisions/1364930b6980/schema)
