Overview
Monitor your API usage to understand consumption patterns and stay within budget.Dashboard
The dashboard provides usage information for your workspace. View recent API calls, credit consumption, and usage trends.Usage API
Fetch usage data programmatically:Parameters
| Parameter | Type | Description |
|---|---|---|
limit | integer | Number of results (default 50) |
offset | integer | Pagination offset |
providerId | string | Filter by provider (e.g., linkedin) |
status | string | Filter by status |
from | string | Start date (ISO 8601) |
to | string | End date (ISO 8601) |
Example
Usage Best Practices
Cache Responses
Cache Responses
Cache API responses when data doesn’t change frequently to reduce credit consumption.
Use Appropriate Endpoints
Use Appropriate Endpoints
Choose the right endpoint for your needs. Lightweight endpoints may cost less than detailed ones.
Monitor Regularly
Monitor Regularly
Review usage periodically to identify patterns and optimize costs.
Next Steps
Credits
Understand credit pricing and purchasing.
API Keys
Manage API keys for your workspace.