Get Job Results

Get Job Results

Get the results of one job done via data-collection.

Request
URI
GET
https://{api_host}/dms/v0alpha1/collections/{job_id}
COPY
Path Parameters
string
job_id
Required

The unique identifier for one job result.


Responses
200

A successful retrieval of one job result.

Operation doesn't return any data structure

404

Results for the requested job do not exist.

Returns ProblemDetails of type(s) application/problem+json
{
    "type": "string",
    "title": "string",
    "status": 400,
    "detail": "Required field 'counter_names' missing.",
    "instance": "string"
}
string
type
Optional

A URI representing the type of the problem.

string
title
Required

A short summary of the error.

number
status
Required

The HTTP Response code associated with this error.

string
detail
Required

A detailed description of the error.

string
instance
Optional

An optional URI of the instance involved in the problem.