[[["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-09-04 UTC."],[],[],null,["# Method: googleapis.firestore.v1beta1.projects.databases.documents.batchGet\n\nGets multiple documents. Documents returned by this method are not\nguaranteed to be returned in the same order that they were requested.\n\nArguments\n---------\n\nRaised exceptions\n-----------------\n\nResponse\n--------\n\nIf successful, the response contains an instance of [`BatchGetDocumentsResponse`](/workflows/docs/reference/googleapis/firestore/v1beta1/Overview#BatchGetDocumentsResponse).\n\nSubworkflow snippet\n-------------------\n\nSome fields might be optional or required.\nTo identify required fields, refer to the [API documentation](https://cloud.google.com/firestore/docs/reference/rest/v1beta1/projects.databases.documents/batchGet). \n\n### YAML\n\n```yaml\n- batchGet:\n call: googleapis.firestore.v1beta1.projects.databases.documents.batchGet\n args:\n database: ...\n body:\n documents: ...\n mask:\n fieldPaths: ...\n newTransaction:\n readOnly:\n readTime: ...\n readWrite:\n retryTransaction: ...\n readTime: ...\n transaction: ...\n result: batchGetResult\n```\n\n### JSON\n\n```json\n[\n {\n \"batchGet\": {\n \"call\": \"googleapis.firestore.v1beta1.projects.databases.documents.batchGet\",\n \"args\": {\n \"database\": \"...\",\n \"body\": {\n \"documents\": \"...\",\n \"mask\": {\n \"fieldPaths\": \"...\"\n },\n \"newTransaction\": {\n \"readOnly\": {\n \"readTime\": \"...\"\n },\n \"readWrite\": {\n \"retryTransaction\": \"...\"\n }\n },\n \"readTime\": \"...\",\n \"transaction\": \"...\"\n }\n },\n \"result\": \"batchGetResult\"\n }\n }\n]\n```"]]