GET
/
pipelines
curl --request GET \
  --url https://api.vectorshift.ai/v1/pipelines \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "object_ids": [
    "<string>"
  ],
  "objects": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Bearer token authentication using API key

Query Parameters

include_shared
boolean
default:false

Include shared pipelines in the results

verbose
boolean
default:false

Include full pipeline objects in the response

Response

200
application/json
Successful response
status
enum<string>
required
Available options:
success,
failed
object_ids
string[]
required
objects
object[]

Only included when verbose=true in the request