GET
/
v1
/
lists
/
{id}
/
companies

Request

Query

type
string
default:
"ALL"

Smart list type to fetch - type can be either SAVED, ARCHIVED, NEW or ALL which will return every company.

limit
number
default:
"4"

Number of items to return per page. (max 500)

offset
number
default:
"0"

Number of items to skip

Response

matchedSince
string

The matchedSince is in ISO 8601 date format.

  • For static lists, this represents the date when the item was added to the list.
  • For smart lists, this represents the date the item matched the list’s filters and was added as a new result.