Get Signal Types
Signal Types
Get Signal Types
List signal types owned by the caller, with per-source overrides attached.
GET
Get Signal Types
CLI:
Overview
Returns every signal type the caller owns, sorted byposition. Each entry includes its per-source override rows under a sourceOverrides array so the UI can render the type editor without a second query.
The 6 built-in defaults (Hiring, Funding, Leadership Change, Competitor Mentions, Pain Point, Product Launch) are auto-seeded on first call for new users. Existing users missing a built-in get the missing rows seeded on the next call.
AI agent notes
Seeding is idempotent. Calling this endpoint many times in rapid succession during first boot is safe.Structured vs. keyword. Structured types (
kind: "structured") have empty keywords in the response — those are compiled at scan time from structuredConfig. This is expected.Filtering. Pass ids= (comma-separated) to fetch a known set of types. Omit ids= to return everything the caller owns.Cap. Up to 20 signal types per user (built-in + custom). See Create Signal Type.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Comma-separated type ids. Optional filter; when omitted, returns all types owned by the caller.
When true, the lazy built-in seed runs in metadata-only mode — it inserts signal_types rows but skips the signal_source_configs upsert that enables sources. Used by onboarding so polling this endpoint doesn't accidentally activate the daily scan cron for users still in their review flow.
Available options:
true Response
All signal types owned by the caller.