Parameters
| name | type | required | notes |
|---|---|---|---|
key | string | yes | |
limit | integer | null | no | Default 20, max 100. |
offset | integer | null | no |
Response
| name | type | description |
|---|---|---|
key | string | |
assessments | array |
Call it
read requires auth: authenticated
help / router / lookup_history
lookup_historyreadGET /api/lookup/:key/history · auth: authenticated
GET /api/lookup/:key/history
signature sha256:a5170c34bddd74a76a92d7f9c64e40d9
| name | type | required | notes |
|---|---|---|---|
key | string | yes | |
limit | integer | null | no | Default 20, max 100. |
offset | integer | null | no |
| name | type | description |
|---|---|---|
key | string | |
assessments | array |
read requires auth: authenticated