Retrieve a pipeline

Retrieve a pipeline object.

get

Retrieve a pipeline.

Authorizations
AuthorizationstringRequired

Bearer {apikey}

Path parameters
agentIdstringRequired

The ID of the agent.

pipelineIdstringRequired

The ID of the pipeline.

Responses
chevron-right
200

Successful Response

application/json

This an object representing a pipeline.

idstringOptional
namestringOptional
createdAtstring · date-timeOptional
updatedAtstring · date-timeOptional
get
/v1/agents/{agentId}/pipelines/{pipelineId}

Last updated