curl --request GET \
--url 'https://api.nsr.stateset.com/api/v1/sources' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
{
"sources": [
{
"actor": "string",
"created_at": "2026-08-31T14:22:05Z",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"locator": "string",
"metadata": {},
"org_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snippet": "string",
"source_type": "string",
"trust_tag": "string",
"updated_at": "2026-08-31T14:22:05Z"
}
],
"total": 102
}
List all registered evidence sources.
Required scope: read
GET
/
api
/
v1
/
sources
curl --request GET \
--url 'https://api.nsr.stateset.com/api/v1/sources' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
{
"sources": [
{
"actor": "string",
"created_at": "2026-08-31T14:22:05Z",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"locator": "string",
"metadata": {},
"org_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snippet": "string",
"source_type": "string",
"trust_tag": "string",
"updated_at": "2026-08-31T14:22:05Z"
}
],
"total": 102
}
Required scope:
read
Response
SourcesResponse
EvidenceSourceRecord[]
required
integer
required
Status codes
| Code | Meaning |
|---|---|
200 | Sources |
401 | Unauthorized — missing or invalid credentials |
403 | Forbidden — the key/token lacks the required scope |
429 | Rate limited — see Retry-After / X-RateLimit-Reset |
curl --request GET \
--url 'https://api.nsr.stateset.com/api/v1/sources' \
--header "X-API-Key: $STATESET_NSR_API_KEY"
{
"sources": [
{
"actor": "string",
"created_at": "2026-08-31T14:22:05Z",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"locator": "string",
"metadata": {},
"org_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"snippet": "string",
"source_type": "string",
"trust_tag": "string",
"updated_at": "2026-08-31T14:22:05Z"
}
],
"total": 102
}
Last modified on August 31, 2026