[{"label":"Latest (0.1.1)","version":"latest"}]
cric-r1

Get Job Ids

Description

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

Request

Request

URL

URL


get
https://{api_host}/dms/data-consumer/v0alpha1/info-jobs
Copy

Query Parameters

Query Parameters

string
info_type_id Optional

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

Parameter Serialization Style: form Explode:true

string
owner Optional

Limit jobs to those that match the named owner.

Parameter Serialization Style: form Explode:true

Response

Response

Response Body

Response Body

200 OK

Returns array of string formatted as uuid of type application/json

List of one or more job identifiers.

No error details were provided in the OpenAPI specification.

Code Samples

Code Samples

cURL Command

curl https://{api_host}/dms/data-consumer/v0alpha1/info-jobs


Feedback

Was this page helpful?