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"
}Documentation Index
Fetch the complete documentation index at: https://docs.herondata.io/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?