/
/Checkmarx REST API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 1h ago · Updated 1mo ago
GENERAL46
OSA9
  • getReturns basic scan details for all scans associated with a specified project id
  • postCreates a new scan request
  • getGet all supported Open Source file extensions
  • getReturns a Json summary report for the specified scan Id
  • getReturns the licenses associated with the given scan request
  • getReturns a list of comments associated with the instances of the given vulnerability
  • getReturns basic scan details for a specified scan
  • getReturns all the vulnerabilities for the specified scan Id. Each vulnerability returned is unique to its library or file.
  • getReturns all the used libraries for the specified scan Id
SAST63
    OSA

    Returns basic scan details for all scans associated with a specified project id

    get/osa/scans

    Query parameters

    projectIdinteger required

    Unique Id of the specific project

    pageinteger

    Page number (default 1)

    itemsPerPageinteger

    Number of items per page (default 100)

    Response

    OK

    Changes

    No recorded changes to this endpoint across all 1 revision of this API.