curl --request GET \
--url https://app.govly.com/api/enterprise/opportunities/saved_search_matches \
--header 'X-API-KEY: <api-key>'{
"results": [
{
"id": "<string>",
"title": "<string>",
"uniqueKey": "<string>",
"externalIdentifier": "<string>",
"url": "<string>",
"apiUrl": "<string>",
"externalUrl": "<string>",
"postedAt": "<string>",
"modifiedAt": "<string>",
"respondBy": "<string>",
"questionDeadline": "<string>",
"lastSummarizedAt": "<string>",
"recordType": "<string>",
"jurisdiction": "<string>",
"isoCode": "<string>",
"contractVehicle": "<string>",
"naics": [
"<string>"
],
"aiTitle": "<string>",
"aiSummary": "<string>",
"aiShortSummary": "<string>",
"aiEstimatedValueMin": 123,
"aiEstimatedValueMax": 123,
"aiPeriodOfPerformance": "<string>",
"aiLineItems": {
"products": [
{
"vendor": "<string>",
"product": "<string>",
"quantity": 123,
"description": "<string>",
"partNumber": "<string>"
}
],
"services": [
{
"vendor": "<string>",
"service": "<string>",
"quantity": 123,
"description": "<string>",
"partNumber": "<string>"
}
]
},
"aiRawProducts": [
"<string>"
],
"aiRawVendors": [
{
"name": "<string>",
"website": "<string>"
}
],
"aiRawCompetingProducts": [
"<string>"
],
"aiRawCompetingVendors": [
{
"name": "<string>",
"website": "<string>"
}
],
"description": "<string>",
"latestModificationReason": "<string>",
"productCategoryTags": [
"<string>"
],
"majorEndItem": "<string>",
"warningTags": [
"<string>"
],
"contactName": "<string>",
"contactEmail": "<string>",
"contactPhoneNumber": "<string>",
"address": "<string>",
"buyer": {
"id": "<string>",
"name": "<string>",
"hierarchy": [
"<string>"
],
"hierarchyIds": [
"<string>"
]
},
"attachments": [
{
"checksum": "<string>",
"filename": "<string>",
"url": "<string>",
"cuiLikely": true
}
],
"sources": [
{
"id": "<string>",
"noticeType": "<string>",
"recordType": "<string>",
"digest": "<string>",
"externalUrl": "<string>",
"createdAt": "<string>",
"postedAt": "<string>",
"noBidAt": "<string>",
"hasJustification": true,
"hasEvent": true,
"modificationReason": "<string>",
"attachmentChecksums": [
"<string>"
],
"rawEmail": "<string>",
"providerContext": {},
"dataSourceContext": {
"emailMessageChecksum": "<string>",
"rawNoticeType": "<string>",
"rawSetAside": "<string>"
}
}
],
"savedSearchMatches": [
{
"id": "<string>",
"followerEmails": [
"<string>"
],
"savedSearchName": "<string>",
"savedSearchId": "<string>",
"highlights": "<string>",
"matchedAt": "<string>"
}
]
}
],
"meta": {
"nextCursor": "<string>"
}
}Retrieve opportunities that match your saved searches
curl --request GET \
--url https://app.govly.com/api/enterprise/opportunities/saved_search_matches \
--header 'X-API-KEY: <api-key>'{
"results": [
{
"id": "<string>",
"title": "<string>",
"uniqueKey": "<string>",
"externalIdentifier": "<string>",
"url": "<string>",
"apiUrl": "<string>",
"externalUrl": "<string>",
"postedAt": "<string>",
"modifiedAt": "<string>",
"respondBy": "<string>",
"questionDeadline": "<string>",
"lastSummarizedAt": "<string>",
"recordType": "<string>",
"jurisdiction": "<string>",
"isoCode": "<string>",
"contractVehicle": "<string>",
"naics": [
"<string>"
],
"aiTitle": "<string>",
"aiSummary": "<string>",
"aiShortSummary": "<string>",
"aiEstimatedValueMin": 123,
"aiEstimatedValueMax": 123,
"aiPeriodOfPerformance": "<string>",
"aiLineItems": {
"products": [
{
"vendor": "<string>",
"product": "<string>",
"quantity": 123,
"description": "<string>",
"partNumber": "<string>"
}
],
"services": [
{
"vendor": "<string>",
"service": "<string>",
"quantity": 123,
"description": "<string>",
"partNumber": "<string>"
}
]
},
"aiRawProducts": [
"<string>"
],
"aiRawVendors": [
{
"name": "<string>",
"website": "<string>"
}
],
"aiRawCompetingProducts": [
"<string>"
],
"aiRawCompetingVendors": [
{
"name": "<string>",
"website": "<string>"
}
],
"description": "<string>",
"latestModificationReason": "<string>",
"productCategoryTags": [
"<string>"
],
"majorEndItem": "<string>",
"warningTags": [
"<string>"
],
"contactName": "<string>",
"contactEmail": "<string>",
"contactPhoneNumber": "<string>",
"address": "<string>",
"buyer": {
"id": "<string>",
"name": "<string>",
"hierarchy": [
"<string>"
],
"hierarchyIds": [
"<string>"
]
},
"attachments": [
{
"checksum": "<string>",
"filename": "<string>",
"url": "<string>",
"cuiLikely": true
}
],
"sources": [
{
"id": "<string>",
"noticeType": "<string>",
"recordType": "<string>",
"digest": "<string>",
"externalUrl": "<string>",
"createdAt": "<string>",
"postedAt": "<string>",
"noBidAt": "<string>",
"hasJustification": true,
"hasEvent": true,
"modificationReason": "<string>",
"attachmentChecksums": [
"<string>"
],
"rawEmail": "<string>",
"providerContext": {},
"dataSourceContext": {
"emailMessageChecksum": "<string>",
"rawNoticeType": "<string>",
"rawSetAside": "<string>"
}
}
],
"savedSearchMatches": [
{
"id": "<string>",
"followerEmails": [
"<string>"
],
"savedSearchName": "<string>",
"savedSearchId": "<string>",
"highlights": "<string>",
"matchedAt": "<string>"
}
]
}
],
"meta": {
"nextCursor": "<string>"
}
}Retrieve opportunities that match your saved searches. Results are paginated and can be filtered by date range, follower email, and saved search IDs.Documentation Index
Fetch the complete documentation index at: https://docs.govly.com/llms.txt
Use this file to discover all available pages before exploring further.
next_cursor value from the meta object in the response to get the next page.Show Opportunity properties
Show Properties
"Brand Name or Equal", "Clearance Likely Required", "Clearance Possibly Required". Empty array if none.Show Properties
Show Match properties
Show Meta properties