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 not finished, returns Result object.
  • If the Result status is finished or needs_review, returns Result object with mapped_data, a list of output mapped data.

Authorizations

lume-api-key
string
headerrequired

Path Parameters

result_id
string
required

Response

200 - application/json

Represents a mapping result.

This class provides the schema for a mapping result.

id
string
required
status
string
required
created_at
string
required
pipeline_id
string
required

The pipeline ID

cleaning
boolean
default: false

Whether 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

warning
object[] | null

The warning message