Skip to main content
GET
/
v1
/
projects
/
{project_id}
/
sync
/
log
Get Project Sync Log
curl --request GET \
  --url https://api.ontora.com/v1/projects/{project_id}/sync/log \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "project_id": "<string>",
    "synced_node_keys": [
      "<string>"
    ],
    "synced_edge_keys": [
      "<string>"
    ],
    "ukl_entity_keys": [
      "<string>"
    ],
    "synced_by": "<string>",
    "created_at": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.ontora.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string<uuid>
required

Query Parameters

limit
integer
default:50

Response

Successful Response

id
string
required
project_id
string
required
synced_node_keys
string[] | null
required
synced_edge_keys
string[] | null
required
ukl_entity_keys
string[] | null
required
synced_by
string | null
required
created_at
string
required