v1

latestOpenAPI 3.1.02026-07-26221930.5 KB
Execute

Execute an API endpoint (GET)

Call a generated API endpoint using query parameters. Use GET when the endpoint spec defines GET as the method. Parameters are passed as query strings and auto-coerced to the correct types.

get/scraper/{scraper_id}/{endpoint_name}

Path parameters

scraper_idstring required
endpoint_namestring required

Response

Success — the endpoint's own JSON (shape defined by its return_schema).

statusstring

Present on fallback/error envelopes; absent on a normal successful response (which is just the endpoint's data).

scraper_idstring
execution_timenumber nullable

Execution time in seconds