Home
Version 3
Jobs API

Jobs API

Retrieve Job with known failure

GET /v2/jobs/:guid

Request

Route

GET /v2/jobs/0feda524-f616-4cf7-a5b7-e1aafd6d1e65

Body

Name Description Default Valid Values Example Values
guid The guid of the job.
status The status of the job.
  • failed
  • finished
  • queued
  • running

Headers

Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI5NiIsImVtYWlsIjoiZW1haWwtMjAyQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTE0MTM2OTF9.iH2n1iFfC_WCTVHZ6ZGFixH9V3ODSRkOKuskT-QqnqA
Host: example.org
Cookie: 

cURL

curl "https://api.[your-domain.com]/v2/jobs/0feda524-f616-4cf7-a5b7-e1aafd6d1e65" -X GET \
	-H "Authorization: bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VyX2lkIjoidWFhLWlkLTI5NiIsImVtYWlsIjoiZW1haWwtMjAyQHNvbWVkb21haW4uY29tIiwic2NvcGUiOlsiY2xvdWRfY29udHJvbGxlci5hZG1pbiJdLCJhdWQiOlsiY2xvdWRfY29udHJvbGxlciJdLCJleHAiOjE0NTE0MTM2OTF9.iH2n1iFfC_WCTVHZ6ZGFixH9V3ODSRkOKuskT-QqnqA" \
	-H "Host: example.org" \
	-H "Cookie: "

Response

Status

200 OK

Body

{
  "metadata": {
    "guid": "0feda524-f616-4cf7-a5b7-e1aafd6d1e65",
    "created_at": "2015-12-22T18:28:11Z",
    "url": "/v2/jobs/0feda524-f616-4cf7-a5b7-e1aafd6d1e65"
  },
  "entity": {
    "guid": "0feda524-f616-4cf7-a5b7-e1aafd6d1e65",
    "status": "failed",
    "error": "Use of entity>error is deprecated in favor of entity>error_details.",
    "error_details": {
      "code": 1001,
      "description": "Request invalid due to parse error: arbitrary string",
      "error_code": "CF-MessageParseError"
    }
  }
}

Headers

Content-Type: application/json;charset=utf-8
X-VCAP-Request-ID: 
Content-Length: 524
X-Content-Type-Options: nosniff