Skip to main content
POST
Create a table from a subdomain search

Authorizations

Authorization
string
header
required

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

Body

application/json

Turn a finished search into a table.

search_id
string<uuid>
required
table_name
string
required
Required string length: 1 - 255

Response

Successful Response

The table a search was turned into.

hostnames_found
integer
required

What the search found. Larger than rows_created when the organisation's per-table row limit clamped the landing.

rows_created
integer
required
table_id
string<uuid>
required
table_name
string
required