v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1492497398.3 KB

Returns a paginated list of task summaries for the specified pentest job, optionally filtered by step name or category.

post/ListPentestJobTasks

Request body

agentSpaceIdstring required

The unique identifier of the agent space.

maxResultsinteger

Maximum results for pagination.

pentestJobIdstring

The unique identifier of the pentest job to list tasks for.

stepName'PREFLIGHT' | 'STATIC_ANALYSIS' | 'PENTEST' | 'FINALIZING' | 'VALIDATION'

Pentest job step names.

categoryNamestring

Filter tasks by category name.

nextTokenstring

Pagination token.

Response

Success

nextTokenstring

A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request. For subsequent calls, use the nextToken value returned from the previous request.