Pipelines
Search Pipelines
Search for pipelines by name, type, or project.
get/api/v1/pipelines
Query parameters
project_idstring uuid nullable
project_namestring nullable
pipeline_namestring nullable
pipeline_type'PLAYGROUND' | 'MANAGED'
Enum for representing the type of a pipeline
organization_idstring uuid nullable
Cookies
sessionstring nullable
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"
}
]
}
}
]