Skip to content

Account

GET /v1/me

{
"data": {
"id": "...", "email": "you@company.com",
"plan_id": "starter", "current_period_start": "2026-05-01T00:00:00.000Z",
"status": "active",
"plan": { "id": "starter", "monthly_quota": 5000, "rate_limit_per_minute": 60 },
"usage": { "this_period": 1342, "remaining": 3658 }
},
"request_id": "..."
}

GET /v1/usage

QueryTypeNotes
sinceISO timestampcreated_at >= since
limitintdefault 100, max 1000
{
"data": [
{
"id": 91234, "endpoint": "/v1/properties/by-url",
"actor": "detail", "units": 1, "status_code": 200,
"apify_run_id": null, "created_at": "..."
}
],
"request_id": "..."
}

Note β€” apify_run_id is intentionally null in the public response; it’s stored internally for our own debugging only.