Salesforce Describe API

The Describe API from Salesforce — 13 operation(s) for describe.

Operations 11

GET /data/v64.0/tooling/sobjects/EventRelayConfig/describe Salesforce Describe Event Relay #
GET /data/v64.0/sobjects/EventRelayFeedback/describe Salesforce Describe Event Felay Feedback #
GET /data/v64.0/tooling/sobjects/ManagedEventSubscription/describe Salesforce Describe Managed Event Subscription #
GET /data/v64.0/sobjects Salesforce Describe Global #
GET /data/v64.0/sobjects/{SOBJECT_API_NAME}/describe Salesforce Sobject Describe #
GET /data/v64.0/sobjects/Global/describe/layouts Salesforce Describe Global Layouts #
GET /data/v64.0/sobjects/{SOBJECT_API_NAME}/describe/layouts Salesforce Describe Sobject Layouts #
GET /data/v64.0/sobjects/{SOBJECT_API_NAME}/describe/layouts/{RECORD_TYPE_ID} Salesforce Describe Sobject Layouts Per Record Type #
GET /data/v64.0/sobjects/{SOBJECT_API_NAME}/listviews/{QUERY_LOCATOR}/describe Salesforce List View Describe #
GET /data/v64.0/tooling/sobjects Salesforce Get Tooling Describe #
GET /data/v64.0/tooling/sobjects/{SOBJECT_API_NAME}/describe Salesforce Get Tooling Describe Sobject #

Documentation

Specifications

Schemas & Data

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/salesforce-describe-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

salesforce-describe-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Salesforce Describe API
  description: 'Find the resources you need to start building. '
  contact: {}
  version: '1.0'
servers:
- url: https://login.salesforce.com
  variables: {}
- url: https://id
  variables: {}
- url: https://services
  variables: {}
- url: '{{url}}{{site}}/services/oauth2'
  variables:
    url:
      default: DefaultParameterValue
    site:
      default: DefaultParameterValue
security:
- oauth2:
  - api
tags:
- name: Describe
paths:
  /data/v64.0/tooling/sobjects/EventRelayConfig/describe:
    parameters: []
    get:
      tags:
      - Describe
      summary: Salesforce Describe Event Relay
      operationId: Describeeventrelay
      parameters: []
      responses:
        '200':
          description: ''
          headers: {}
      deprecated: false
      servers:
      - url: https://services
        variables: {}
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
  /data/v64.0/sobjects/EventRelayFeedback/describe:
    parameters: []
    get:
      tags:
      - Describe
      summary: Salesforce Describe Event Felay Feedback
      operationId: Describeeventfelayfeedback
      parameters: []
      responses:
        '200':
          description: ''
          headers: {}
      deprecated: false
      servers:
      - url: https://services
        variables: {}
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
  /data/v64.0/tooling/sobjects/ManagedEventSubscription/describe:
    parameters: []
    get:
      tags:
      - Describe
      summary: Salesforce Describe Managed Event Subscription
      operationId: Describemanagedeventsubscription
      parameters: []
      responses:
        '200':
          description: ''
          headers: {}
      deprecated: false
      servers:
      - url: https://services
        variables: {}
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
  /data/v64.0/sobjects:
    parameters: []
    get:
      tags:
      - Describe
      summary: Salesforce Describe Global
      description: 'Lists the available objects and their metadata for your organization’s data. In addition, it provides the organization encoding, as well as the maximum batch size permitted in queries.


        You can use the If-Modified-Since header with this resource, with the date format EEE, dd MMM yyyy HH:mm:ss z. When using this header, if no available object’s metadata has changed since the provided date, a 304 Not Modified status code is returned with no response body.'
      operationId: DescribeGlobal
      parameters:
      - name: Content-Type
        in: header
        description: ''
        required: true
        schema:
          const: application/json
          type: string
          examples:
          - application/json
        example: example_value
      responses:
        '200':
          description: ''
          headers: {}
      deprecated: false
      servers:
      - url: https://services
        variables: {}
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
  /data/v64.0/sobjects/{SOBJECT_API_NAME}/describe:
    parameters: []
    get:
      tags:
      - Describe
      summary: Salesforce Sobject Describe
      description: Describes the individual metadata for the specified object. Can also be used to create a new record for a given object. For example, this can be used to retrieve the metadata for the Account object using the GET method, or create a new Account object using the POST method.
      operationId: SObjectDescribe
      parameters:
      - name: SOBJECT_API_NAME
        in: path
        description: Object API name
        required: true
        schema:
          type: string
        example: example_value
      - name: Content-Type
        in: header
        description: ''
        required: true
        schema:
          const: application/json
          type: string
          examples:
          - application/json
        example: example_value
      responses:
        '200':
          description: OK
          headers:
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: Fri, 06 Oct 2023 09:03:07 GMT
            Strict-Transport-Security:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: max-age=63072000; includeSubDomains
            X-Content-Type-Options:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: nosniff
            X-Robots-Tag:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: none
            Cache-Control:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: no-cache,must-revalidate,max-age=0,no-store,private
            Sforce-Limit-Info:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: api-usage=54/15000
            ETag:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: '"dd40d18c--gzip"'
            Last-Modified:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: Wed, 04 Oct 2023 18:33:03 GMT
            Vary:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: Accept-Encoding
            Content-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: gzip
            Transfer-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: chunked
          content:
            application/json;charset=UTF-8:
              schema:
                $ref: '#/components/schemas/SObjectDescribe'
              examples:
                Sobjectdescribe200Example:
                  summary: Default SObjectDescribe 200 response
                  x-microcks-default: true
                  value:
                    actionOverrides:
                    - formFactor: example_value
                      isAvailableInTouch: true
                      name: Example Title
                      pageId: '500123'
                      url: https://www.example.com
                    activateable: true
                    associateEntityType: example_value
                    associateParentEntity: example_value
                    childRelationships:
                    - cascadeDelete: true
                      childSObject: example_value
                      deprecatedAndHidden: true
                      field: example_value
                      junctionIdListNames: {}
                      junctionReferenceTo: {}
                      relationshipName: example_value
                      restrictedDelete: true
                    compactLayoutable: true
                    createable: true
                    custom: true
                    customSetting: true
                    deepCloneable: true
                    defaultImplementation: example_value
                    deletable: true
                    deprecatedAndHidden: true
                    extendedBy: example_value
                    extendsInterfaces: example_value
                    feedEnabled: true
                    fields:
                    - aggregatable: true
                      aiPredictionField: true
                      autoNumber: true
                      byteLength: 10
                      calculated: true
                      calculatedFormula: example_value
                      cascadeDelete: true
                      caseSensitive: true
                      compoundFieldName: example_value
                      controllerName: example_value
                      createable: true
                      custom: true
                      defaultValue: example_value
                      defaultValueFormula: example_value
                      defaultedOnCreate: true
                      dependentPicklist: true
                      deprecatedAndHidden: true
                      digits: 10
                      displayLocationInDecimal: true
                      encrypted: true
                      externalId: '500123'
                      extraTypeInfo: example_value
                      filterable: true
                      filteredLookupInfo: example_value
                      formulaTreatNullNumberAsZero: true
                      groupable: true
                      highScaleNumber: true
                      htmlFormatted: true
                      idLookup: true
                      inlineHelpText: example_value
                      label: Example Title
                      length: 10
                      mask: example_value
                      maskType: example_value
                      name: Example Title
                      nameField: true
                      namePointing: true
                      nillable: true
                      permissionable: true
                      picklistValues: {}
                      polymorphicForeignKey: true
                      precision: 10
                      queryByDistance: true
                      referenceTargetField: example_value
                      referenceTo: {}
                      relationshipName: example_value
                      relationshipOrder: example_value
                      restrictedDelete: true
                      restrictedPicklist: true
                      scale: 10
                      searchPrefilterable: true
                      soapType: example_value
                      sortable: true
                      type: example_value
                      unique: true
                      updateable: true
                      writeRequiresMasterRead: true
                    hasSubtypes: true
                    implementedBy: example_value
                    implementsInterfaces: example_value
                    isInterface: true
                    isSubtype: true
                    keyPrefix: example_value
                    label: Example Title
                    labelPlural: example_value
                    layoutable: true
                    listviewable: example_value
                    lookupLayoutable: example_value
                    mergeable: true
                    mruEnabled: true
                    name: Example Title
                    namedLayoutInfos:
                    - example_value
                    networkScopeFieldName: example_value
                    queryable: true
                    recordTypeInfos:
                    - active: true
                      available: true
                      defaultRecordTypeMapping: true
                      developerName: example_value
                      master: true
                      name: Example Title
                      recordTypeId: '500123'
                    replicateable: true
                    retrieveable: true
                    searchLayoutable: true
                    searchable: true
                    sobjectDescribeOption: example_value
                    supportedScopes:
                    - label: Example Title
                      name: Example Title
                    triggerable: true
                    undeletable: true
                    updateable: true
                    urls:
                      compactLayouts: example_value
                      rowTemplate: example_value
                      approvalLayouts: example_value
                      uiDetailTemplate: example_value
                      uiEditTemplate: example_value
                      listviews: example_value
                      describe: example_value
                      uiNewRecord: example_value
                      quickActions: example_value
                      layouts: example_value
                      sobject: example_value
      deprecated: false
      servers:
      - url: https://services
        variables: {}
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
  /data/v64.0/sobjects/Global/describe/layouts:
    parameters: []
    get:
      tags:
      - Describe
      summary: Salesforce Describe Global Layouts
      description: Returns a list of layouts and descriptions. The list of fields and the layout name are returned.
      operationId: DescribeGlobalLayouts
      parameters:
      - name: Content-Type
        in: header
        description: ''
        required: true
        schema:
          const: application/json
          type: string
          examples:
          - application/json
        example: example_value
      responses:
        '200':
          description: ''
          headers: {}
      deprecated: false
      servers:
      - url: https://services
        variables: {}
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
  /data/v64.0/sobjects/{SOBJECT_API_NAME}/describe/layouts:
    parameters: []
    get:
      tags:
      - Describe
      summary: Salesforce Describe Sobject Layouts
      description: Returns a list of layouts and descriptions. The list of fields and the layout name are returned.
      operationId: DescribeSObjectLayouts
      parameters:
      - name: SOBJECT_API_NAME
        in: path
        description: ''
        required: true
        schema:
          type: string
        example: example_value
      - name: Content-Type
        in: header
        description: ''
        required: true
        schema:
          const: application/json
          type: string
          examples:
          - application/json
        example: example_value
      responses:
        '200':
          description: ''
          headers: {}
      deprecated: false
      servers:
      - url: https://services
        variables: {}
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
  /data/v64.0/sobjects/{SOBJECT_API_NAME}/describe/layouts/{RECORD_TYPE_ID}:
    parameters: []
    get:
      tags:
      - Describe
      summary: Salesforce Describe Sobject Layouts Per Record Type
      description: Returns a list of layouts and descriptions. The list of fields and the layout name are returned.
      operationId: DescribeSObjectLayoutsPerRecordType
      parameters:
      - name: SOBJECT_API_NAME
        in: path
        description: ''
        required: true
        schema:
          type: string
        example: example_value
      - name: RECORD_TYPE_ID
        in: path
        description: ''
        required: true
        schema:
          type: string
        example: '500123'
      - name: Content-Type
        in: header
        description: ''
        required: true
        schema:
          const: application/json
          type: string
          examples:
          - application/json
        example: example_value
      responses:
        '200':
          description: ''
          headers: {}
      deprecated: false
      servers:
      - url: https://services
        variables: {}
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
  /data/v64.0/sobjects/{SOBJECT_API_NAME}/listviews/{QUERY_LOCATOR}/describe:
    parameters: []
    get:
      tags:
      - Describe
      summary: Salesforce List View Describe
      description: Returns detailed information about a list view, including the ID, the columns, and the SOQL query.
      operationId: ListViewDescribe
      parameters:
      - name: SOBJECT_API_NAME
        in: path
        description: ''
        required: true
        schema:
          type: string
        example: example_value
      - name: QUERY_LOCATOR
        in: path
        description: ''
        required: true
        schema:
          type: string
        example: example_value
      - name: Content-Type
        in: header
        description: ''
        required: true
        schema:
          const: application/json
          type: string
          examples:
          - application/json
        example: example_value
      responses:
        '200':
          description: ''
          headers: {}
      deprecated: false
      servers:
      - url: https://services
        variables: {}
      x-api-evangelist-processing:
        PascalCaseOperationSummaries: true
        ChooseTags: true
      x-microcks-operation:
        delay: 0
        dispatcher: FALLBACK
  /data/v64.0/tooling/sobjects:
    parameters: []
    get:
      tags:
      - Describe
      summary: Salesforce Get Tooling Describe
      description: Lists the available Tooling API objects and their metadata.
      operationId: GetToolingDescribe
      parameters: []
      responses:
        '200':
          description: OK
          headers:
            Date:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: Mon, 11 Dec 2023 10:35:19 GMT
            Strict-Transport-Security:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: max-age=63072000; includeSubDomains
            X-Content-Type-Options:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: nosniff
            X-Robots-Tag:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: none
            Cache-Control:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: no-cache,must-revalidate,max-age=0,no-store,private
            Sforce-Limit-Info:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: api-usage=298/15000
            ETag:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: '"b0436952--gzip"'
            Last-Modified:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: Mon, 11 Dec 2023 09:28:13 GMT
            Vary:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: Accept-Encoding
            Content-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: gzip
            Transfer-Encoding:
              content:
                text/plain:
                  schema:
                    type: string
                    contentMediaType: text/plain
                  example: chunked
          content:
            application/json;charset=UTF-8:
              schema:
                allOf:
                - $ref: '#/components/schemas/GetToolingDescribe'
                - examples:
                  - encoding: UTF-8
                    maxBatchSize: 200
                    sobjects:
                    - activateable: false
                      associateEntityType: null
                      associateParentEntity: null
                      createable: true
                      custom: false
                      customSetting: false
                      deepCloneable: false
                      deletable: true
                      deprecatedAndHidden: false
                      feedEnabled: false
                      hasSubtypes: false
                      isInterface: false
                      isSubtype: false
                      keyPrefix: 0Pp
                      label: AI Application
                      labelPlural: AI Applications
                      layoutable: false
                      mergeable: false
                      mruEnabled: false
                      name: AIApplication
                      queryable: true
                      replicateable: false
                      retrieveable: true
                      searchable: false
                      triggerable: false
                      undeletable: false
                      updateable: true
                      urls:
                        rowTemplate: /services/data/v59.0/tooling/sobjects/AIApplication/{ID}
                        describe: /services/data/v59.0/tooling/sobjects/AIApplication/describe
                        sobject: /services/data/v59.0/tooling/sobjects/AIApplication
                    - activateable: false
                      associateEntityType: null
                      associateParentEntity: null
                      createable: true
                      custom: false
                      customSetting: false
                      deepCloneable: false
                      deletable: true
                      deprecatedAndHidden: false
                      feedEnabled: false
                      hasSubtypes: false
                      isInterface: false
                      isSubtype: false
                      keyPrefix: 6S9
                      label: AI Application config
                      labelPlural: AI Application configs
                      layoutable: false
                      mergeable: false
                      mruEnabled: false
                      name: AIApplicationConfig
                      queryable: true
                      replicateable: false
                      retrieveable: true
                      searchable: false
                      triggerable: false
                      undeletable: false
                      updateable: true
                      urls:
                        rowTemplate: /services/data/v59.0/tooling/sobjects/AIApplicationConfig/{ID}
                        describe: /services/data/v59.0/tooling/sobjects/AIApplicationConfig/describe
                        sobject: /services/data/v59.0/tooling/sobjects/AIApplicationConfig
                    - activateable: false
                      associateEntityType: null
                      associateParentEntity: null
                      createable: true
                      custom: false
                      customSetting: false
                      deepCloneable: false
                      deletable: true
                      deprecatedAndHidden: false
                      feedEnabled: false
                      hasSubtypes: false
                      isInterface: false
                      isSubtype: false
                      keyPrefix: 0HE
                      label: Entity
                      labelPlural: Entity
                      layoutable: false
                      mergeable: false
                      mruEnabled: false
                      name: AIReplyRecommendationsSettings
                      queryable: true
                      replicateable: false
                      retrieveable: true
                      searchable: false
                      triggerable: false
                      undeletable: false
                      updateable: true
                      urls:
                        rowTemplate: /services/data/v59.0/tooling/sobjects/AIReplyRecommendationsSettings/{ID}
                        describe: /services/data/v59.0/tooling/sobjects/AIReplyRecommendationsSettings/describe
                        sobject: /services/data/v59.0/tooling/sobjects/AIReplyRecommendationsSettings
                    - activateable: false
                      associateEntityType: null
                      associateParentEntity: null
                      createable: false
                      custom: false
                      customSetting: false
                      deepCloneable: false
                      deletable: false
                      deprecatedAndHidden: false
                      feedEnabled: false
                      hasSubtypes: false
                      isInterface: false
                      isSubtype: false
                      keyPrefix: 0Dx
                      label: Access Control Policy
                      labelPlural: Access Control Policies
                      layoutable: false
                      mergeable: false
                      mruEnabled: false
                      name: AccessControlPolicy
                      queryable: true
                      replicateable: false
                      retrieveable: true
                      searchable: false
                      triggerable: true
                      undeletable: false
                      updateable: false
                      urls:
                        rowTemplate: /services/data/v59.0/tooling/sobjects/AccessControlPolicy/{ID}
                        describe: /services/data/v59.0/tooling/sobjects/AccessControlPolicy/describe
                        sobject: /services/data/v59.0/tooling/sobjects/AccessControlPolicy
                    - activateable: false
                      associateEntityType: null
                      associateParentEntity: null
                      createable: true
                      custom: false
                      customSetting: false
                      deepCloneable: false
                      deletable: true
                      deprecatedAndHidden: false
                      feedEnabled: false
                      hasSubtypes: false
                      isInterface: false
                      isSubtype: false
                      keyPrefix: 0HE
                      label: Entity
                      labelPlural: Entity
                      layoutable: false
                      mergeable: false
                      mruEnabled: false
                      name: AccountIntelligenceSettings
                      queryable: true
                      replicateable: false
                      retrieveable: true
                      searchable: false
                      triggerable: false
                      undeletable: false
                      updateable: true
                      urls:
                        rowTemplate: /services/data/v59.0/tooling/sobjects/AccountIntelligenceSettings/{ID}
                        describe: /services/data/v59.0/tooling/sobjects/AccountIntelligenceSettings/describe
                        sobject: /services/data/v59.0/tooling/sobjects/AccountIntelligenceSettings
                    - activateable: false
                      associateEntityType: null
                      associateParentEntity: null
                      createable: true
                      custom: false
                      customSetting: false
                      deepCloneable: false
                      deletable: true
                      deprecatedAndHidden: false
                      feedEnabled: false
                      hasSubtypes: false
                      isInterface: false
                      isSubtype: false
                      keyPrefix: 0HE
                      label: Entity
                      labelPlural: Entity
                      layoutable: false
                      mergeable: false
                      mruEnabled: false
                      name: AccountSettings
                      queryable: true
                      replicateable: false
                      retrieveable: true
                      searchable: false
                      triggerable: false
                      undeletable: false
                      updateable: true
                      urls:
                        rowTemplate: /services/data/v59.0/tooling/sobjects/AccountSettings/{ID}
                        describe: /services/data/v59.0/tooling/sobjects/AccountSettings/describe
                        sobject: /services/data/v59.0/tooling/sobjects/AccountSettings
                    - activateable: false
                      associateEntityType: null
                      associateParentEntity: null
                      createable: true
                      custom: false
                      customSetting: false
                      deepCloneable: false
                      deletable: true
                      deprecatedAndHidden: false
                      feedEnabled: false
                      hasSubtypes: false
                      isInterface: false
                      isSubtype: false
                      keyPrefix: 11i
                      label: ActionLauncherItemDef
                      labelPlural: ActionLauncherItemDefs
                      layoutable: false
                      mergeable: false
                      mruEnabled: false
                      name: ActionLauncherItemDef
                      queryable: true
                      replicateable: false
                      retrieveable: true
                      searchable: false
                      triggerable: false
                      undeletable: false
                      updateable: true
                      urls:
                        rowTemplate: /services/data/v59.0/tooling/sobjects/ActionLauncherItemDef/{ID}
                        describe: /services/data/v59.0/tooling/sobjects/ActionLauncherItemDef/describe
                        sobject: /services/data/v59.0/tooling/sobjects/ActionLauncherItemDef
                    - activateable: false
                      associateEntityType: null
                      associateParentEntity: null
                      createable: true
                      custom: false
                      customSetting: false
                      deepCloneable: false
                      deletable: true
                      deprecatedAndHidden: false
                      feedEnabled: false
                      hasSubtypes: false
                      isInterface: false
                      isSubtype: false
                      keyPrefix: 0HE
                      label: Entity
                      labelPlural: Entity
                      layoutable: false
                      mergeable: false
                      mruEnabled: false
                      name: ActionsSettings
                      queryable: true
                      replicateable: false
                      retrieveable: true
                      searchable: false
                      triggerable: false
                      undeletable: fa

# --- truncated at 32 KB (100 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/salesforce/refs/heads/main/openapi/salesforce-describe-api-openapi.yml