---
title: "Job DocIDs"
method: GET
path: "/searchservice/job/getdocids"
tags: ["Endpoints"]
---

# Job DocIDs

`GET /searchservice/job/getdocids`

Retrieves registered job document IDs from a vendor.

## Response `200`

OK

- GetJobDocIdsResponseJSON
  - `status` boolean, required — Indicates whether the request was successful.
  - `statusCode` string, required — Status code of the response (e.g., OK, ERROR).
  - `requestId` string, uuid, required — Unique identifier for the request.
  - `timeStamp` string, date-time, required — Timestamp when the response was generated.
  - `responseData` object, required — Contains the response details.
    - `vendorName` string, required — Name of the vendor.
    - `locale` string, required — Locale setting of the response (e.g., en_us).
    - `instanceType` string, required — Type of the instance (e.g., SPECTRUM, LENSSEARCH).
    - `resultsCount` integer, required — Number of results returned in this response.
    - `totalFound` integer, required — Total number of records found.

---

[API](https://skmtc.net/lightcast/apis/alumni-pathways-2-0.md) · [All operations](https://skmtc.net/lightcast/apis/alumni-pathways-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightcast/alumni-pathways-2-0/revisions/fc66b9877391/schema)
