LogoLogo
Help CenterOpenAPI SpecStatus
DocumentationAPI ReferenceChangelogIntegration Guides
DocumentationAPI ReferenceChangelogIntegration Guides
  • Getting Started
    • Introduction
    • Quickstart Tutorial
  • API Overview
    • API Keys
    • Authentication
    • Protocol
    • Idempotence
    • Pagination
    • Serialization
    • Rate Limiting
    • Downloading Files
    • API Logs
    • Request IDs
  • Versioning
    • API Changelog
    • Versioning
  • Troubleshooting
    • Error Handling
  • API Reference
    • GETRetrieve an Inquiry
    • DELRedact an Inquiry
    • PATCHUpdate an Inquiry
    • GETRetrieve a Verification
    • POSTApprove an Inquiry
    • POSTDecline an Inquiry
    • GETRetrieve an Account
    • DELRedact an Account
    • PATCHUpdate an Account
    • POSTResume an Inquiry
    • GETRetrieve a Report
    • DELRedact a Report
    • GETList all Accounts
    • POSTCreate an Account
    • GETList all Inquiries
    • POSTCreate an Inquiry
    • GETList all API Logs
    • PATCHUpdate a Generic Document
    • POSTCreate a Government ID Verification
    • POSTCreate a Phone Number Verification
    • GETDownload a File
    • GETRetrieve an API Log
    • POSTSubmit a Generic Document
    • POSTCreate a Database Verification
    • POSTCreate a Generic Document
    • GETRetrieve a Document
    • GETList all Events
    • GETRetrieve an Event
    • POSTCreate a Document Verification
    • POSTSubmit a Document Verification
    • GETRetrieve a Document Verification
    • POSTConsolidate Accounts
    • GETRetrieve an Importer
    • POSTImport Accounts
    • POSTImport Email Address Lists
    • POSTImport Name Lists
    • POSTImport IP Address Lists
    • POSTImport Phone Number Lists
    • POSTImport Government ID Number Lists
    • POSTCreate a Government ID Document
    • PATCHUpdate a Government ID Document
    • POSTSubmit a Government ID Verification
    • POSTImport Geolocation Lists
    • GETList all Lists
    • GETRetrieve a List
    • DELArchive a List
    • POSTCreate a Country List
    • POSTCreate an Email Address List
    • POSTCreate a Government ID Number List
    • POSTCreate a Name List
    • POSTCreate a Browser Fingerprint List Item
    • POSTCreate an Email Address List Item
    • POSTSubmit a Government ID Document
    • POSTCreate a Phone Number List
    • POSTCreate a Geolocation List
    • POSTCreate a Geolocation List Item
    • PATCHUpdate a Government ID Verification
    • POSTCreate a Browser Fingerprint List
    • POSTCreate an IP Address List
    • POSTCreate an IP Address List Item
    • POSTCreate a Government ID Number List Item
    • POSTCreate a Phone Number List Item
    • DELArchive a Browser Fingerprint List Item
    • POSTCreate a Country List Item
    • DELArchive a Country List Item
    • POSTCreate a Name List Item
    • DELArchive an Email Address List Item
    • DELArchive a Geolocation List Item
    • DELArchive a Government ID Number List Item
    • DELArchive a Name List Item
    • DELArchive an IP Address List Item
    • DELArchive a Phone Number List Item
    • GETList all Reports
    • POSTCreate a Report
    • POSTSubmit a Selfie Verification
    • GETRetrieve Case
    • PATCHUpdate a Case
    • POSTCreate a Selfie Verification
    • POSTAdd a tag
    • POSTRemove a tag
    • POSTSet all tags
    • GETPrint Verification PDF
    • GETPrint Inquiry PDF
    • GETPrint Report PDF
    • GETList all Cases
    • POSTCreate a Case
    • POSTAdd a tag
    • POSTRemove a tag
    • POSTSet all tags
    • POSTBusiness Lookup Report
    • POSTAssign a Case
    • POSTCreate a Face List Item
    • DELArchive a Face List Item
    • POSTSet all tags
    • GETList all User Audit Logs
    • GETRetrieve an User Audit Log
    • POSTSet status for a case
    • POSTAdd Persona objects
    • POSTRemove a tag
    • POSTImport Face Lists
    • POSTAdd a tag
    • POSTCreate a Face List
    • GETRetrieve a Government Id Verification
    • GETRetrieve a Selfie Verification
    • POSTSubmit a Database Verification
    • GETRetrieve a Database Verification
    • POSTSubmit a Phone Carrier Database Verification
    • POSTCreate a Phone Carrier Database Verification
    • POSTCreate a Serpro Database Verification
    • GETRetrieve a Phone Carrier Database Verification
    • POSTSubmit a Serpro Database Verification
    • GETRetrieve a Serpro Database Verification
    • POSTSubmit a TIN Database Verification
    • GETRetrieve a TIN Database Verification
    • GETRetrieve a Phone Number Verification
    • POSTCreate an Email Address Verification
    • POSTCreate a Workflow Run
    • POSTConfirm an Email Address Verification
    • GETList all API keys
    • POSTCreate an API key
    • GETRetrieve an API key
    • PATCHUpdate an API key
    • POSTSend an SMS
    • GETRetrieve a Email Address Verification
    • POSTSend an email
    • POSTExpire an API key
    • POSTCreate a TIN Database Verification
    • POSTConfirm a Phone Number Verification
    • POSTReport Action: Dismiss Matches
    • POSTReport Action: Re-run Report
    • POSTReport Action: Pause Continuous Monitoring
    • POSTReport Action: Resume Continuous Monitoring
    • POSTExpire an Inquiry
Help CenterOpenAPI SpecStatus

POST
https://withpersona.com/api/v1/reports/:report-id/run
POST
/api/v1/reports/:report-id/run
1curl -X POST https://withpersona.com/api/v1/reports/report-id/run \
2 -H "Authorization: <apiKey>"
Try it
1{
2 "data": {
3 "type": "report/watchlist",
4 "id": "rep_EPehAHkBaZKUxxxLEDL1gv4h",
5 "attributes": {
6 "status": "ready",
7 "created-at": "2022-01-14T23:42:01.000Z",
8 "completed-at": "2022-01-14T23:42:01.000Z",
9 "redacted-at": {},
10 "report-template-version-name": "v1",
11 "term": "Alexander Sample",
12 "matched_lists": []
13 },
14 "relationships": {
15 "inquiry": {
16 "data": {}
17 },
18 "account": {
19 "data": {}
20 },
21 "report-template": {
22 "data": {
23 "type": "report-template/watchlist",
24 "id": "rptp_jfp2TAY28vijxxxCcn4WVqdX"
25 }
26 }
27 }
28 }
29}
Re-run a continuously monitored report immediately, outside of its existing recurrence schedule.

Path parameters

report-idstringRequired

Headers

AuthorizationstringRequired

Response

200
dataobject or null

Errors

Was this page helpful?
Previous

Report Action: Pause Continuous Monitoring

Next
Built with
200

Report Action: Re-run Report

Re-run a continuously monitored report immediately, outside of its existing recurrence schedule.

Report Action: Pause Continuous Monitoring