v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13163149.1 KB
processes

List information about a script's executed processes, such as process type and current status.

get/v1/processes:listScriptProcesses

Query parameters

pageSizeinteger

The maximum number of returned processes per page of results. Defaults to 50.

pageTokenstring

The token for continuing a previous list request on the next page. This should be set to the value of nextPageToken from a previous response.

scriptIdstring

The script ID of the project whose processes are listed.

scriptProcessFilter.deploymentIdstring

Optional field used to limit returned processes to those originating from projects with a specific deployment ID.

scriptProcessFilter.endTimestring

Optional field used to limit returned processes to those that completed on or before the given timestamp.

scriptProcessFilter.functionNamestring

Optional field used to limit returned processes to those originating from a script function with the given function name.

scriptProcessFilter.startTimestring

Optional field used to limit returned processes to those that were started on or after the given timestamp.

scriptProcessFilter.statusesstring[]

Optional field used to limit returned processes to those having one of the specified process statuses.

scriptProcessFilter.typesstring[]

Optional field used to limit returned processes to those having one of the specified process types.

scriptProcessFilter.userAccessLevelsstring[]

Optional field used to limit returned processes to those having one of the specified user access levels.

Response

Successful response