v3
OpenAPI 3.1.02026-07-311255771.3 MBUnified HRIS API
Get status of “Upsert skills” task
Get status of “Upsert skills” task
<Warning>Closed Beta Feature: This endpoint is currently in closed beta. We're testing it with selected customers before its public release. If you're interested in learning more or getting early access, please reach out.</Warning>
Poll for the status of a skill catalog write.
<Info> This endpoint returns the current status of a task. Poll it at regular intervals until the task reaches a terminal status. Learn more in our [async endpoints guide](/hris/guides/async-endpoints). The possible statuses are: - `PENDING` – The task is still being processed. - `COMPLETED` – The task finished successfully. The `data` field contains one result per item in the original request. - `FAILED` – The task encountered an error. Check the `error` field for details. </Info>get/hris/skills/bulk/{task_id}
Path parameters
task_idstring required
The ID of the skill catalog write task.
The ID of the skill catalog write task.
Headers
X-Integration-Idstring required
ID of the integration you want to interact with.
Response
GET /hris/skills/bulk/:task_id Positive response