TransitionsPicks

Get the relevancy agent's current slate

The seller's current slate from the leadership-relevancy agent: the transitions it judged most worth their attention, each with the agent's rationale and rank. Replaced nightly. Empty until the first run. Same `leadership_transitions` module gate as GET /transitions; the project_id must belong to the caller's organization.

GET
/transitions/picks

The seller's current slate from the leadership-relevancy agent: the transitions it judged most worth their attention, each with the agent's rationale and rank. Replaced nightly. Empty until the first run. Same leadership_transitions module gate as GET /transitions; the project_id must belong to the caller's organization.

AuthorizationBearer <token>

API key (sk_live_... prefix). Generate keys in the UI under Settings > API Keys, then send it as Authorization: Bearer sk_live_...

In: header

Query Parameters

project_id*string
Match^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://loading/api/v1/transitions/picks?project_id=497f6eca-6276-4993-bfeb-53cbbbba6f08"
{
  "data": [
    {
      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
      "district_id": "880bc4ee-477a-4e12-a0f0-c89f020ba05d",
      "district_name": "string",
      "district_state": "string",
      "resolution_status": "string",
      "contact_id": "f245e2a3-e141-4d41-912c-b1c1f5bd5598",
      "person_name": "string",
      "role_class": "superintendent",
      "role_title": "string",
      "transition_type": "incoming",
      "event_direction": "entry",
      "status": "rumored",
      "announced_date": "string",
      "effective_date": "string",
      "date_confidence": "string",
      "historical_reference": true,
      "buying_intent": "high",
      "review_status": "string",
      "source_count": 0,
      "first_seen": "string",
      "last_seen": "string",
      "pick": {
        "rationale": "string",
        "rank": 0,
        "picked_at": "string"
      }
    }
  ],
  "picked_at": "string"
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}
{
  "error": "entitlement_required",
  "module": "string",
  "message": "string",
  "contact": "string"
}
{
  "error": "string",
  "message": "string",
  "statusCode": -9007199254740991
}