For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get job by ID

Returns job details by job ID. If job is not found empty result is returned.

get
/jobs
Authorizations
api_keystringRequired

Coin Metrics API key can be specified as ?api_key= query parameter.

Query parameters
idsstringRequired

Job identifier.

prettybooleanOptional

Human-readable formatting of JSON responses.

Default: false
include_warningsbooleanOptional

Flag to include warnings generated by job execution in the response.

Default: false
Responses
200

Jobs details.

application/json
get/jobs

Last updated

Was this helpful?