Replay a saved search
curl --request POST \
--url https://api.tryfuse.ai/api/v1/business/saved-searches/{savedSearchId}/run \
--header 'Authorization: Basic <encoded-value>'import requests
url = "https://api.tryfuse.ai/api/v1/business/saved-searches/{savedSearchId}/run"
headers = {"Authorization": "Basic <encoded-value>"}
response = requests.post(url, headers=headers)
print(response.text)const options = {method: 'POST', headers: {Authorization: 'Basic <encoded-value>'}};
fetch('https://api.tryfuse.ai/api/v1/business/saved-searches/{savedSearchId}/run', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"profiles": [
{
"firstName": "Ada",
"lastName": "Nwosu",
"jobTitle": "Chief Financial Officer",
"companyName": "Brightpay",
"linkedinUrl": "https://www.linkedin.com/in/ada-nwosu"
}
],
"scrollToken": "eyJwYWdlIjoyfQ",
"ignoredFilterKeys": []
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}Saved searches
Replay a saved search
Requires one of the following token scopes: search.
POST
/
business
/
saved-searches
/
{savedSearchId}
/
run
Replay a saved search
curl --request POST \
--url https://api.tryfuse.ai/api/v1/business/saved-searches/{savedSearchId}/run \
--header 'Authorization: Basic <encoded-value>'import requests
url = "https://api.tryfuse.ai/api/v1/business/saved-searches/{savedSearchId}/run"
headers = {"Authorization": "Basic <encoded-value>"}
response = requests.post(url, headers=headers)
print(response.text)const options = {method: 'POST', headers: {Authorization: 'Basic <encoded-value>'}};
fetch('https://api.tryfuse.ai/api/v1/business/saved-searches/{savedSearchId}/run', options)
.then(res => res.json())
.then(res => console.log(res))
.catch(err => console.error(err));{
"profiles": [
{
"firstName": "Ada",
"lastName": "Nwosu",
"jobTitle": "Chief Financial Officer",
"companyName": "Brightpay",
"linkedinUrl": "https://www.linkedin.com/in/ada-nwosu"
}
],
"scrollToken": "eyJwYWdlIjoyfQ",
"ignoredFilterKeys": []
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}{
"error": {
"code": "<string>",
"message": "<string>",
"param": "<string>",
"doc_url": "<string>",
"request_id": "<string>"
}
}⌘I