Workflows
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
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
result_id
string
requiredResponse
200 - application/json
Represents a mapping result.
This class provides the schema for a mapping result.
id
string
requiredstatus
string
requiredcleaning
boolean
default: falseWhether the result is a cleaning result
info
object[]
The metadata of the result
created_at
string
requiredupdated_at
string | null
job_id
string | null
The job ID
pipeline_id
string
requiredThe pipeline ID
mapped_data
object[] | null
The mapped data
link
string | null
warning
object[] | null
The warning message