List dependencies
Documentation Index
Fetch the complete documentation index at: https://docs.semgrep.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Get access to data with your API token. Example header:
Authorization: Bearer 2991e2fb4b540fe75b8f90677b0b892b6314e4961cb001fe6eb452eee248a628
The token can be provisioned from the Tokens section in your Settings, and requires explicitly enabling Web API access.
Path Parameters
Deployment ID (numeric). Example: 123. Can be found at /deployments, or in your Settings in the web UI.
123
Body
Cursor to paginate through the dependencies. Provide a cursor value from the response to retrieve the next page.
Object to provide dependency details to filter by.
Deployment ID (numeric). Example: 123. Can be found at /deployments, or in your Settings in the web UI.
123
Number of dependencies per page. Default: 1000, min: 1, max: 10000.
1 <= x <= 100001000
Response
OK
List of dependencies.
[
{
"id": "1",
"name": "dependency1",
"version": "1.0.0"
},
{
"id": "2",
"name": "dependency2",
"version": "2.0.0"
}
]Pass to next request to get next page of results.
True if there are more dependencies to get.