Skip to main content
GET
/
{type_name}
List objects of a type
curl --request GET \
  --url https://server.meetdoris.com/api/v1/ontology/{type_name} \
  --header 'Authorization: Bearer <token>'
{
  "ok": true,
  "results": [
    {
      "type": "deal",
      "id": "8c1caea6-8e76-58eb-b897-6ddda9bc6897",
      "title": "Class Schedule & Instructor Optimizer",
      "snippet": "Class Schedule & Instructor Optimizer",
      "updated_at": "2026-05-06T16:57:08.327429+00:00"
    },
    {
      "type": "deal",
      "id": "a6c30b44-92d5-5e0b-b64a-290fb5f03db4",
      "title": "Recycling Contamination Detector",
      "snippet": "Recycling Contamination Detector",
      "updated_at": "2026-05-06T16:57:08.275551+00:00"
    }
  ],
  "total": 244,
  "count": 2,
  "offset": 0,
  "limit": 2
}

Documentation Index

Fetch the complete documentation index at: https://docs.meetdoris.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

API key with sk-live- prefix. Generate keys from Console → API Keys in the Doris app.

Path Parameters

type_name
enum<string>
required
Available options:
deal,
account,
meeting,
commitment,
objection,
competitor,
tactic,
strategy,
document,
person,
artifact,
pipeline,
lead,
insight

Query Parameters

limit
integer
default:25
Required range: x <= 100
offset
integer
default:0
sort
string

Sort field

Response

200 - application/json

Object list

ok
boolean
results
object[]
total
integer
count
integer
offset
integer
limit
integer