Get Job Result
GET/api/v1/extractionv2/jobs/:job_id/result
Get Job Result
Request
Path Parameters
job_id uuidrequired
Cookie Parameters
session any
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
- MOD1
- MOD2
- MOD1
- MOD2
- MOD3
- MOD4
- MOD5
- MOD6
Array [
]
Array [
- MOD1
- MOD2
- MOD3
- MOD4
- MOD5
- MOD6
Array [
]
]
- MOD1
- MOD2
- MOD3
- MOD4
- MOD5
- MOD6
Array [
]
run_id uuidrequired
The id of the extraction run
extraction_agent_id uuidrequired
The id of the extraction agent
data
object
required
The data extracted from the file
anyOf
property name*
object
anyOf
object
string
integer
number
boolean
property name*
object
anyOf
object
string
integer
number
boolean
extraction_metadata
object
required
The metadata extracted from the file
property name*
object
anyOf
object
string
integer
number
boolean
{
"run_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"extraction_agent_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"data": {},
"extraction_metadata": {}
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}