---
title: "GET /v1/statements:list"
method: GET
path: "/v1/statements:list"
tags: ["statements"]
---

# GET /v1/statements:list

`GET /v1/statements:list`

Retrieves a list of all statements from a given source that match the specified target and statement string. The API guarantees that all statements with secure source assets, such as HTTPS websites or Android apps, have been made in a secure way by the owner of those assets, as described in the [Digital Asset Links technical design specification](https://github.com/google/digitalassetlinks/blob/master/well-known/details.md). Specifically, you should consider that for insecure websites (that is, where the URL starts with `http://` instead of `https://`), this guarantee cannot be made. The `List` command is most useful in cases where the API client wants to know all the ways in which two assets are related, or enumerate all the relationships from a particular source asset. Example: a feature that helps users navigate to related items. When a mobile app is running on a device, the feature would make it easy to navigate to the corresponding web site or Google+ profile.

## Query parameters

- `relation` string
- `returnRelationExtensions` boolean
- `source.androidApp.certificate.sha256Fingerprint` string
- `source.androidApp.packageName` string
- `source.web.site` string

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/digitalassetlinks.md) · [All operations](https://skmtc.dev/google/apis/digitalassetlinks/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/digitalassetlinks/revisions/465e38616924/schema)
