Mappings
Get Result Mappings
Retrieve a paginated list of mappings for a specific result
GET
/
results
/
{id}
/
mappings
Gets the output mapped data for a job run result, called Mappings. Depending on the number of records, this query will be paginated.
Authorizations
Authorization
string
headerrequiredThe access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
id
string
requiredQuery Parameters
cleaned
boolean | null
If true, only return cleaned mappings; if false, only return raw mappings; otherwise, return all mappings.
page
integer
default: 1Page number
size
integer
default: 50Page size
Response
200 - application/json
items
object[]
requiredtotal
integer | null
requiredpage
integer | null
requiredsize
integer | null
requiredpages
integer | null