Get Pipeline (lawmatics_get-pipeline)
Fetch a single pipeline from Lawmatics by ID, including its stage references.
Tool Input
pipelineIdstringrequired— ID of the pipeline to fetch; a numeric string(pattern: ^\d+$)
Tool Output
idstringrequired— Lawmatics pipeline ID
namestringrequired— Pipeline name
descriptionstringnullrequired— Free-text description of the pipeline; null if unset
statusesarrayrequired— Matter status keys associated with this pipeline (e.g. "pnc")
[]string
pipelineTypestringrequired— Pipeline category; known values are "intake" and "normal"
matterCountnumberrequired— Number of matters currently in this pipeline
estimatedValuenumberstringnullrequired— Total estimated value of matters in this pipeline. The live API returns a number (e.g. 0.22); older API versions returned a preformatted currency string (e.g. "$0.22"). Null when no value is computed
createdAtstringrequired— When the pipeline was created, as an ISO 8601 timestamp
updatedAtstringrequired— When the pipeline was last updated, as an ISO 8601 timestamp
stagesarrayrequired— Stage references belonging to this pipeline; empty when it has no stages
[]object
idstringrequired— Stage ID belonging to this pipeline
typestringrequired— JSON:API resource type for the reference (e.g. "stage")
createdByobjectrequired— Reference to the user who created the pipeline
idstringrequired— ID of the user who created the pipeline
typestringrequired— JSON:API resource type for the reference (e.g. "user")
Related Tools