Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.kalent.ai/llms.txt

Use this file to discover all available pages before exploring further.

Read-only MCP tool that returns sourcing ids and names for the authenticated workspace.

Input

FieldTypeDefaultDescription
pagenumber0Zero-based page index
pageSizenumber8Page size (max 50)
ownershipmine | allmineVisibility filter
statusin-progress | closedin-progressSourcing status filter

Response

{
  "success": true,
  "data": {
    "sourcings": [],
    "pagination": {
      "page": 0,
      "pageSize": 8,
      "total": 0,
      "hasNextPage": false
    }
  }
}
Each sourcing item has this shape:
{
  "sourcingId": "sourcing_123",
  "name": "Senior Backend Engineer"
}