Stay organized with collections
Save and categorize content based on your preferences.
Lists all backup runs associated with the project or a given instance
and configuration in the reverse chronological order of the backup
initiation time.
Arguments
Parameters
instance
string
Required. Cloud SQL instance ID, or "-" for all instances. This does not include the project ID.
project
string
Required. Project ID of the project that contains the instance.
[[["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-08-29 UTC."],[],[],null,["# Method: googleapis.sqladmin.v1.backupRuns.list\n\nLists all backup runs associated with the project or a given instance\nand configuration in the reverse chronological order of the backup\ninitiation time.\n\nArguments\n---------\n\nRaised exceptions\n-----------------\n\nResponse\n--------\n\nIf successful, the response contains an instance of [`BackupRunsListResponse`](/workflows/docs/reference/googleapis/sqladmin/v1/Overview#BackupRunsListResponse).\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/sql/docs/mysql/admin-api/rest/v1/backupRuns/list). \n\n### YAML\n\n```yaml\n- list:\n call: googleapis.sqladmin.v1.backupRuns.list\n args:\n instance: ...\n project: ...\n maxResults: ...\n pageToken: ...\n result: listResult\n```\n\n### JSON\n\n```json\n[\n {\n \"list\": {\n \"call\": \"googleapis.sqladmin.v1.backupRuns.list\",\n \"args\": {\n \"instance\": \"...\",\n \"project\": \"...\",\n \"maxResults\": \"...\",\n \"pageToken\": \"...\"\n },\n \"result\": \"listResult\"\n }\n }\n]\n```"]]