GET
/
v3
/
jobs
/
{job_uid}
curl --request GET \
  --url https://api.captaindata.co/v3/jobs/{job_uid} \
  --header 'Authorization: <api-key>' \
  --header 'x-project-id: <api-key>'
{
  "uid": "xxxxxxxxxxx-xxxxx-49be-9e21-d8037d1e393b",
  "name": "Test job via API",
  "status": "finished",
  "start_time": "2024-11-26T18:21:03.019011+00:00",
  "scheduled_time": null,
  "finish_time": "2024-11-26T18:21:09.082904+00:00",
  "row_count": 1,
  "total_row_count": 1,
  "error_message": null,
  "workflow_name": "Extract LinkedIn People Profile",
  "workflow_uid": "xxxxxxxx-xxxxxx-4eeb-ada7-652fb498f540",
  "main_job_uid": null,
  "main_job_name": null,
  "configuration": {
    "steps": [
      {
        "accounts": [
          "xxxxxxxx-xxxxx-4692-9d6d-e97ac1544308"
        ],
        "parameters": {},
        "workflow_template_uid": "xxxxxxx-xxxxx-483f-b220-0fcccfdd14b2",
        "accounts_rotation_enabled": false
      }
    ]
  },
  "accounts": [
    "xxxxxx-xxxxx-4692-9d6d-e97ac1544308"
  ],
  "number_inputs": 1,
  "step_uid": null
}

Authorizations

Authorization
string
header
required

The Authorization header must include 'x-api-key' followed by your API key (e.g., 'Authorization: x-api-key YOUR_API_KEY').

x-project-id
string
header
required

Workspace UID required to identify the workspace.

Path Parameters

job_uid
string
required

Response

200
application/json
Successful Response

The response is of type any.