List Task Statuses (lawmatics_list-task-statuses)
List task statuses 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
taskStatusesarrayrequired— Task statuses on this page of results
[]object
idstringrequired— Lawmatics task status ID
namestringrequired— Task status name (e.g. Waiting for Client, In Progress)
colorstringrequired— Hex color code for the status, e.g. #A7783B
createdAtstringrequired— When the task status was created, as an ISO 8601 timestamp
updatedAtstringrequired— When the task status was last updated, as an ISO 8601 timestamp
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 task statuses returned per page; null if not reported
totalEntriesnumbernullrequired— Total number of task statuses across all pages; null if not reported
Related Tools