fossa_list_revision_dependencies_v1
List dependencies for a FOSSA revision using the legacy v1 response format to access lock, full license, and issue target data omitted by v2.
Instructions
List a revision's dependencies in FOSSA's legacy v1 response shape.
The v1 shape carries the dependency lock, full license objects, and issue targets, none of which the v2 response includes.
fossa_list_dependencies is the better default; this exists for the fields
the v2 response drops and for filtering by a locator list too long for a
query string. With transport="auto" a long locator list is sent as a
request body instead, which is FOSSA's documented workaround for the URI
size limit. Neither transport changes FOSSA state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| transport | No | auto | |
| include_ignored | No | ||
| project_locator | Yes | ||
| revision_locator | Yes | ||
| include_hash_data | No | ||
| dependency_locators | No | ||
| include_license_text | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||