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
Path Parameters
Query Parameters
If true, only return cleaned mappings; if false, only return raw mappings; otherwise, return all mappings.
A regex pattern to match
The target field. If provided, one of regex or value must also be provided.
A cluster sample value to match
Page number
Required range:
x > 1
Page size
Required range:
1 < x < 100