- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
List processes in the given project and location. List order is descending by insertion time.
HTTP request
GET https://datalineage.googleapis.com/v1/{parent}/processes
Path parameters
Parameters | |
---|---|
parent |
Required. The name of the project and its location that owns this collection of processes. It takes the form |
Query parameters
Parameters | |
---|---|
page |
The maximum number of processes to return. The service may return fewer than this value. If unspecified, at most 50 processes are returned. The maximum value is 100; values greater than 100 are cut to 100. |
page |
The page token received from a previous When paginating, all other parameters specified in this call must match the parameters of the call that provided the page token. |
Request body
The request body must be empty.
Response body
Response message for processes.list
.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"processes": [
{
object ( |
Fields | |
---|---|
processes[] |
The processes from the specified project and location. |
next |
The token to specify as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent
resource:
datalineage.processes.list
For more information, see the IAM documentation.