---
title: "Get Connector Resource"
method: GET
path: "/connector/connectors/{id}/resources/{resource_id}"
tags: ["Connector Resources"]
---

# Get Connector Resource

`GET /connector/connectors/{id}/resources/{resource_id}`

Get Connector Resource

## Path parameters

- `id` string, required
- `resource_id` string, required

## Query parameters

- `unified_api` 'accounting' | 'ats' | 'calendar' | 'crm' | 'csp' | 'customer-support' | 'ecommerce' | 'email' | 'email-marketing' | 'expense-management' | 'file-storage' | 'form' | 'hris' | 'lead' | 'payroll' | 'pos' | 'procurement' | 'project-management' | 'script' | 'sms' | 'spreadsheet' | 'subscription-analytics' | 'team-messaging' | 'issue-tracking' | 'time-registration' | 'transactional-email' | 'vault' | 'data-warehouse' — Name of Apideck Unified API

## Headers

- `x-apideck-app-id` string, required

## Response `200`

ConnectorResources

- GetConnectorResourceResponse
  - `status_code` integer, required — HTTP Response Status Code
  - `status` string, required — HTTP Response Status
  - `data` ConnectorResource, required
    - `id` string — ID of the resource, typically a lowercased version of name.
    - `name` string — Name of the resource (plural)
    - `downstream_id` string — ID of the resource in the Connector's API (downstream)
    - `downstream_name` string — Name of the resource in the Connector's API (downstream)
    - `status` 'live' | 'beta' | 'development' | 'upcoming' | 'considering' — Status of the resource. Resources with status live or beta are callable.
    - `pagination_supported` boolean — Indicates if pagination (cursor and limit parameters) is supported on the list endpoint of the resource.
    - `pagination` PaginationCoverage
      - `mode` 'native' | 'virtual' — How pagination is implemented on this connector. Native mode means Apideck is using the pagination parameters of the connector. With virtual pagination, the connector does not support pagination, but Apideck emulates it.
      - `paging_support` boolean — Indicates whether the connector supports paging through results using the cursor parameter.
      - `limit_support` boolean — Indicates whether the connector supports changing the page size by using the limit parameter.
    - `custom_fields_supported` boolean — Indicates if custom fields are supported on this resource.
    - `supported_operations` string[] — List of supported operations on the resource.
    - `downstream_unsupported_operations` string[] — List of operations that are not supported on the downstream.
    - `supported_filters` string[] — Supported filters on the list endpoint of the resource.
    - `supported_sort_by` string[] — Supported sorting properties on the list endpoint of the resource.
    - `supported_fields` SupportedProperty[] — Supported fields on the detail endpoint.
      - `unified_property` string — Name of the property in our Unified API.
      - `child_properties` SupportedProperty[] — List of child properties of the unified property.
    - `supported_list_fields` SupportedProperty[] — Supported fields on the list endpoint.
      - `unified_property` string — Name of the property in our Unified API.
      - `child_properties` SupportedProperty[] — List of child properties of the unified property.
  - `_raw` Raw, nullable — Raw response from the integration when raw=true query param is provided
  - `meta` Meta — Response metadata
    - `items_on_page` integer — Number of items returned in the data property of the response
    - `cursors` object — Cursors to navigate to previous or next pages through the API
      - `previous` string, nullable — Cursor to navigate to the previous page of results through the API
      - `current` string, nullable — Cursor to navigate to the current page of results through the API
      - `next` string, nullable — Cursor to navigate to the next page of results through the API
    - `total_count` integer — Number of records available in total for this resource
    - `warnings` object[], nullable — Non-fatal warnings emitted when optional workflow steps failed. Present only when at least one step degraded; the response status remains 200.
      - `type` string — Discriminator for the warning kind.
      - `status_code` integer, nullable — HTTP status code returned by the failed downstream request, when available.
      - `error` string, nullable — Short error description from the downstream provider, when available.
      - `operation` string, nullable — Identifier of the workflow step that failed.
      - `message` string, nullable — Detailed message from the downstream provider, when available.
  - `links` Links — Links to navigate to previous or next pages through the API
    - `previous` string, nullable — Link to navigate to the previous page through the API
    - `current` string — Link to navigate to the current page through the API
    - `next` string, nullable — Link to navigate to the previous page through the API

## Other responses

- `401` — Unauthorized
- `402` — Payment Required
- `404` — The specified resource was not found
- `default` — Unexpected error

## Changes

- **2026-06-19** `4fa24035e087` — 1 info
  - added the optional property `meta/warnings` to the response with the `200` status
- **2026-06-15** `1cd29f012f6d` — 1 info
  - added the optional property `meta/total_count` to the response with the `200` status
- **2026-05-21** `6438d7207761` — 1 info
  - added the new enum value `subscription-analytics` to the `query` request parameter `unified_api`
- **2026-03-31** `b460c649137b` — 1 breaking, 2 warning
  - removed the enum value `subscription-analytics` from the `query` request parameter `unified_api`
  - removed the optional property `meta/total_count` from the response with the `200` status
  - removed the optional property `meta/warnings` from the response with the `200` status

[Change history](https://skmtc.dev/apideck-libraries/apis/connector-api/changes/connector/connectors/:id/resources/:resource_id/get.md)

---

[API](https://skmtc.dev/apideck-libraries/apis/connector-api.md) · [All operations](https://skmtc.dev/apideck-libraries/apis/connector-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apideck-libraries/connector-api/revisions/3e863b19ab88/schema)
