Skip to main content
GET
/
search
/
exclusion-lists
/
{list_id}
Get Exclusion List Endpoint
curl --request GET \
  --url https://api.sixtyfour.ai/search/exclusion-lists/{list_id}
{
  "id": "<string>",
  "name": "<string>",
  "entity_type": "<string>",
  "status": "<string>",
  "source_type": "<string>",
  "created_at": "<string>",
  "updated_at": "<string>",
  "size": 123,
  "source_total_available": 123,
  "id_column": "<string>",
  "unresolved_count": 123,
  "error_message": "<string>"
}

Headers

x-api-key
string | null

Path Parameters

list_id
string
required

Response

Successful Response

id
string
required
name
string
required
entity_type
string
required
status
string
required

pending | materializing | ready | failed

source_type
string
required
created_at
string
required
updated_at
string
required
size
integer | null

Unique member count once ready.

source_total_available
integer | null

For search_id sources: the search's full match count — larger than size when the capture was capped by max_results.

id_column
string | null
unresolved_count
integer | null

Company lists: input values dropped because they resolved to no or multiple companies.

error_message
string | null