v3
latestOpenAPI 3.0.02026-08-081996601.2 MBPipelines
Trigger pipeline
Triggers a pipeline run manually, outside of the normal schedule. The pipeline fetches new data from the source and processes it through the agent. Returns the created run.
post/v2/pipelines/{pipeline_key}/trigger
Path parameters
pipeline_keystring required
The unique key for the pipeline. You can provide the key, or the platform generates one.
Example:sharepoint-legal-ingest
The unique key of the pipeline to trigger.
Headers
Request-Timeoutinteger
The platform makes a best effort to complete the request in the specified seconds, or it times out.
Request-Timeout-Millisinteger
The platform makes a best effort to complete the request in the specified milliseconds, or it times out.
Response
The created pipeline run.
Example response
{
"id": "run_pip_abc_manual_550e8400",
"pipeline_key": "sharepoint-legal-ingest",
"agent_key": "customer_support"
}