Skip to main content
GET
/
takk
/
task
/
{taskId}
Get TAKK task status
curl --request GET \
  --url https://str.keroshospitality.com/api/v1/takk/task/{taskId} \
  --header 'Authorization: Bearer <token>'
{
  "requestId": "a1b2c3d4-e5f6-7890-a1b2-c3d4e5f67890",
  "takkUploadStatus": {
    "taskId": 123,
    "uploadStatus": "PENDING",
    "details": "<string>"
  }
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Path Parameters

taskId
string
required

The task ID

Response

TAKK task status retrieved successfully

requestId
string
Example:

"a1b2c3d4-e5f6-7890-a1b2-c3d4e5f67890"

takkUploadStatus
object