GET
/
spaces
/
{owner}
/
{space}
/
verifications
/
authenticity
/
{verification}
/
chunks

Score: Confidence in a positive result is represented by the score.

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

owner
string
required

The handle of the owner.

space
string
required

The handle of the space.

verification
string
required

The handle of the authenticity verification.

Query Parameters

page
integer
default: 1

The index of the page.

page-size
integer
default: 20

The maximum size of the pages.

sort
enum<string>
default: index

The field used to sort the verification chunks.

Available options:
index

Response

200 - application/json
index
integer
required

The index of the chunk.

score
string | null
required

The score of the chunk.

subscores
object
required

The subscores of the chunk.

startTime
string
required

The time when the chunk starts.

endTime
string
required

The time when the chunk ends.