security-governance

List security scans

Plan: Business or higher

Returns the project's security scan invocations, newest first.

get/v1/projects/{project_id}/security-scans

Path parameters

project_idstring required

Project ID

Project ID

Query parameters

limitinteger

Page size (max 100)

Page size (max 100)

cursorstring

Opaque cursor from a prior response

Opaque cursor from a prior response

Response

OK

Example response

{
  "data": [
    {
      "commit_sha": "9fceb02d0ae598e95dc970b74767f19372d61af8",
      "finished_at": "2026-01-15T09:30:00Z",
      "scan_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
      "started_at": "2026-01-15T09:30:00Z",
      "status": "completed",
      "trigger_source": "workflow"
    }
  ],
  "pagination": {
    "has_more": true,
    "next_cursor": "eyJ2IjoxLCJpZCI6InByal8wMWp3M2s5In0"
  }
}

Changes

No recorded changes to this endpoint across all 8 revisions of this API.