---
title: "List all private, non-custom sourceDefinitions, and for each indicate whether the given workspace has a grant for using the definition. Used by admins to view and modify a given workspace's grants."
method: POST
path: "/v1/source_definitions/list_private"
tags: ["source_definition"]
---

# List all private, non-custom sourceDefinitions, and for each indicate whether the given workspace has a grant for using the definition. Used by admins to view and modify a given workspace's grants.

`POST /v1/source_definitions/list_private`

## Request body

- WorkspaceIdRequestBody
  - `workspaceId` string, uuid, required

## Response `200`

Successful operation

- PrivateSourceDefinitionReadList
  - `sourceDefinitions` PrivateSourceDefinitionRead[], required
    - `granted` boolean, required
    - `sourceDefinition` SourceDefinitionRead, required
      - `dockerImageTag` string, required
      - `dockerRepository` string, required
      - `documentationUrl` string, uri
      - `icon` string
      - `name` string, required
      - `protocolVersion` string — The Airbyte Protocol version supported by the connector
      - `releaseDate` string, date — The date when this connector was first released, in yyyy-mm-dd format.
      - `releaseStage` 'alpha' | 'beta' | 'generally_available' | 'custom'
      - `resourceRequirements` ActorDefinitionResourceRequirements — actor definition specific resource requirements. if default is set, these are the requirements that should be set for ALL jobs run for this actor definition. it is overriden by the job type specific configurations. if not set, the platform will use defaults. these values will be overriden by configuration at the connection level.
        - `default` ResourceRequirements — optional resource requirements to run workers (blank for unbounded allocations)
          - `cpu_limit` string
          - `cpu_request` string
          - `memory_limit` string
          - `memory_request` string
        - `jobSpecific` JobTypeResourceLimit[]
          - `jobType` 'get_spec' | 'check_connection' | 'discover_schema' | 'sync' | 'reset_connection' | 'connection_updater' | 'replicate', required — enum that describes the different types of jobs that the platform runs.
          - `resourceRequirements` ResourceRequirements, required — optional resource requirements to run workers (blank for unbounded allocations)
            - `cpu_limit` string
            - `cpu_request` string
            - `memory_limit` string
            - `memory_request` string
      - `sourceDefinitionId` string, uuid, required
      - `sourceType` 'api' | 'file' | 'database' | 'custom'

---

[API](https://skmtc.net/airbyte/apis/config.md) · [All operations](https://skmtc.net/airbyte/apis/config/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/airbyte/config/revisions/ce48e08e02ec/schema)
