curl --request GET \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/processing_status \
--header 'x-api-key: <api-key>'{
"status": "processed"
}Get the current processing status of an end user by heron_id or end_user_id. Returns whether the end user is currently being processed or has completed processing.
curl --request GET \
--url https://app.herondata.io/api/end_users/{end_user_id_or_heron_id}/processing_status \
--header 'x-api-key: <api-key>'{
"status": "processed"
}Was this page helpful?