> For the complete documentation index, see [llms.txt](https://docs.tnid.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tnid.com/api-reference/001_user/008_c2b_connections/002__list_pending_c2b_connection_requests.md).

# List Pending C2B Connection Requests

GraphQL endpoint: `/user`

Lists the connection requests the authenticated user has sent to companies that have not yet been responded to. Only requests with status PENDING are returned. Results can optionally be filtered by connection type (includedType/excludedType) and capped with a limit.

## Query

```graphql
query (
  $includedType: B2cConnectionType
  $excludedType: B2cConnectionType
  $limit: Int
) {
  pendingC2bConnectionRequests (
    includedType: $includedType
    excludedType: $excludedType
    limit: $limit
  ) {
    id
    status
    type
    insertedAt
    respondedAt
    updatedAt
    user {
      id
    }
    invitedCompany {
      id
    }
    respondedByUser {
      id
    }
  }
}

```

## Variables

```json
{}
```

## Response

```json
{
  "data": {
    "pendingC2bConnectionRequests": [
      {
        "id": "00000000-0000-4000-8000-000000000001",
        "insertedAt": "2026-01-15T09:00:00",
        "invitedCompany": {
          "id": "00000000-0000-4000-8000-000000000002"
        },
        "respondedAt": null,
        "respondedByUser": {
          "id": null
        },
        "status": "PENDING",
        "type": "OTHER",
        "updatedAt": "2026-01-15T09:00:00",
        "user": {
          "id": "00000000-0000-4000-8000-000000000003"
        }
      },
      {
        "id": "00000000-0000-4000-8000-000000000004",
        "insertedAt": "2026-01-15T09:00:00",
        "invitedCompany": {
          "id": "00000000-0000-4000-8000-000000000005"
        },
        "respondedAt": null,
        "respondedByUser": {
          "id": null
        },
        "status": "PENDING",
        "type": "OTHER",
        "updatedAt": "2026-01-15T09:00:00",
        "user": {
          "id": "00000000-0000-4000-8000-000000000003"
        }
      },
      {
        "id": "00000000-0000-4000-8000-000000000006",
        "insertedAt": "2026-01-15T09:00:00",
        "invitedCompany": {
          "id": "00000000-0000-4000-8000-000000000007"
        },
        "respondedAt": null,
        "respondedByUser": {
          "id": null
        },
        "status": "PENDING",
        "type": "OTHER",
        "updatedAt": "2026-01-15T09:00:00",
        "user": {
          "id": "00000000-0000-4000-8000-000000000003"
        }
      },
      {
        "id": "00000000-0000-4000-8000-000000000008",
        "insertedAt": "2026-01-15T09:00:00",
        "invitedCompany": {
          "id": "00000000-0000-4000-8000-000000000009"
        },
        "respondedAt": null,
        "respondedByUser": {
          "id": null
        },
        "status": "PENDING",
        "type": "OTHER",
        "updatedAt": "2026-01-15T09:00:00",
        "user": {
          "id": "00000000-0000-4000-8000-000000000003"
        }
      },
      {
        "id": "00000000-0000-4000-8000-000000000010",
        "insertedAt": "2026-01-15T09:00:00",
        "invitedCompany": {
          "id": "00000000-0000-4000-8000-000000000011"
        },
        "respondedAt": null,
        "respondedByUser": {
          "id": null
        },
        "status": "PENDING",
        "type": "OTHER",
        "updatedAt": "2026-01-15T09:00:00",
        "user": {
          "id": "00000000-0000-4000-8000-000000000003"
        }
      },
      {
        "id": "00000000-0000-4000-8000-000000000012",
        "insertedAt": "2026-01-15T09:00:00",
        "invitedCompany": {
          "id": "00000000-0000-4000-8000-000000000013"
        },
        "respondedAt": null,
        "respondedByUser": {
          "id": null
        },
        "status": "PENDING",
        "type": "OTHER",
        "updatedAt": "2026-01-15T09:00:00",
        "user": {
          "id": "00000000-0000-4000-8000-000000000003"
        }
      },
      {
        "id": "00000000-0000-4000-8000-000000000014",
        "insertedAt": "2026-01-15T09:00:00",
        "invitedCompany": {
          "id": "00000000-0000-4000-8000-000000000015"
        },
        "respondedAt": null,
        "respondedByUser": {
          "id": null
        },
        "status": "PENDING",
        "type": "OTHER",
        "updatedAt": "2026-01-15T09:00:00",
        "user": {
          "id": "00000000-0000-4000-8000-000000000003"
        }
      },
      {
        "id": "00000000-0000-4000-8000-000000000016",
        "insertedAt": "2026-01-15T09:00:00",
        "invitedCompany": {
          "id": "00000000-0000-4000-8000-000000000017"
        },
        "respondedAt": null,
        "respondedByUser": {
          "id": null
        },
        "status": "PENDING",
        "type": "OTHER",
        "updatedAt": "2026-01-15T09:00:00",
        "user": {
          "id": "00000000-0000-4000-8000-000000000003"
        }
      },
      {
        "id": "00000000-0000-4000-8000-000000000018",
        "insertedAt": "2026-01-15T09:00:00",
        "invitedCompany": {
          "id": "00000000-0000-4000-8000-000000000019"
        },
        "respondedAt": null,
        "respondedByUser": {
          "id": null
        },
        "status": "PENDING",
        "type": "OTHER",
        "updatedAt": "2026-01-15T09:00:00",
        "user": {
          "id": "00000000-0000-4000-8000-000000000003"
        }
      },
      {
        "id": "00000000-0000-4000-8000-000000000020",
        "insertedAt": "2026-01-15T09:00:00",
        "invitedCompany": {
          "id": "00000000-0000-4000-8000-000000000021"
        },
        "respondedAt": null,
        "respondedByUser": {
          "id": null
        },
        "status": "PENDING",
        "type": "OTHER",
        "updatedAt": "2026-01-15T09:00:00",
        "user": {
          "id": "00000000-0000-4000-8000-000000000003"
        }
      }
    ]
  }
}
```
