action climate_fetch_all_fields { label: "Retrieve list of all Fields the user has access to." description: "Retrieve all fields the authenticated user has access to, including fields shared with the authenticated user from other resource owners. Filter the results by field name if the `fieldName` query parameter is specified.\nA 409 will be returned if the X-Next-Token has expired. When receiving a 409, the client should discard the X-Next-Token, discard all currently persisted fields for the user, and re-fetch fields from /fields/all." provider: climate method: GET path: "/v4/fields/all" encoding: json output: { type: "object" additionalProperties: true } }