get https://api.toriihq.com/v1.0/parsings/
Use the following code snippet to get the information of a parse request
curl -H "Authorization: Bearer API_KEY" "https://api.toriihq.com/v1.0/parsings/{PARSING_ID}"
Request status will be one of the following
- parsing_in_progress - Request is in progress
- parsed_successfully - Request has been parsed successfully
- parsing_failed - Request has been failed to parse
- Rate limit: 800 requests per minute