Skip to main content
GET
List recent API activity
Lists your recent API activity from the last 24 hours. Use this to discover job IDs, then retrieve results with the corresponding GET endpoint.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

endpoint
enum<string>

Filter by endpoint

Available options:
scrape,
crawl,
batch_scrape,
search,
extract,
llmstxt,
deep_research,
map,
agent,
browser,
interact
limit
integer
default:50

Maximum number of results per page

Required range: 1 <= x <= 100
cursor
string

Cursor for pagination. Use the cursor value from the previous response.

Response

200 - application/json

Successful response

success
boolean
Example:

true

data
object[]
cursor
string | null

Cursor to use for the next page. Null if there are no more results.

has_more
boolean

Whether there are more results available