v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13154167.5 KB
projects

Returns information about running and completed transfer runs.

get/v1/{+parent}/runs

Path parameters

parentstring required

Required. Name of transfer configuration for which transfer runs should be retrieved. If you are using the regionless method, the location must be US and the name should be in the following form: * projects/{project_id}/transferConfigs/{config_id} If you are using the regionalized method, the name should be in the following form: * projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}

Query parameters

pageSizeinteger

Page size. The default page size is the maximum value of 1000 results.

pageTokenstring

Pagination token, which can be used to request a specific page of ListTransferRunsRequest list results. For multiple-page results, ListTransferRunsResponse outputs a next_page token, which can be used as the page_token value to request the next page of list results.

runAttempt'RUN_ATTEMPT_UNSPECIFIED' | 'LATEST'

Indicates how run attempts are to be pulled.

statesstring[]

When specified, only transfer runs with requested states are returned.

Response

Successful response