---
title: "List intents"
method: GET
path: "/intents"
tags: ["Intents"]
---

# List intents

`GET /intents`

## Query parameters

- `status` 'pending' | 'authorized' | 'executing' | 'executed' | 'failed' | 'rejected' | 'canceled' | 'expired'
- `intentType` 'rpc' | 'transfer' | 'wallet_update' | 'policy_update' | 'policy_rule_create' | 'policy_rule_delete' | 'policy_rule_update' | 'quorum_update' | 'wallet_action' | 'provider-action'
- `intent_type` 'rpc' | 'transfer' | 'wallet_update' | 'policy_update' | 'policy_rule_create' | 'policy_rule_delete' | 'policy_rule_update' | 'quorum_update' | 'wallet_action' | 'provider-action'
- `type` 'rpc' | 'transfer' | 'wallet_update' | 'policy_update' | 'policy_rule_create' | 'policy_rule_delete' | 'policy_rule_update' | 'quorum_update' | 'wallet_action' | 'provider-action'
- `agentId` string
- `wallet_id` string
- `limit` integer
- `offset` integer

## Response `200`

JSON response

- object
  - `ok` true, required
  - `data` object, required
    - `intents` object[], required
      - `id` string, required
      - `intent_id` string, required
      - `tenantId` string
      - `agentId` string, nullable
      - `wallet_id` string, nullable
      - `intentType` 'rpc' | 'transfer' | 'wallet_update' | 'policy_update' | 'policy_rule_create' | 'policy_rule_delete' | 'policy_rule_update' | 'quorum_update' | 'wallet_action' | 'provider-action', required
      - `intent_type` 'rpc' | 'transfer' | 'wallet_update' | 'policy_update' | 'policy_rule_create' | 'policy_rule_delete' | 'policy_rule_update' | 'quorum_update' | 'wallet_action' | 'provider-action', required
      - `status` 'pending' | 'authorized' | 'executing' | 'executed' | 'failed' | 'rejected' | 'canceled' | 'expired', required
      - `resourceType` string, nullable
      - `resourceId` string, nullable
      - `resource_id` string, nullable
      - `createdByType` string
      - `createdById` string, nullable
      - `created_by_id` string, nullable
      - `createdByDisplayName` string, nullable
      - `created_by_display_name` string, nullable
      - `authorizationDetails` object[]
      - `authorization_details` object[]
      - `payload` object, required
      - `executionResult` object, nullable
      - `execution_result` object, nullable
      - `expiresAt` string, date-time, nullable
      - `expires_at` integer, nullable
      - `authorizedBy` string, nullable
      - `authorized_by` string, nullable
      - `authorizedAt` string, date-time, nullable
      - `executedAt` string, date-time, nullable
      - `createdAt` string, date-time, required
      - `created_at` integer
      - `updatedAt` string, date-time, required
    - `limit` integer, required
    - `offset` integer, required

## Other responses

- `400` — JSON response
- `401` — JSON response
- `403` — JSON response
- `404` — JSON response
- `409` — JSON response

## Changes

- **2026-08-17** `261a7c8070b2` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/steward-fi/apis/steward-api/changes/intents/get.md)

---

[API](https://skmtc.dev/steward-fi/apis/steward-api.md) · [All operations](https://skmtc.dev/steward-fi/apis/steward-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/steward-fi/steward-api/revisions/b88b4b97a664/schema)
