Skip to main content
Retrieve your keyword watchlists with detailed information about tracked keywords and filtering rules.

Query Parameters

id
string
Watchlist ID. If omitted, returns all watchlists for your team.
curl -X GET \
  "https://api.outx.ai/api-keyword-watchlist" \
  -H "x-api-key: YOUR_API_KEY"
{
  "watchlists": [
    {
      "id": "550e8400-e29b-41d4-a716-446655440000",
      "name": "Remote Senior Jobs",
      "slug": "remote-senior-jobs-550e8400",
      "type": "keyword",
      "fetchFreqInHours": 6,
      "keywords": ["hiring", "job opening"],
      "createdAt": "2024-01-15T10:30:00Z"
    }
  ],
  "count": 1
}

Response Fields (All Watchlists)

watchlists
array
Array of watchlist objects
count
number
Total number of watchlists

Response Fields (Single Watchlist)

id
string
Unique identifier for the watchlist
name
string
Watchlist name
slug
string
URL-friendly slug for the watchlist
type
string
Always “keyword” for keyword watchlists
keywords
array
Array of tracked keywords
fetchFreqInHours
number
Fetch frequency in hours
keyword_tracking
array
Detailed tracking configuration for each keyword

Error Responses

Status CodeError MessageDescription
401UnauthorizedInvalid or missing API key
403Access deniedTrying to access watchlist from another team
404Watchlist not foundWatchlist ID doesn’t exist