Skip to main content
POST
/
import
/
streams
/
{id}
/
test-transform
Test stream transform
curl --request POST \
  --url https://api.prequel.co/import/streams/{id}/test-transform \
  --header 'Content-Type: application/json' \
  --header 'X-API-KEY: <api-key>' \
  --data '
{
  "record_ids": [
    "<string>"
  ]
}
'
{
  "status": "<string>",
  "data": {
    "schema": [
      {
        "name": "<string>",
        "database_type_name": "<string>",
        "length": 123,
        "precision": 123,
        "scale": 123,
        "nullable": true
      }
    ],
    "records": [
      "<unknown>"
    ]
  },
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://import-docs.prequel.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Import Stream ID.

Query Parameters

skip_validation
boolean

Skip validation when creating or updating.

Body

application/json
record_ids
string[]
required

List of up to 50 specific record IDs to test the transformation against.

Response

OK

status
string
required
Allowed value: "success"
data
object
required
message
string
required