List all equipmentAsk AIget https://api.samsara.com/fleet/equipmentReturns a list of all equipment in an organization.Query Paramslimitint641 to 512The limit for how many objects will be in the response. Default and max for this value is 512 objects.afterstringIf specified, this should be the endCursor value from the previous page of results. When present, this request will return the next page of results that occur immediately after the previous page of results.parentTagIdsarray of stringsA filter on the data based on this comma-separated list of parent tag IDs, for use by orgs with tag hierarchies. Specifying a parent tag will implicitly include all descendent tags of the parent tag. Example: parentTagIds=345,678parentTagIdsADD stringtagIdsarray of stringsA filter on the data based on this comma-separated list of tag IDs. Example: tagIds=1234,5678tagIdsADD stringResponses 200List of all equipment objects, and pagination information defaultError responseUpdated 6 months ago