cURL
curl --request GET \ --url https://api.firecrawl.dev/v2/team/credit-usage/historical \ --header 'Authorization: Bearer <token>'
{ "success": true, "periods": [ { "startDate": "2025-01-01T00:00:00Z", "endDate": "2025-01-31T23:59:59Z", "apiKey": "<string>", "totalCredits": 1000 } ] }
Firecrawl APIキーを必要とするAIエージェントですか?自動オンボーディング手順については、firecrawl.dev/agent-onboarding/SKILL.mdを参照してください。
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
APIキーごとのクレジット使用履歴を取得
成功時のレスポンス
true
Show child attributes