Run Pipeline
Create a new mapping in an existing Pipeline
POST
/
pipeline
/
{pipeline_id}
/
run
This is a workflow endpoint, which is an abstraction over multiple base endpoints. This endpoint does the following in one call:
- Create Job: creates a job in an existing pipeline given source data.
- Run Job: executes job run.
- Get Result: returns the output result object.
Authorizations
lume-api-key
string
headerrequiredPath Parameters
pipeline_id
string
requiredBody
application/json
data
object[] | null
The data to be processed
joined_data_id
string | null
The ID of the joined data to be processed
Response
200 - application/json
Represents a mapping result.
This class provides the schema for a mapping result.
id
string
requiredstatus
string
requiredcreated_at
string
requiredpipeline_id
string
requiredThe pipeline ID
cleaning
boolean
default: falseWhether the result is a cleaning result
info
object[]
The metadata of the result
updated_at
string | null
job_id
string | null
The job ID
mapped_data
object[] | null
The mapped data
link
string | null
warning
object[] | null
The warning message