GET
/
pipeline
curl --request GET \
  --url https://api.vectorshift.ai/v1/pipeline \
  --header 'Authorization: Bearer <token>'
{
  "status": "success",
  "object": {}
}

Authorizations

Authorization
string
header
required

Bearer token authentication using API key

Query Parameters

id
string

Pipeline ID. Either id or name is required

name
string

Name of the pipeline. Required if id is not provided

username
string

Optional username for name-based search

org_name
string

Optional organization name for name-based search

Response

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