- Introduction
- Consuming the API
- Characteristics
- Error Messages
- Support Material
- Authentication
- Address Parsing
- Billing/DailySummary
- Content Compare
- Content Extraction
- Content Extraction Async
- Content Extraction Distance
- Content Fullreader
- Enrichment
- Facematch
- Generative Content Extraction
- Image Properties
- Image Reporting - Continuous Improvement
- License Plate Recognition
- Liveness Detection
- MultiAddress Parsing
- MultiPage Content Extraction
- Vio Extraction
Status
POST
https://mostqiapi.com/big-data/enrichment/async/status
en-US
Last modified:2024-06-28 13:02:40
Request body description:#
{
"processId": "string"
}
Nome | Type | Required | Description |
---|---|---|---|
processId | String | Yes | Identifying code of the process done to check the query status made in the async route. |
Request
Header Params
Authorization
string
required
Example:
Bearer {{bearer_token}}
Body Params application/json
processId
string
required
Example
{
"processId": ""
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://mostqiapi.com/big-data/enrichment/async/status' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"processId": ""
}'
Responses
🟢200200 OK Response
application/json
Body
result
object
required
tier
string
required
query
string
required
status
string
required
parameters
object
required
datasets
array [object {6}]
required
requestId
string
required
elapsedMilliseconds
integer
required
status
object
required
message
string
required
code
string
required
errors
array
required
Example
{
"result": {
"tier": "pf",
"query": "pf",
"status": "DOING",
"parameters": {
"cpf": "86736562309"
},
"datasets": [
{
"name": "basic_data",
"code": "basic_data_people_XPTO",
"status": "DOING",
"fromCache": false,
"errors": [],
"data": null
},
{
"name": "addresses_extended",
"code": "addresses_extended_people_XPTO",
"status": "DONE",
"fromCache": false,
"errors": [],
"data": [
{
"matchKeys": "doc{86736562309}",
"extendedAddresses": {}
}
]
},
{
"name": "phones_extended",
"code": "phones_extended_people_XPTO",
"status": "DONE",
"fromCache": false,
"errors": [],
"data": [
{
"matchKeys": "doc{86736562309}",
"extendedPhones": {
"totalPhones": 0,
"totalActivePhones": 0,
"totalWorkPhones": 0,
"totalPersonalPhones": 0,
"totalUniquePhones": 0,
"totalPhonePassages": 0,
"totalBadPhonePassages": 0,
"oldestPhonePassageDate": "0001-01-01T00:00:00Z",
"newestPhonePassageDate": "0001-01-01T00:00:00Z"
}
}
]
},
{
"name": "business_relationships",
"code": "business_relationships_people_XPTO",
"status": "DONE",
"fromCache": false,
"errors": [],
"data": [
{
"matchKeys": "doc{86736562309}",
"businessRelationships": {
"businessRelationships": [],
"totalRelationships": 0,
"totalOwnerships": 0,
"totalEmployments": 0,
"totalPartners": 0,
"totalClients": 0,
"totalSuppliers": 0
}
}
]
},
{
"name": "occupation_data",
"code": "occupation_data_people_XPTO",
"status": "DONE",
"fromCache": false,
"errors": [],
"data": [
{
"matchKeys": "doc{86736562309}",
"professionData": {
"totalProfessions": 0,
"totalActiveProfessions": 0,
"totalIncome": 0,
"totalIncomeRange": "SEM INFORMACAO",
"isEmployed": false
}
}
]
},
{
"name": "financial_data",
"code": "financial_data_people_XPTO",
"status": "DONE",
"fromCache": false,
"errors": [],
"data": [
{
"matchKeys": "doc{86736562309}",
"finantialData": {
"totalAssets": "SEM INFORMACAO",
"incomeEstimates": {
"company OWNERSHIP": "SEM INFORMACAO",
"mte": "SEM INFORMACAO",
"ibge": "SEM INFORMACAO",
"bigdata": "SEM INFORMACAO",
"bigdatA_V2": "SEM INFORMACAO"
},
"creationDate": "2022-11-18T00:00:00Z",
"lastUpdateDate": "2022-11-18T00:00:00Z"
}
}
]
},
{
"name": "flags_and_features",
"code": "flags_and_feature_people_XPTO",
"status": "DONE",
"fromCache": false,
"errors": [],
"data": [
{
"matchKeys": "doc{86736562309}",
"flagsAndFeatures": [
{
"modelInputKey": "Document",
"modelDescription": "This model estimates how likely it is that the person will remain in their current occupation, based on past behavior and market conditions",
"modelName": "Employment Stability",
"modelRating": "U",
"modelScore": -1,
"calculationDate": "0001-01-01T00:00:00Z",
"referenceDate": "2022-11-18T13:55:18.495Z"
},
{
"modelInputKey": "Document",
"modelDescription": "This model estimates the level of entrepreneurial behavior - opening and running a company - a person has, based on past behavior",
"modelName": "Entrepreneurship Level",
"modelRating": "H",
"modelScore": -1,
"calculationDate": "2022-11-18T13:55:18.495Z",
"referenceDate": "2022-11-18T13:55:18.495Z"
},
{
"modelInputKey": "Document",
"modelDescription": "This model estimates how likely you are to be able to find and talk to this person through regular mail",
"modelName": "Findability by Address",
"modelRating": "U",
"modelScore": 1,
"calculationDate": "2022-11-18T13:55:18.495Z",
"referenceDate": "2022-11-18T13:55:18.495Z"
},
{
"modelInputKey": "Document",
"modelDescription": "This model estimates how likely you are to be able to find and talk to this person through phone",
"modelName": "Findability by Phone",
"modelRating": "U",
"modelScore": 1,
"calculationDate": "2022-11-18T13:55:18.495Z",
"referenceDate": "2022-11-18T13:55:18.495Z"
},
{
"modelInputKey": "Document",
"modelDescription": "This model estimates how likely you are to be able to find and talk to this person through e-mail",
"modelName": "Findability by Email",
"modelRating": "U",
"modelScore": 1,
"calculationDate": "2022-11-18T13:55:18.495Z",
"referenceDate": "2022-11-18T13:55:18.495Z"
},
{
"modelInputKey": "Document",
"modelDescription": "This model estimates how likely you are to be able to find and talk to this person, through any available communications channel",
"modelName": "General Findability",
"modelRating": "U",
"modelScore": 1,
"calculationDate": "2022-11-18T13:55:18.495Z",
"referenceDate": "2022-11-18T13:55:18.495Z"
},
{
"modelInputKey": "Document",
"modelDescription": "This model estimates how willing to sue another person or company this person is, based on past behavior",
"modelName": "Litigiousness Level",
"modelRating": "I",
"modelScore": -1,
"calculationDate": "2022-11-18T13:55:18.495Z",
"referenceDate": "2022-11-18T13:55:18.495Z"
},
{
"modelInputKey": "Document",
"modelDescription": "This model estimates the level of diversity to which a given person is or has been exposed in their lives",
"modelName": "Diversity Exposure Level",
"modelRating": "H",
"modelScore": -1,
"calculationDate": "2022-11-18T13:55:18.495Z",
"referenceDate": "2022-11-18T13:55:18.495Z"
}
]
}
]
},
{
"name": "university_student_data",
"code": "university_student_data_people_XPTO",
"status": "DONE",
"fromCache": false,
"errors": [],
"data": [
{
"matchKeys": "doc{86736562309}",
"scholarship": {
"scholarshipHistory": [],
"publicationHistory": [],
"scholarshipLevel": "UNKNOWN",
"educationalLevel": "UNKNOWN",
"numberOfUndergraduateCourses": 0,
"isUniversityStudent": false,
"isCurrentlyOnAcademicField": false,
"creationDate": "9999-12-31T23:59:59.9999999Z",
"lastUpdateDate": "0001-01-01T00:00:00Z"
}
}
]
},
{
"name": "processes",
"code": "processes_people_XPTO",
"status": "DONE",
"fromCache": false,
"errors": [],
"data": [
{
"matchKeys": "doc{86736562309}",
"processes": {
"lawsuits": [],
"totalLawsuits": 0,
"totalLawsuitsAsAuthor": 0,
"totalLawsuitsAsDefendant": 0,
"totalLawsuitsAsOther": 0,
"last30DaysLawsuits": 0,
"last90DaysLawsuits": 0,
"last180DaysLawsuits": 0,
"last365DaysLawsuits": 0
}
}
]
},
{
"name": "ondemand_pgfn",
"code": "ondemand_pgfn_people_XPTO",
"status": "DOING",
"fromCache": false,
"errors": [],
"data": null
},
{
"name": "ondemand_cert_labor_debt_absence",
"code": "ondemand_cert_labor_debt_absence_people_XPTO",
"status": "DOING",
"fromCache": false,
"errors": [],
"data": null
},
{
"name": "ondemand_administrative_sanctions",
"code": "ondemand_administrative_sanctions_people_XPTO",
"status": "DOING",
"fromCache": false,
"errors": [],
"data": null
},
{
"name": "ondemand_cert_rais",
"code": "ondemand_cert_rais_people_XPTO",
"status": "DONE",
"fromCache": false,
"errors": [],
"data": [
{
"matchKeys": "doc{86736562309}",
"onlineQueries": [
{
"origin": "Rais",
"inputParameters": "doc{867.365.623-09}",
"queryResultData": {
"name": null,
"nit": null,
"rawResultFile": "https://mostqiapi.com/id/documents/359d3eb5-e289-4624-a060-a6b4de98aab0_ondemand_cert_rais_20221118.html",
"rawResultFileType": "html"
},
"queryDate": "2022-11-18T13:55:18.62Z"
}
]
}
]
},
{
"name": "ondemand_esocial_certificate",
"code": "ondemand_esocial_certificate_people_XPTO",
"status": "ERROR",
"fromCache": false,
"errors": [
"UNABLE TO FIND PIS NUMBER"
],
"data": null
},
{
"name": "ondemand_pf_antecedente",
"code": "ondemand_pf_antecedente_people_XPTO",
"status": "ERROR",
"fromCache": false,
"errors": [
"COULD NOT FIND A NAME FOR THIS DOCUMENT NUMBER"
],
"data": null
},
{
"name": "ondemand_comprot_processes",
"code": "ondemand_comprot_processes_people_XPTO",
"status": "DOING",
"fromCache": false,
"errors": [],
"data": null
},
{
"name": "profession_data",
"code": "profession_data_people_XPTO",
"status": "DONE",
"fromCache": false,
"errors": [],
"data": [
{
"matchKeys": "doc{86736562309}",
"professionData": {
"totalProfessions": 0,
"totalActiveProfessions": 0,
"totalIncome": 0,
"totalIncomeRange": "SEM INFORMACAO",
"totalDiscounts": 0,
"isEmployed": false
}
}
]
},
{
"name": "collections",
"code": "collections_people_XPTO",
"status": "DONE",
"fromCache": false,
"errors": [],
"data": [
{
"matchKeys": "doc{86736562309}",
"collections": {
"firstCollectionDate": "9999-12-31T23:59:59.9999999Z",
"lastCollectionDate": "0001-01-01T00:00:00Z",
"creationDate": "9999-12-31T23:59:59.9999999Z",
"lastUpdateDate": "0001-01-01T00:00:00Z",
"collectionOccurrences": 0,
"collectionOrigins": 0
}
}
]
}
]
},
"requestId": "xrUUJG7fmUe2tR2old3Bp",
"elapsedMilliseconds": 2,
"status": {
"message": "OK",
"code": "200",
"errors": []
}
}
🟠400400 OK Response
Modified at 2024-06-28 13:02:40