---
title: "Search for library matches for source files at application level"
method: GET
path: "/api/v3.0/applications/{applicationUuid}/dependencies/sourceFiles/searchForMatch"
tags: ["Dependencies Source Files"]
---

# Search for library matches for source files at application level

`GET /api/v3.0/applications/{applicationUuid}/dependencies/sourceFiles/searchForMatch`

Returns library match suggestions from Mend based on manual search criteria. Uses V3 MQL search format. Available search filters: date:between:date1,date2 (e.g., between:2019-05-01,2019-06-01), license:[like|regex]:value, name:[like|equals|regex]:value, owner:like:value, version:like:value. Example: ?search=name==openssl.

## Path parameters

- `applicationUuid` string, required

## Response `200`

OK

- DWRResponseV3CollectionSourceLibraryResponseDTOSearchForMatch
  - `supportToken` string
  - `response` SourceLibraryResponseDTOSearchForMatch[]
    - `uuid` string — Unique identifier of the library. Only available in searchForMatch endpoint.
    - `name` string — Name of the library
    - `sha1` string — SHA-1 hash of the library
    - `licenses` LiteLicenseDTOSearchForMatch[] — Collection of licenses associated with this library
      - `name` string, required
      - `severity` string
    - `version` string — Version of the library
    - `owner` string — Owner/organization of the library
    - `url` string — URL to the library source
    - `date` string, date-time — Release date of the library
    - `nonOfficialRelease` boolean — Indicates whether this is a non-official release

## Other responses

- `400` — Bad Request
- `403` — Forbidden

---

[API](https://skmtc.dev/mend/apis/mend-api.md) · [All operations](https://skmtc.dev/mend/apis/mend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mend/mend-api/revisions/b2302e1b6c4c/schema)
