Skip to main content
Version: 4.7.24

Get a run

Get a run

Path Parameters
    id uuid required

    The ID of the run to retrieve

Responses

Run retrieved successfully


Schema
    id uuid required

    The ID of the run

    stepRuns object[] required
  • Array [
  • stepRunId uuid required

    The ID of the step run

    stepId uuid required

    The ID of the step

    providerName string required

    The name of the provider

    invocation string required

    The name of the method being invoked

    order integer required

    The order of the step run. The last step has the highest "order" number.

    modelParams object required

    The parameters used by the model

    inputs object required

    The inputs of the run

    outputs object required

    The outputs of the run

    elapsedTime integer required

    The milliseconds to complete the run

    startTime float required

    Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.

    endTime float required

    Timestamp in seconds since the UNIX epoch. Can be transformed into a Date object.

    cost number required

    The cost of the run in USD

    metadata object nullable
    property name* MetadataValueObject nullable
    oneOf

    type string required

    Possible values: [url]

    url uri required
    text string required
    type string required

    type string required

    Possible values: [url]

    url uri required
    text string required
  • ]
Loading...