Last updated 8 days ago
Was this helpful?
Get available job templates
/jobs/templates
Results per page
The number of items to skip before starting to collect the result set
curl -L \ --url 'https://api.bytenite.com/v1/customer/jobs/templates' \ --header 'Authorization: YOUR_API_KEY'
{ "pagination": { "total": 1, "offset": 1, "hasPrevious": true, "hasNext": true }, "data": [ { "id": "text", "partitioningEngineId": "text", "assemblingEngineId": "text", "streamable": true, "description": "text", "partitioningSchemaId": "text", "assemblingSchemaId": "text", "appSchemaId": "text", "appId": "text" } ] }