GET
firecrawl_activity.py
Pages by cursor:
cursor is sent back as cursor.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List recent API activity for the authenticated team.
from charter.packs import firecrawl
result = await firecrawl.activity.ainvoke({})
cursor is sent back as cursor.| Field | Type | Description |
|---|---|---|
endpoint | ActivityEndpoint | Filter by endpoint. |
limit | integer | Maximum number of results per page. The server applies 50 when this is absent. ≥ 1; ≤ 100 |
cursor | string | Cursor for pagination. Use the cursor value from the previous response. |
Was this page helpful?