Skip to main content

List code projects linked to a target, maximum is 20 per target

GET 

/targets/:target_id/integrations/snyk-sast/code-projects/

Request

Path Parameters

    target_id stringrequired

Query Parameters

    ordering string

    Which field to use when ordering the results.

    search string

    A search term.

Responses

Schema

  • Array [

  • id string

    A unique Base58 value identifying this object.

    scope stringrequired

    A unique Base58 value identifying this object.

    project_id uuidrequired
    project_name string

    Possible values: <= 256 characters

    target_id uuidrequired
    target_name string

    Possible values: <= 256 characters

    org_id uuidrequired
    org_name string

    Possible values: <= 256 characters

    target_file string

    Possible values: <= 256 characters

  • ]

Loading...