Get Job Ids

Get Job Ids

List, with optional filters, the current jobs, by job ID.

Request
URI
GET
https://{api_host}/dms/data-consumer/v0alpha1/info-jobs
COPY
Query Parameters
string
info_type_id
Optional

Limit jobs to those that match the provide data (or info) type.

string
owner
Optional

Limit jobs to those that match the named owner.


Responses
200

List of one or more job identifiers.

Returns Array of string of type(s) application/json
[
    {}
]