/revisions/{locator}/list-dependencies

Retrieve dependencies for a given revision using the V1 legacy API format. This is a POST version of the GET /api/revisions/:locator/dependencies endpoint that accepts parameters in the request body instead of query parameters. This allows for larger payloads that would exceed URI/header size limits when using query parameters (e.g., when filtering by a large list of locators).

Note: This endpoint returns the V1 legacy format with streaming JSON array output. For new integrations, consider using the V2 API at GET /v2/revisions/{locator}/dependencies which returns a paginated response with a cleaner data structure.

The endpoint returns a streaming JSON array of dependencies with detailed information including the DependencyLock, full license objects, issueTargets, and legacy metadata fields.

Language
Credentials
Bearer
Click Try It! to start a request and see the response here!