> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mx.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Read a spending plan iteration item

> Use this endpoint to read the attributes of a specific spending plan `iteration_item` according to its unique GUID.

## Path Parameters

<ParamField path="user_guid" type="string" required>
  The unique identifier for the user. Defined by MX.
</ParamField>

<ParamField path="spending_plan_guid" type="string" required>
  The unique identifier for the spending plan. Defined by MX.
</ParamField>

<ParamField path="iteration_item_guid" type="string" required>
  The unique identifier for the spending plan iteration item. Defined by MX.
</ParamField>
