LearnGraph LoginRequest a Demo
HomeAPIBulk DataSayari LibraryChange Log
  • Key Concepts
    • Introduction
    • Endpoint Overview
    • Authentication
    • Requests
    • Pagination
    • Response Status Codes
    • Data Types
    • Rate Limits
  • API Clients
    • Overview
    • Open API
    • Postman
    • Go
    • Python
    • Node
  • API Reference
  • Guides
    • Getting Started
    • Understanding Project Entity
    • Risk Factors
    • Entity Search
    • Advanced Entity Search
    • Resolution
    • Trade Search - Shipments
    • Trade Search - Suppliers & Buyers
    • v0 Migration
  • Implementation Patterns
    • Project Entity Supply Chain
  • Use Cases
    • Entity Screening & Verification
    • Investigations
LogoLogo
LearnGraph LoginRequest a Demo
API ReferenceProject Entity

Beta
GET
/v1/projects/:project_id/entities/:project_entity_id/changes/risk
GET
/v1/projects/:project_id/entities/:project_entity_id/changes/risk
1curl https://api.sayari.com/v1/projects/YVB88Y/entities/52z4Wa/changes/risk \
2 -H "Authorization: Bearer <token>"
Try it
200Retrieved
1{
2 "filters": {
3 "from": "2025-04-20 22:54:00.913586+00",
4 "to": "2025-05-20 22:54:00.913586+00"
5 },
6 "limit": 100,
7 "data": {
8 "project_id": "YVB88Y",
9 "project_entity_id": "52z4Wa",
10 "risk_factors": [
11 {
12 "id": "pep",
13 "timestamp": "2025-04-22 22:54:00.913586+00",
14 "change_type": "added"
15 },
16 {
17 "id": "regulatory_action",
18 "timestamp": "2025-04-22 22:54:00.913586+00",
19 "change_type": "removed"
20 }
21 ]
22 },
23 "next": "eyJzYXZlZF9yZXNvdXJjZV9pZCI6MSwiZmllbGQiOiJyZWd1bGF0b3J5X2FjdGlvbiIsImRhdGUiOiIyMDIxLTA1LTE5IDAwOjA"
24}
Was this page helpful?
Previous

Delete Project Risk Changes

Next
Built with
Retrieves the risk changes for a single project entity.
Get Project Entity Risk Changes

Authentication

AuthorizationBearer

OAuth authentication of the form <token>.

Path Parameters

project_idstringRequired
project_entity_idstringRequired

Query Parameters

limitintegerOptional
The maximum number of risk changes to return. Default is 100.
nextstringOptional
Token to retrieve the next page of risk changes
prevstringOptional
Token to retrieve the previous page of risk changes
sort.dateenumOptional
Sort by timestamp in ascending or descending order. Default is desc.
Allowed values:
filter.fromstringOptional
Filter risk changes from the provided date
filter.tostringOptional
Filter risk changes up to the provided date
filter.risk_factorlist of stringsOptional
Filter risk changes for the provided risk factors
filter.risk_categorylist of stringsOptional
Filter risk changes for risk factors from the provided risk categories

Response

This endpoint returns an object.
filtersobject
limitinteger
dataobject
nextstring or null
prevstring or null

Errors

Token to retrieve the next page of risk changes
Token to retrieve the previous page of risk changes
Sort by timestamp in ascending or descending order. Default is desc.
Filter risk changes from the provided date
Filter risk changes up to the provided date
Filter risk changes for the provided risk factors
Filter risk changes for risk factors from the provided risk categories