cURL
curl --request GET \ --url https://api.tryarchitect.com/v0/persons/{person_id}/logs \ --header 'x-api-key: <api-key>'
{ "items": [ { "personId": "<string>", "personLogId": "<string>", "source": "<string>", "type": "<string>", "payload": {}, "idempotencyKey": "<string>", "createdAt": "<string>", "updatedAt": "<string>", "deletedAt": "<string>" } ], "totalCount": 4503599627370495, "hasMore": true, "nextCursor": "<string>" }
List log entries for a person.
API key authentication for the External Actor Gateway
person_id parameter
cursor parameter
includeDeleted parameter
limit parameter
Successful operation
Show child attributes
0 <= x <= 9007199254740991
Was this page helpful?