curl --request GET \
--url 'https://api.nsr.stateset.com/api/v1/sources' \
--header 'X-API-Key: YOUR_API_KEY'
{
"sources": [
{
"actor": "string",
"created_at": "2026-07-24T12:00:00Z",
"id": "string",
"locator": "string",
"metadata": {},
"org_id": "string",
"snippet": "string",
"source_type": "string",
"trust_tag": "string",
"updated_at": "2026-07-24T12:00:00Z"
}
],
"total": 1
}
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: YOUR_API_KEY'
{
"sources": [
{
"actor": "string",
"created_at": "2026-07-24T12:00:00Z",
"id": "string",
"locator": "string",
"metadata": {},
"org_id": "string",
"snippet": "string",
"source_type": "string",
"trust_tag": "string",
"updated_at": "2026-07-24T12:00:00Z"
}
],
"total": 1
}
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: YOUR_API_KEY'
{
"sources": [
{
"actor": "string",
"created_at": "2026-07-24T12:00:00Z",
"id": "string",
"locator": "string",
"metadata": {},
"org_id": "string",
"snippet": "string",
"source_type": "string",
"trust_tag": "string",
"updated_at": "2026-07-24T12:00:00Z"
}
],
"total": 1
}