Sync Pipeline
Trigger an incremental sync for a managed pipeline.
Processes new and updated documents from data sources and files, then updates the index for retrieval.
Path parameters
Cookies
Response
Successful Response
Example response
{
"llama_parse_parameters": {
"webhook_configurations": [
{
"webhook_url": "https://example.com/webhooks/llamacloud",
"webhook_headers": {
"Authorization": "Bearer sk-..."
},
"webhook_events": [
"parse.success",
"parse.error"
],
"webhook_output_format": "json"
}
]
}
}Changes
Changed in 2 of the 33 revisions of this API.62
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
- ○
added the optional property
//to the response with the statusresponse-optional-property-added
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ●
added the new
classify.runningenum value to the///////response property for the response statusresponse-property-enum-value-added
- ●
added the new
sheets.cancelledenum value to the///////response property for the response statusresponse-property-enum-value-added
- ●
added the new
sheets.errorenum value to the///////response property for the response statusresponse-property-enum-value-added
- ●
added the new
sheets.partial_successenum value to the///////response property for the response statusresponse-property-enum-value-added
- ●
added the new
sheets.pendingenum value to the///////response property for the response statusresponse-property-enum-value-added
- ●
added the new
sheets.successenum value to the///////response property for the response statusresponse-property-enum-value-added
- ●