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 Supply Chain Snapshots

Get Project Entity Supply Chain Snapshot By Id

Beta
GET
/v1/projects/:project_id/entities/:project_entity_id/supply_chain/snapshots/:snapshot_id
GET
/v1/projects/:project_id/entities/:project_entity_id/supply_chain/snapshots/:snapshot_id
1curl https://api.sayari.com/v1/projects/V03eYM/entities/BG72YW/supply_chain/snapshots/sN4p2K \
2 -H "Authorization: Bearer <token>"
Try it
200Retrieved
1{
2 "data": {
3 "snapshot_id": "nK9mP2",
4 "label": "Production Supply Chain Analysis",
5 "release_tag": "20250115143000_prod",
6 "partial_results": true,
7 "explored_count": 15,
8 "created_at": "2025-01-15 14:30:00.12345+00",
9 "updated_at": "2025-01-15 14:30:00.12345+00",
10 "nodes": [
11 {
12 "id": "xG8wYP",
13 "entity_id": "oSlRbVMw4JdQ_R0nTd7yaQ",
14 "label": "TechCorp Inc",
15 "type": "company",
16 "risk_factors": [
17 "export_controls",
18 "former_wro_entity",
19 "export_to_soe"
20 ],
21 "countries": [
22 "USA",
23 "CHN"
24 ]
25 },
26 {
27 "id": "6GaxYn",
28 "entity_id": "rSoUePz7MgU_U3qWg0bdT",
29 "label": "Trade Partners Ltd",
30 "type": "company",
31 "risk_factors": [
32 "export_controls",
33 "former_wro_entity",
34 "export_to_soe"
35 ],
36 "countries": [
37 "RUS",
38 "IRN"
39 ]
40 },
41 {
42 "id": "JGlwYl",
43 "entity_id": "sTpVfQa8NhV_V4rXh1ceU",
44 "label": "International Logistics",
45 "type": "company",
46 "risk_factors": [
47 "export_to_soe"
48 ],
49 "countries": [
50 "GBR",
51 "NLD"
52 ]
53 }
54 ],
55 "edges": [
56 {
57 "id": "xG8wYP",
58 "src_id": "6GaxYn",
59 "dst_id": "xG8wYP",
60 "departure_countries": [
61 "AFG"
62 ],
63 "arrival_countries": [
64 "AFG",
65 "AGO"
66 ],
67 "hs_code": "0303",
68 "min_date": "51969-08-29T00:00:00+00:00",
69 "max_date": "52971-09-25T00:00:00+00:00"
70 },
71 {
72 "id": "6GaxYn",
73 "src_id": "6GaxYn",
74 "dst_id": "JGlwYl",
75 "departure_countries": [
76 "AFG"
77 ],
78 "arrival_countries": [
79 "AFG",
80 "AGO"
81 ],
82 "hs_code": "0304",
83 "min_date": "51969-08-29T00:00:00+00:00",
84 "max_date": "52971-09-25T00:00:00+00:00"
85 },
86 {
87 "id": "V03eYM",
88 "src_id": "xG8wYP",
89 "dst_id": "JGlwYl",
90 "departure_countries": [
91 "USA",
92 "CHN"
93 ],
94 "arrival_countries": [
95 "GBR",
96 "NLD"
97 ],
98 "hs_code": "0303",
99 "min_date": "51969-08-29T00:00:00+00:00",
100 "max_date": "52971-09-25T00:00:00+00:00"
101 }
102 ]
103 }
104}
Retrieves a specific supply chain snapshot by ID for a project entity.
Was this page helpful?
Previous

Create Project Entity Supply Chain Snapshot

Next
Built with
Create Project Entity Supply Chain Snapshot
Retrieves a specific supply chain snapshot by ID for a project entity.

Authentication

AuthorizationBearer
OAuth authentication of the form `<token>`.

Path parameters

project_idstringRequired
project_entity_idstringRequired
snapshot_idstringRequired

Response

This endpoint returns an object.
dataobject

Errors

OAuth authentication of the form <token>.