curl --request GET \
--url 'https://api.stateset.com/api/v1/activity-logs/{subject_type}/{subject_id}' \
--header "Authorization: Bearer $STATESET_API_KEY"
[
{
"action": "string",
"actor": "string",
"actor_kind": "string",
"created_at": "2026-08-31T14:22:05Z",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"metadata": {},
"subject_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"subject_type": "string",
"summary": "Two-person tent, green — replacement for damaged pole set."
}
]
History
History
GET
/
api
/
v1
/
activity-logs
/
{subject_type}
/
{subject_id}
curl --request GET \
--url 'https://api.stateset.com/api/v1/activity-logs/{subject_type}/{subject_id}' \
--header "Authorization: Bearer $STATESET_API_KEY"
[
{
"action": "string",
"actor": "string",
"actor_kind": "string",
"created_at": "2026-08-31T14:22:05Z",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"metadata": {},
"subject_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"subject_type": "string",
"summary": "Two-person tent, green — replacement for damaged pole set."
}
]
Path parameters
string
required
Subject record type
string
required
Subject record ID
Response
ActivityLogResponse[] — each element:
string
required
string,null
string
required
string
required
string
required
object
required
string
required
string
required
string
required
Status codes
| Code | Meaning |
|---|---|
200 | — |
400 | — |
curl --request GET \
--url 'https://api.stateset.com/api/v1/activity-logs/{subject_type}/{subject_id}' \
--header "Authorization: Bearer $STATESET_API_KEY"
[
{
"action": "string",
"actor": "string",
"actor_kind": "string",
"created_at": "2026-08-31T14:22:05Z",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"metadata": {},
"subject_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"subject_type": "string",
"summary": "Two-person tent, green — replacement for damaged pole set."
}
]
Last modified on August 31, 2026