> For the complete documentation index, see [llms.txt](https://docs.guardianservice.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guardianservice.app/technical-information/users/standard-registry-users-schemas-and-policies/policies/capture-replay-and-compare-data-for-published-policies/apis-related/run-record-from-a-zip-file.md).

# Run record from a zip file

## Run record from a zip file.

> Run record from a zip file. Only users with the Standard Registry role are allowed to make the request.

```json
{"openapi":"3.0.0","info":{"title":"Guardian","version":"3.5.0-rc"},"servers":[{"url":"/api/v1","description":"version 1.0"}],"security":[{"bearer":[]}],"components":{"securitySchemes":{"bearer":{"type":"http","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"InternalServerErrorDTO":{"type":"object","properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"]}}},"paths":{"/record/{policyId}/running/start":{"post":{"description":"Run record from a zip file. Only users with the Standard Registry role are allowed to make the request.","operationId":"RecordApi_runRecord","parameters":[{"name":"policyId","required":true,"in":"path","description":"Policy Id","schema":{"type":"string"}},{"name":"importRecords","required":true,"in":"query","schema":{"type":"string"}},{"name":"syncNewRecords","required":true,"in":"query","schema":{"type":"string"}},{"name":"fromPolicyId","required":true,"in":"query","schema":{"type":"string"}}],"requestBody":{"required":true,"description":"A zip file containing record to be run.","content":{"application/json":{"schema":{"type":"string"}}}},"responses":{"200":{"description":"Record UUID.","content":{"application/json":{"schema":{"type":"string"}}}},"401":{"description":"Unauthorized."},"403":{"description":"Forbidden."},"500":{"description":"Internal server error.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorDTO"}}}}},"summary":"Run record from a zip file.","tags":["record"]}}}}
```
