> For the complete documentation index, see [llms.txt](https://docs.sumble.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sumble.com/api/core-data.md).

# Core data endpoints

The core data endpoints return Sumble's primary entities — organizations, people, job posts, and teams. Each is a single composable endpoint that works in two modes: resolve a list you already have (match / list mode) or search by an advanced filter (search mode). Use the `select` block to compose exactly which attributes and metrics come back.

* [Organizations](/api/core-data/organizations.md) — resolve or search companies; compose firmographics, technology, and per-entity metrics; retrieve recent organization signals.
* [People](/api/core-data/people.md) — resolve or search people; compose attributes, contact info (email, phone), and related people.
* [Job posts](/api/core-data/jobs.md) — resolve or search job postings; compose descriptions, extracted entities, and related people.
* [Teams](/api/core-data/teams.md) — resolve or search teams; compose attributes, ICP fit score, related people, and job posts.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sumble.com/api/core-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
