Skip to main content
GET
cURL

Headers

x-api-key
string
required

Your community API key

Query Parameters

questId
string | null

ID of the quest to filter completions by

iteration
integer | null

Quest round number to filter the completions by

Required range: 1 <= x <= 9007199254740991
userId
string | null

ID of the user to filter the completions by

startTime
number | null

Get completions that happened after this unix timestamp (in milliseconds)

endTime
number | null

Get completions that happened until this unix timestamp (in milliseconds)

offset
number
default:0
Required range: x >= 0
limit
number
default:20
Required range: 0 <= x <= 50

Response

200 - application/json

Quest completions have been retrieved

data
object[]
required

Quest completions matching the query

pagination
object
required

Pagination metadata