# dev.cocore.compute.listProviders

> Published by [cocore.dev](https://lexicon.garden/identity/did:plc:5quuhkmwe2q4k3azfsgg7kdz)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:5quuhkmwe2q4k3azfsgg7kdz/dev.cocore.compute.listProviders)
- [Documentation](https://lexicon.garden/lexicon/did:plc:5quuhkmwe2q4k3azfsgg7kdz/dev.cocore.compute.listProviders/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:5quuhkmwe2q4k3azfsgg7kdz/dev.cocore.compute.listProviders/examples)

## Definitions

### `dev.cocore.compute.listProviders`

**Type**: `query`

List every indexed `dev.cocore.compute.provider` record (capped at 100). Read-only cache over the firehose; the provider's PDS is authoritative.

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `providers` | `array` | Yes |  |

## Raw Schema

```json
{
  "id": "dev.cocore.compute.listProviders",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "providers"
          ],
          "properties": {
            "providers": {
              "type": "array",
              "items": {
                "ref": "dev.cocore.defs#indexedRecord",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "List every indexed `dev.cocore.compute.provider` record (capped at 100). Read-only cache over the firehose; the provider's PDS is authoritative."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
