cURL
curl --request GET \ --url https://api.vectorshift.ai/v1/pipelines \ --header 'Authorization: Bearer <token>'
{ "status": "success", "object_ids": [ "<string>" ], "objects": [ {} ] }
Bearer token authentication using API key
Include shared pipelines in the results
Include full pipeline objects in the response
Successful response
The response is of type object.
object