---
title: "List your agent connections"
method: GET
path: "/api/v1/agent-connections"
tags: ["Agent Connections"]
---

# List your agent connections

`GET /api/v1/agent-connections`

## Response `200`

OK

- AgentConnectionModel[]
  - `id` string, required
  - `provider` string, required
  - `externalAccountEmail` string, required
  - `status` string, required
  - `statusReason` string, nullable
  - `createdDate` Instant, required — A point in time represented as an ISO 8601 timestamp string.
  - `lastUsedDate` Instant — A point in time represented as an ISO 8601 timestamp string.

---

[API](https://skmtc.net/tonic/apis/textual-api.md) · [All operations](https://skmtc.net/tonic/apis/textual-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonic/textual-api/revisions/41da8739a690/schema)
