---
title: "POST /StartThreatModelJob"
method: POST
path: "/StartThreatModelJob"
---

# POST /StartThreatModelJob

`POST /StartThreatModelJob`

Starts a new threat model job for a threat model configuration.

## Request body

- object
  - `agentSpaceId` string, required — The unique identifier of the agent space.
  - `threatModelId` string, required — The unique identifier of the threat model to start a job for.

## Response `200`

Success

- StartThreatModelJobOutput — Output for the StartThreatModelJob operation.
  - `title` string — The title of the threat model job.
  - `status` 'IN_PROGRESS' | 'STOPPING' | 'STOPPED' | 'FAILED' | 'COMPLETED' — The current status of the threat model job.
  - `createdAt` string, date-time — The date and time the threat model job was created, in UTC format.
  - `updatedAt` string, date-time — The date and time the threat model job was last updated, in UTC format.
  - `threatModelId` string — The unique identifier of the threat model.
  - `threatModelJobId` string, required — The unique identifier of the started threat model job.
  - `agentSpaceId` string — The unique identifier of the agent space.

---

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