Back to CRM record management

Pipelines List

HubSpot

List pipelines and stages for a selected HubSpot CRM object type.

Current price
$0.0050/call
Availability
Connected app
Last accepted verification

What this API does

Lists pipeline and stage definitions for a supported standard or custom object type, so an agent can choose valid stage property values before a record write. It does not mutate pipeline definitions. One request costs $0.0050.

Agents select this operation with tool ID hubspot.pipelines-list, then inspect its current executable contract before a run.

Public input and output shape

Input

pathobject · required

Identifier path for the authorised connected-app record.

Output

resultsarray

Returned results value.

Example request and output

This reviewed worked example is shared with inspect. Inspect also returns the current executable schema and price estimate before a paid run.

Request

{
  "tool_id": "hubspot.pipelines-list",
  "input": {
    "path": {
      "objectType": "0-5"
    }
  }
}

Output

{
  "results": [
    {
      "id": "0",
      "label": "Support Pipeline",
      "stages": [
        {
          "id": "1",
          "label": "New",
          "archived": false,
          "metadata": {
            "isClosed": "false",
            "ticketState": "OPEN"
          },
          "createdAt": "1970-01-01T00:00:00Z",
          "updatedAt": "1970-01-01T00:00:00Z",
          "displayOrder": 0,
          "writePermissions": "CRM_PERMISSIONS_ENFORCEMENT"
        }
      ],
      "archived": false,
      "createdAt": "1970-01-01T00:00:00Z",
      "updatedAt": "1970-01-01T00:00:00Z",
      "displayOrder": 0
    }
  ]
}
Teaching errors and limitations
  • connection_required: This capability acts on your own HubSpot account, which isn't connected yet.Open connect_url, approve access, then retry this run unchanged.
  • permission_required: The connected HubSpot grant does not include a scope required by this object type.Reconnect HubSpot and approve the requested scope, or choose an object type available to this account.
Updated
18 August 2026

Use Pipelines List with Scrollport

Scrollport validates tools for connected apps and provides them on a pay-as-you-go basis so your agent can use accounts you already own without receiving sensitive API keys.

Give your agent the setup prompt to receive $1 in trial credit and start using the tools right away.