profileResultDatabase

Get profile report by executionId

Get profile results by executionId

Securityapi_key
Request
path Parameters
executionId
required
integer <int32>

The ID of the execution

query Parameters
sort_by
string

Sort by field.

Enum: "algorithmName" "columnName" "domainName" "tableName"
sort_dir
string

Sort direction.

Enum: "asc" "desc"
page_number
integer <int64>
Default: 1

The page number for which to get algorithms. This will default to the first page if excluded

page_size
integer <int64>

The maximum number of objects to return. This will default to the DefaultApiPageSize setting if not provided

Responses
200

Success

400

Bad request

401

Unauthorized access

404

Not found

get/profile-results-database/{executionId}
Response samples
application/json
{
  • "_pageInfo": {
    },
  • "responseList": [
    ]
}