Skip to main content

Retrieve run or job facets for a run.

Retrieve run or job facets for a run.

Path Parameters
    id uuid required

    The ID of the run.

Query Parameters
    type string required

    Possible values: [run, job]

    Indicates if should return job or run facets.

Responses

OK


Schema
    runId string

    The ID associated with the run modifying the table.

    facets object

    All base facet fields are prefixed with an underscore (_) to avoid field naming conflicts defined with other facets.

    _producer uri required

    URI identifying the producer of this metadata. For example this could be a git url with a given tag or sha

    _schemaURL uri required

    The URL to the corresponding version of the schema definition following a $ref URL Reference (see https://swagger.io/docs/specification/using-ref/)

    property name* any

    All base facet fields are prefixed with an underscore (_) to avoid field naming conflicts defined with other facets.

Loading...