Load dataset records from URL

Loads records into a dataset from a pre-signed URL where your dataset already exists, e.g. an pre-signed download URL from an S3 bucket.

By default, records can only be loaded into empty datasets. Use mode=replace to replace existing records.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The unique identifier of the dataset to load records into

Query Params
string
enum

Query parameter specifying how to insert records. Options are Create (default) or Replace

Allowed:
Body Params

The request body containing the pre-signed URL

uri | null
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

202

Records load job accepted and started

400

Invalid request parameters or dataset already contains records

404

Dataset not found

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json