Skip to main content
GET
Get company-list status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

company_list_id
string<uuid>
required
Example:

"018f23b7-92bb-7c64-a3d4-1ba53b8ad971"

Response

Default Response

company_list_id
string<uuid>
required
Example:

"018f23b7-92bb-7c64-a3d4-1ba53b8ad971"

name
string
required
Example:

"US SaaS companies"

provider_id
string
required
Example:

"fullenrich"

company_source_id
string
required
Example:

"fullenrich_company_search"

status
enum<string>
required
Available options:
PENDING,
IN_PROGRESS,
COMPLETED,
FAILED
Example:

"PENDING"

requested_count
integer
required
Example:

10000

company_count
integer
required
Example:

8742

timestamp_created
string<date-time>
required
Example:

"2026-07-30T00:00:00.000Z"

timestamp_updated
string<date-time>
required
Example:

"2026-07-30T00:00:00.000Z"

credit_cost_per_saved_record
integer
required
Example:

1

terminal_reason
enum<string>
Available options:
MAX_COMPANIES_REACHED,
PROVIDER_EXHAUSTED,
NO_RESULTS,
PROVIDER_ERROR,
INTERNAL_ERROR,
OUT_OF_CREDITS,
UPLOAD_ABORTED
Example:

"NO_RESULTS"

saved_count
integer
Example:

9100

credits_charged
integer
Example:

10000

filters
object

Filters the list was built with, keyed by filter key. Since INS-9685 an entry of a filter backed by a remote catalog — company_technology_slug_or, industry_or — is returned as { value, label } instead of a plain string, so a saved list can render the human name without a provider call. Entries stored before that change are still returned as plain strings, and both forms are accepted on create.