NOSIBLE
DeveloperAPI reference
Get API key

Get Saved Searches

List the saved searches available to your account.

POST/search/v2/get-searches

Related NOSIBLE resources

research & data

Inspect the Search data dictionary or read NOSIBLE research for implementation context and methods.

Authorizations

apiKey
Api-Keystringrequiredheader

Your NOSIBLE API key from the API Dashboard.

Example: nos_sk_...

How to use this endpoint

guidance

Use Get Saved Searches to populate an account's control plane or audit the configurations currently active for a key.

Response body

application/json

These are the fields you can build against. Nested names use dot notation; optional sections are called out in their descriptions.

messagestring

Retrieval acknowledgement.

Example: Retrieved searches.

response.searchesobject[]

Saved search configurations belonging to the authenticated account.

Example: [{ search_id, question, algorithm, ... }]

Responses and errors

HTTP
200Request succeeded. The response body is shown in the panel on the right.
401unauthorizedThe API key or crawl-feed capability is not valid.
500list_failedThe saved searches could not be retrieved.