v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1492497398.3 KB

Starts a new pentest job for a pentest configuration. The job executes the security tests defined in the pentest.

post/StartPentestJob

Request body

agentSpaceIdstring required

The unique identifier of the agent space.

pentestIdstring required

The unique identifier of the pentest to start a job for.

Response

Success

titlestring

The title of the pentest job.

status'IN_PROGRESS' | 'STOPPING' | 'STOPPED' | 'FAILED' | 'COMPLETED'

The current status of the pentest job.

createdAtstring date-time

The date and time the pentest job was created, in UTC format.

updatedAtstring date-time

The date and time the pentest job was last updated, in UTC format.

pentestIdstring

The unique identifier of the pentest.

pentestJobIdstring

The unique identifier of the started pentest job.

agentSpaceIdstring

The unique identifier of the agent space.