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

# POST /ListThreatModelJobs

`POST /ListThreatModelJobs`

Returns a paginated list of threat model job summaries for the specified threat model.

## Request body

- object
  - `maxResults` integer — Maximum results for pagination.
  - `threatModelId` string, required — The unique identifier of the threat model to list jobs for.
  - `agentSpaceId` string, required — The unique identifier of the agent space.
  - `nextToken` string — Pagination token.

## Response `200`

Success

- ListThreatModelJobsOutput — Output for the ListThreatModelJobs operation.
  - `threatModelJobSummaries` ThreatModelJobSummary[] — The list of threat model job summaries.
    - `threatModelJobId` string, required — The unique identifier of the threat model job.
    - `threatModelId` string, required — The unique identifier of the threat model associated with the job.
    - `agentSpaceId` string — The unique identifier of the agent space.
    - `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.
  - `nextToken` string — A token to use for paginating results that are returned in the response.

---

[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)
