kirha logo

GET Task Result

GET
/v1/tasks/{taskId}/result

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

taskId*string

Response Body

application/json

curl -X GET "https://api.kirha.com/chat/v1/tasks/string/result"
{
  "id": "string",
  "status": "Queued",
  "result": "string",
  "error": "string"
}