Skip to main content
The Sixtyfour dashboard provides a usage dashboard and detailed API call logs so you can track spend, monitor request volume, and debug individual API calls.

Usage Dashboard

The dashboard displays three summary metrics and a time-series chart.
MetricDescription
Current BalanceRemaining prepaid credits on your account
RequestsTotal API requests made in the selected date range
SpendTotal credit cost for the selected date range
The API Usage Over Time chart breaks down daily request volume by endpoint type — Enrich leads, Enrich company, Find email, Find phone, QA, Research agent, Search, and others. Use the date picker in the top right to adjust the time range. Usage Dashboard

API Call Logs

The Detailed API Call Logs table shows a complete history of every API request. Each row includes:
ColumnDescription
StatusRequest outcome — Success, Pending, or Error
EndpointThe API endpoint called
DurationTotal processing time
CostCredits consumed by the request
HTTPHTTP status code returned
TimestampDate the request was made
API KeyTruncated key used for the request
DetailsLink to view the full request and response

Filtering Logs

Use the dropdown filters above the table to narrow results:
  • Status — filter by Success, Pending, or Error
  • Endpoint — filter by specific API endpoint
API Call Logs

Exporting Logs

Click the Export button above the logs table to download your API call history as a CSV file. The export dialog provides the following options:

Time Range

Select a preset range — 7 Days, 30 Days, 90 Days — or choose Custom to define a specific date window.

Optional Fields

By default, exports include: Request ID, Date, Endpoint, Status, Duration, Cost, HTTP Status, API Key, and Error Message. You can add two optional fields:
  • Include Request Input — the request body sent to the API
  • Include Response Output — the response body returned from the API
Click Export CSV to download. Export API Logs