Skip to main content
GET
/
v1
/
projects
/
{project_id}
/
parse
/
{parse_result_id}
/
result
Get Parse Result
curl --request GET \
  --url https://api.example.com/v1/projects/{project_id}/parse/{parse_result_id}/result \
  --header 'x-api-key: <api-key>' \
  --header 'x-selected-account-id: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for authentication

x-selected-account-id
string
header
required

Selected Account ID

Path Parameters

project_id
string
required
parse_result_id
string
required

Response

Successful Response