API referenceProviders
Provider Endpoints
Last updated
List endpoint resources for one provider or operator.
Path Parameters
slug*string
Match
^[a-z0-9-]+$Query Parameters
kind?string
Value in
- "archive"
- "dashboard"
- "data-artifact"
- "docs"
- "example"
- "openapi"
- "repo-registry"
- "sdk"
- "source-repo"
- "sse"
- "subnet-api"
- "subtensor-rpc"
- "subtensor-wss"
- "website"
layer?string
Value in
- "bittensor-base"
- "data-provider"
- "docs-provider"
- "subnet-app"
netuid?integer
Range
0 <= valuepool_eligible?string
Value in
- "true"
- "false"
publication_state?string
Value in
- "candidate"
- "verified"
- "monitored"
- "pool-eligible"
- "disabled"
- "rejected"
status?string
Value in
- "ok"
- "degraded"
- "failed"
- "unknown"
min_latency_ms?number
max_latency_ms?number
min_score?number
max_score?number
fields?string
Match
^[A-Za-z_][A-Za-z0-9_]*(,[A-Za-z_][A-Za-z0-9_]*)*$limit?integer
Range
1 <= value <= 1000cursor?integer
Range
0 <= valuesort?string
Field to sort by — the bare field name only (e.g. sort=total_stake_tao). Pair with the separate order parameter to choose direction; a combined field:desc token is NOT supported.
Value in
- "kind"
- "last_checked"
- "latency_ms"
- "layer"
- "netuid"
- "pool_eligible"
- "provider"
- "publication_state"
- "score"
- "status"
order?unknown
Sort direction for sort: asc or desc (default desc). This is a separate parameter from sort — e.g. ?sort=emission_share&order=desc.
Value in
- "asc"
- "desc"
format?string
Response format override. Use csv to download the transformed list as text/csv; json keeps the default response envelope.
Value in
- "json"
- "csv"
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/providers/string/endpoints"{ "data": { "contract_version": "2026-06-29.1", "endpoints": [ { "auth_required": true, "health_source": "probe-derived", "health_stale": false, "id": "example", "kind": "archive", "last_ok": "2026-06-01T00:00:00.000Z", "layer": "bittensor-base", "monitoring_policy": { "enabled": true, "expect": "example", "method": "GET", "source": "live-cron-prober" }, "monitoring_status": "monitored", "netuid": 7, "observed_at": "2026-06-01T00:00:00.000Z", "operator": "example-provider", "pool_eligible": false, "provider": "example-provider", "public_safe": true, "publication_state": "candidate", "score": 100, "status": "ok", "surface_id": "example", "surface_key": "example", "url": "https://api.metagraph.sh/example" } ], "generated_at": "2026-06-01T00:00:00.000Z", "notes": "Example description.", "provider": { "authority": "example", "id": "example", "kind": "example", "name": "Example Subnet" }, "schema_version": 1, "summary": { "by_kind": {}, "by_layer": {}, "by_provider": {}, "by_publication_state": {}, "by_status": {}, "endpoint_count": 1, "monitored_count": 1, "pool_eligible_count": 1 } }, "meta": { "artifact_path": "example", "cache": "short", "contract_version": "2026-06-29.1", "generated_at": "2026-06-01T00:00:00.000Z", "pagination": { "collection": "example", "cursor": 1, "limit": 1, "next_cursor": 1, "order": "asc", "returned": 1, "sort": "example", "total": 1 }, "published_at": "2026-06-01T00:00:00.000Z", "source": "live-cron-prober", "stale_contract": { "built_under": "example", "live": "example" } }, "ok": true, "schema_version": 1}