- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - IAM Permissions
 - Try it!
 
Creates a new run.
HTTP request
POST https://datalineage.googleapis.com/v1/{parent}/runs
Path parameters
| Parameters | |
|---|---|
parent | 
                
                   
 Required. The name of the process that should own the run. It takes the form   | 
              
Query parameters
| Parameters | |
|---|---|
requestId | 
                
                   
 Optional. A unique identifier for this request. Restricted to 36 ASCII characters. A random UUID is recommended. This request is idempotent only if a   | 
              
Request body
The request body contains an instance of Run.
Response body
If successful, the response body contains a newly created instance of Run.
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.runs.create
For more information, see the IAM documentation.