Get status of “Upsert skills” task
Skills
Get status of “Upsert skills” task
Get status of “Upsert skills” task
GET
Get status of “Upsert skills” task
Poll for the status of a skill catalog write.Documentation Index
Fetch the complete documentation index at: https://docs.kombo.dev/llms.txt
Use this file to discover all available pages before exploring further.
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. The possible statuses are:
PENDING– The task is still being processed.COMPLETED– The task finished successfully. Thedatafield contains one result per item in the original request.FAILED– The task encountered an error. Check theerrorfield for details.
Authorizations
Headers
ID of the integration you want to interact with.
Path Parameters
The ID of the skill catalog write task.
Response
GET /hris/skills/bulk/:task_id Positive response
Allowed value:
"success"- Option 1
- Option 2
- Option 3
Example:
{
"task_id": "task_28KMdr68N8kG9EzLwjsN9aoz",
"created_at": "2022-08-07T14:01:29.196Z",
"status": "COMPLETED",
"data": [
{
"origin_id": "skill-1",
"status": "SUCCEEDED",
"data": { "id": "28KMdr68N8kG9EzLwjsN9aoz" }
}
],
"completed_at": "2022-08-07T14:01:29.196Z"
}