> ## Documentation Index
> Fetch the complete documentation index at: https://docs.codex.io/llms.txt
> Use this file to discover all available pages before exploring further.

# MetadataResponse

> The status for a network supported on Defined.

<div data-generated>
  ## GraphQL

  ```
  type MetadataResponse {
    lastProcessedBlock: Int
    lastProcessedTimestamp: Int
    networkId: Int!
    networkName: String!
  }
  ```

  ### Used By

  **Returned by**

  * [getNetworkStatus](/api-reference/queries/getnetworkstatus.md): Returns the status of a list of networks supported on Codex.
</div>
