Skip to main content
POST
/
pipeline
/
{id}
/
bulk_run
Run multiple pipeline instances
curl --request POST \
  --url https://api.vectorshift.ai/v1/pipeline/{id}/bulk_run \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "runs": [
    {
      "inputs": {}
    }
  ]
}
'
{
  "run_outputs": [
    {
      "run_id": "<string>",
      "outputs": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.vectorshift.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer token authentication using API key

Path Parameters

id
string
required

Pipeline ID

Body

runs
object[]
required

Response

Bulk pipeline run successful

status
enum<string>
required
Available options:
success,
failed
run_outputs
object[]
required