GET/v1/HitlTask/{id}

Get Hitl Task

Not yet documented — no summary in the API source.

RequiresAuthorization: Bearer sk_...tenant_id

Path parameters

idstringrequiredmin length 24max length 24

Responses

idstringnullable
created_atstring (date-time)
updated_atstring (date-time)
created_at_isostringnullable
updated_at_isostringnullable
system_typestringnullable
systemstringnullable
system_idstringnullable
system_record_idstringnullable
system_record_typestringnullable
tenant_idstringnullable
assigned_to_idstringnullable
statusstringrequiredmin length 1
citizen_emailstringrequiredmin length 1pattern ^[\w!#$%&'*+\-\/=?^`{|}~]+(\.{0,2}[\w!#$%&'*+\-\/=?^`{|}~]+)*\@([a-zA-Z0-9\-_]+\.?)*([a-zA-Z0-9\-_]{1,}\.[a-zA-Z0-9\-_]{1,})$
template_idstringrequiredmin length 1
notesstringnullable
workflow_instance_idstringnullable
historystringnullable
sourcestringnullable
last_email_sentstringnullable
tokenstringnullable
curl --request GET \
  --url 'https://api.4comply.io/v1/HitlTask/00000000-0000-0000-0000-' \
  --header 'Authorization: Bearer sk_...' \
  --header 'tenant_id: your-tenant-id'