Rensei docs
API ReferenceWorker Protocol

Check file conflicts for a session

Check file conflicts for a session - Rensei REST API operation reference.

GET
/api/sessions/{id}/files/check-conflicts

Authorization

workerJwt
AuthorizationBearer <token>

Runtime JWT minted by the platform at worker registration. Three-segment dotted string. Claims include {jti, proj, org, sub (=workerId), reg, scope[]}. Use on all post-registration worker endpoints.

In: header

Path Parameters

id*string

Query Parameters

filePaths?array<string>

Response Body

application/json

application/json

curl -X GET "https://example.com/api/sessions/string/files/check-conflicts"
{
  "conflicts": [
    {}
  ]
}
{
  "error": "Session not found"
}