List Pipelines (lawmatics_list-pipelines)
List pipelines from Lawmatics with optional pagination and sorting.
Tool Input
pageinteger— Page number (1-based)(> 0)
sortBystring— Column to sort by(enum: "id", "created_at", "updated_at", "name")
sortOrderstring— Sort direction; ascending or descending(enum: "asc", "desc")
Tool Output
pipelinesarrayrequired— Pipelines on this page of results
[]object
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")
1 field
[]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
1 field
[]object
2 fields
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
2 fields
idstringrequired— ID of the user who created the pipeline
typestringrequired— JSON:API resource type for the reference (e.g. "user")
paginationobjectnullrequired— Pagination metadata from the API response; null when the endpoint returns no meta envelope
totalPagesnumbernullrequired— Total number of pages available; null if not reported
limitPerPagenumbernullrequired— Maximum pipelines returned per page; null if not reported
totalEntriesnumbernullrequired— Total number of pipelines across all pages; null if not reported
Related Tools