Skip to main content
GET
List scraper runs

Authorizations

Authorization
string
header
required

A ManyPI API key (mpi_...) from Settings → API keys, or an OAuth 2.1 access token obtained through the MCP consent flow.

Query Parameters

limit
integer
default:20
Required range: x <= 100
offset
integer
default:0

Response

Runs.

id
string<uuid>
scraperId
string<uuid>
status
enum<string>
Available options:
pending,
running,
completed,
failed
result
object | null

The extracted data. Null until the run completes.

downloadUrl
string | null

Storage path for the full JSON result.

metadata
object
createdAt
string<date-time>
updatedAt
string<date-time>