v1

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

List information about processes made by or on behalf of a user, such as process type and current status.

get/v1/processes

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.

userProcessFilter.deploymentIdstring

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

userProcessFilter.endTimestring

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

userProcessFilter.functionNamestring

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

userProcessFilter.projectNamestring

Optional field used to limit returned processes to those originating from projects with project names containing a specific string.

userProcessFilter.scriptIdstring

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

userProcessFilter.startTimestring

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

userProcessFilter.statusesstring[]

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

userProcessFilter.typesstring[]

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

userProcessFilter.userAccessLevelsstring[]

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

Response

Successful response