Checker History
Retrieve checker task history across products.
Get Checker History
Endpoint
GET /api/v1/checkers/history/
Request
curl -X 'GET' \
'https://app.cyberyozh.com/api/v1/checkers/history/' \
-H 'accept: application/json' \
-H 'X-Api-Key: your_api_key_here'
Response (200)
[
{
"id": "9adb5486-0742-4c6f-a372-d434649aa698",
"status": "completed",
"product": "mymobile",
"created_at": "2026-03-09T12:00:00Z"
}
]
Response Fields
| Field | Type | Description |
|---|---|---|
id | string (uuid) | Checker task identifier |
status | string | Task status |
product | string | Checker product type |
created_at | string (date-time) | Creation timestamp |
Status Values
| Value | Description |
|---|---|
new | Just created. Not yet processed |
ready_to_perform_audit | Ready to run audit |
processing | Waiting report |
completed | Finished (success or failed, details in report) |
Product Values
| Value | Description |
|---|---|
socks | IP Address Report |
mymail | My Mail Report |
mymobile | Phone Number Report |
mydns | My DNS Report |
bigbrother | Argus Report |
creditcardchecker | Bank Card Report |
checkerbyvektort13 | Checker by VektorT13 Report |
socialratefinder | Social Rate Finder Report |