Appearance
Get item sync history
GET
/api/v1/projects/{project_id}/sync/{item_id}/history
Returns the chronological sync history for a specific content item, including timestamps, success/failure status, and error messages for each sync attempt.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
project_id*
Type
Requiredstring
Format
"uuid"item_id*
Type
Requiredstring
Format
"uuid"Responses
Successful Response
application/json
JSON "item_id": "string", "item_external_id": "string", "history": [ { "id": "string", "content_item_id": "string", "store_connection_id": "string", "store_connection_name": "string", "synced_at": "string", "success": true, "error_message": "string" } ]
{
}