v1

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

Searches/lists the background jobs for a specific conversion workspace. The background jobs are not resources like conversion workspaces or mapping rules, and they can't be created, updated or deleted. Instead, they are a way to expose the data plane jobs log.

get/v1/{+conversionWorkspace}:searchBackgroundJobs

Path parameters

conversionWorkspacestring required

Required. Name of the conversion workspace resource whose jobs are listed, in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.

Query parameters

completedUntilTimestring

Optional. If provided, only returns jobs that completed until (not including) the given timestamp.

maxSizeinteger

Optional. The maximum number of jobs to return. The service may return fewer than this value. If unspecified, at most 100 jobs are returned. The maximum value is 100; values above 100 are coerced to 100.

returnMostRecentPerJobTypeboolean

Optional. Whether or not to return just the most recent job per job type,

Response

Successful response