Skip to main content

Get a Run

GET 

/api/v1/runs/:id

Get a Run

Request

Path Parameters

    id stringrequired

Responses

OK

Schema

    cluster string
    createdAt date-time
    directorId string
    error string
    id string

    input

    object

    property name* any
    isBatch boolean
    logs string

    output

    object

    property name* any
    parentId string
    resourceId string
    resourceType string
    status ModelsRunStatus (string)

    Possible values: [completed, failed, running]

    updatedAt date-time

    validationResults

    object[]

  • Array [

  • error string
    passed boolean

    validator

    object

    jpath string
    regex string
    resource string
  • ]

  • validationSummary

    object

    failed integer
    passed integer
    percentage number
Loading...