Required. Name of the Annotation store to retrieve Annotations from.
Authorization requires the following IAM permission on the specified resource parent:
healthcare.annotations.list
Query parameters
Parameters
pageSize
integer
Limit on the number of Annotations to return in a single response. If not specified, 100 is used. May not be larger than 1000.
pageToken
string
The nextPageToken value returned from the previous List request, if any.
filter
string
Restricts Annotations returned to those matching a filter. Functions available for filtering are:
matches("annotationSource.cloud_healthcare_source.name", substring). Filter on cloudHealthcareSource.name. For example: matches("annotationSource.cloud_healthcare_source.name", "some source").
matches("annotation", substring). Filter on all fields of annotation. For example: matches("annotation", "some-content").
type("text"), type("image"), type("resource"). Filter on the type of annotation data.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-27 UTC."],[[["\u003cp\u003eThis endpoint retrieves a list of Annotations from a specified Annotation store within the Google Cloud Healthcare API.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires the \u003ccode\u003ehealthcare.annotations.list\u003c/code\u003e IAM permission and supports filtering by annotation source, annotation content, or annotation type.\u003c/p\u003e\n"],["\u003cp\u003eThe response can be customized to include a subset of fields via the \u003ccode\u003eview\u003c/code\u003e parameter, allowing for basic or full data to be returned, with page size limitations of a maximum of 1000 results per request.\u003c/p\u003e\n"],["\u003cp\u003ePagination is supported, using \u003ccode\u003epageSize\u003c/code\u003e to control the number of Annotations returned and \u003ccode\u003epageToken\u003c/code\u003e to retrieve subsequent pages of results.\u003c/p\u003e\n"],["\u003cp\u003eThe request must be empty, and can be done either with \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-healthcare\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scopes.\u003c/p\u003e\n"]]],[],null,["# Method: annotations.list\n\n**Full name**: projects.locations.datasets.annotationStores.annotations.list\n\nLists the [Annotations](/healthcare-api/docs/reference/rest/v1beta1/projects.locations.datasets.annotationStores.annotations#Annotation) in the given [Annotation store](/healthcare-api/docs/reference/rest/v1beta1/projects.locations.datasets.annotationStores#AnnotationStore) for a source resource.\n\n### HTTP request\n\n`GET https://healthcare.googleapis.com/v1beta1/{parent=projects/*/locations/*/datasets/*/annotationStores/*}/annotations`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Query parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nLists the [Annotations](/healthcare-api/docs/reference/rest/v1beta1/projects.locations.datasets.annotationStores.annotations#Annotation) in the specified [Annotation store](/healthcare-api/docs/reference/rest/v1beta1/projects.locations.datasets.annotationStores#AnnotationStore).\n\nIf successful, the response body contains data with the following structure:\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-healthcare`\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp).\n\nAnnotationView\n--------------\n\nThe optional view on [Annotation](/healthcare-api/docs/reference/rest/v1beta1/projects.locations.datasets.annotationStores.annotations#Annotation)."]]