Skip to main content
GET
Dataset-Datensätze lesen
GET https://api-datahub.octoparse.com/v1/datasets/{dataset_id}/records Authentifizierung: API-Schlüssel erforderlich (Authorization: Bearer <API Key>). Pages through records stored in a dataset. Parameters match Read run records. The visibility gate matches Dataset-Detail: invisible datasets return 404.

Anfrage

Pfadparameter

string
erforderlich
Dataset-ID.

Abfrageparameter

integer
Offset, beginnend bei 0.
integer
Seitengröße.
string
Kommagetrennte Feldprojektion.
string
Standard:"json"
json, jsonl oder csv.

Beispielanfrage

Antwort

200 Erfolg

Bei format=json ist der Payload in data mit items und pagination gewrappt. Bei jsonl/csv ist der Body der rohe Textstream ohne Envelope.

Fehler

Fehlerantworten nutzen {"error": {code, category, message, retryable}}. Siehe Fehler.

Client-Bibliotheken