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

Authorization
string
headerrequired

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

result_id
string
required

Response

200 - application/json
id
string
required
status
string
required
created_at
string
required
updated_at
string | null
job_id
string
required

The job ID

pipeline_id
string
required

The pipeline ID

mapped_data
object[] | null

The mapped data

link
string | null

The link to the mapped data