Get pipeline

Get a pipeline by id

GET
/pipelines/{pipelineId}
AuthorizationBearer <token>

Bearer token authentication. Use your API key as the bearer token.

In: header

Path Parameters

pipelineIdstring

Pipeline ID

Response Body

curl -X GET "https://eu1.api.bivariant.com/v1/pipelines/string"
{
  "blueprintId": "string",
  "content": null,
  "createdAt": "string",
  "description": "string",
  "id": "string",
  "name": "string",
  "organizationId": "string",
  "spaceId": "string",
  "updatedAt": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}
{
  "code": "string",
  "message": "string"
}