pipeline

Get pipeline results (only when completed)

get/pipeline/{session_id}/results

Path parameters

session_idstring required

Response

Pipeline results

OR

Example response

{
  "status": "completed",
  "coverage": {
    "schema_version": "1.0"
  }
}

Changes

Changed in 3 of the 6 revisions of this API.22013

  • 1a8c0d4c92b527See the full diff
    • added PipelineResults PipelineError to the response body oneOf list for the response status 200

      response-body-one-of-added

    • the response's body type/format changed from object/ to / for status 200

      response-body-type-changed

    • removed the optional property completed_at from the response with the 200 status

      response-optional-property-removed

    • removed the optional property download_urls from the response with the 200 status

      response-optional-property-removed

    • removed the optional property duration_seconds from the response with the 200 status

      response-optional-property-removed

    • removed the optional property session_id from the response with the 200 status

      response-optional-property-removed

    • removed the optional property stats from the response with the 200 status

      response-optional-property-removed

    • removed the optional property status from the response with the 200 status

      response-optional-property-removed

    • removed the optional property timings from the response with the 200 status

      response-optional-property-removed

    • added the optional property download_urls/cluster_map to the response with the 200 status

      response-optional-property-added

    • added the optional property download_urls/cluster_report to the response with the 200 status

      response-optional-property-added

    • added the optional property download_urls/cluster_representatives to the response with the 200 status

      response-optional-property-added

    • added the optional property download_urls/cluster_summary to the response with the 200 status

      response-optional-property-added

    • added the optional property stats/cluster_capped_count to the response with the 200 status

      response-optional-property-added

    • added the optional property stats/cluster_count to the response with the 200 status

      response-optional-property-added

    • added the optional property stats/cluster_max_size to the response with the 200 status

      response-optional-property-added

    • added the optional property stats/cluster_multi_member_count to the response with the 200 status

      response-optional-property-added

    • added the optional property stats/cluster_prims_ran to the response with the 200 status

      response-optional-property-added

    • added the optional property stats/cluster_reduction_percent to the response with the 200 status

      response-optional-property-added

    • added the optional property stats/cluster_representative_count to the response with the 200 status

      response-optional-property-added

    • added the optional property stats/cluster_singleton_count to the response with the 200 status

      response-optional-property-added

    • added the optional property stats/cluster_total_prims to the response with the 200 status

      response-optional-property-added

    • removed the optional property download_urls/cluster_map from the response with the 200 status

      response-optional-property-removed

    • removed the optional property download_urls/cluster_report from the response with the 200 status

      response-optional-property-removed

    • removed the optional property download_urls/cluster_representatives from the response with the 200 status

      response-optional-property-removed

    • removed the optional property download_urls/cluster_summary from the response with the 200 status

      response-optional-property-removed

    • removed the optional property stats/cluster_capped_count from the response with the 200 status

      response-optional-property-removed

    • removed the optional property stats/cluster_count from the response with the 200 status

      response-optional-property-removed

    • removed the optional property stats/cluster_max_size from the response with the 200 status

      response-optional-property-removed

    • removed the optional property stats/cluster_multi_member_count from the response with the 200 status

      response-optional-property-removed

    • removed the optional property stats/cluster_prims_ran from the response with the 200 status

      response-optional-property-removed

    • removed the optional property stats/cluster_reduction_percent from the response with the 200 status

      response-optional-property-removed

    • removed the optional property stats/cluster_representative_count from the response with the 200 status

      response-optional-property-removed

    • removed the optional property stats/cluster_singleton_count from the response with the 200 status

      response-optional-property-removed

    • removed the optional property stats/cluster_total_prims from the response with the 200 status

      response-optional-property-removed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog