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>
scraper_id
string<uuid>
url
string
status
enum<string>
Available options:
pending,
running,
completed,
failed
result
object | null

Present once the run is completed.

error
string | null
created_at
string<date-time>