Industry Discovery

List Industry Searches

The List Industry Searches endpoint retrieves a list of all industry discovery requests associated with the account linked to the provided API key. Each entry in the list includes the unique identifier, creation and update timestamps, current status, and a brief status description. If a search has been completed, the result field will contain the discovered industry information; otherwise, it will be null.

get/api/v1/industry-searches

Query parameters

limitinteger
offsetinteger

Response

OK

countinteger required
limitinteger required
offsetinteger required

Example response

{
  "searches": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "created_at": "2026-08-14T22:40:18.297Z",
      "updated_at": "2026-08-14T22:40:18.297Z"
    }
  ]
}