Create a preview job. Previews will run for up to 10 minutes, and return once they receive any data. Use the /result endpoint to check the status of the preview.
Preview to create.
Created preview.
The response for a bad request.
Validation Error
{- "externalId": "my.known.id",
- "sourceId": "string",
- "config": {
- "topicFilter": "string"
}, - "format": {
- "encoding": "utf8",
- "compression": "gzip"
}, - "input": {
- "type": "protobuf",
- "messageName": "string",
- "files": [
- {
- "fileName": "string",
- "content": "string"
}
]
}
}
{- "externalId": "my.known.id",
- "sourceId": "string",
- "config": {
- "topicFilter": "string"
}, - "format": {
- "encoding": "utf8",
- "compression": "gzip"
}, - "input": {
- "type": "protobuf",
- "messageName": "string",
- "files": [
- {
- "fileName": "string"
}
]
}, - "createdTime": 1730204346000
}