Get Mapping
Retrieve a mapping by its result ID
GET
/
mappings
/
{result_id}
This is a workflow endpoint, which is an abstraction over multiple base endpoints. This endpoint is a helper that returns the mapped data immediately from a finished
Result.
- If the Result
status
is notfinished
, returns Result object. - If the Result
status
isfinished
orneeds_review
, returns Result object withmapped_data
, a list of output mapped data.
Authorizations
Path Parameters
Response
200 - application/json
Represents a mapping result.
This class provides the schema for a mapping result.
The pipeline ID
Whether the result is a cleaning result
The metadata of the result
The job ID
The mapped data
The warning message