> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.HttpProjectRpcFetchResponse.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface HttpProjectRpcFetchResponse

```typescript
interface HttpProjectRpcFetchResponse {
    ok: boolean;
    status: number;
    json(): Promise<ProjectCommandJsonValue | ProjectDataPlaneResponse>;
}
```

Types: [ok](#ok), [status](#status), [json](#json-1), [ProjectCommandJsonValue](../types/core.Supporting_types.ProjectCommandJsonValue.md), [ProjectDataPlaneResponse](../types/core.Supporting_types.ProjectDataPlaneResponse.md)

##### Index

### <a id="properties"></a>Properties

[ok](#ok) [status](#status)

### <a id="methods"></a>Methods

[json](#json)

## <a id="properties-1"></a>Properties

### <a id="ok"></a>ok

```typescript
ok: boolean
```

### <a id="status"></a>status

```typescript
status: number
```

## <a id="methods-1"></a>Methods

### <a id="json"></a>json

*   <a id="json-1"></a>
    
    ```typescript
    json(): Promise<ProjectCommandJsonValue | ProjectDataPlaneResponse>
    ```
    
    Types: [ProjectCommandJsonValue](../types/core.Supporting_types.ProjectCommandJsonValue.md), [ProjectDataPlaneResponse](../types/core.Supporting_types.ProjectDataPlaneResponse.md)
    
    #### Returns Promise<[ProjectCommandJsonValue](../types/core.Supporting_types.ProjectCommandJsonValue.md) | [ProjectDataPlaneResponse](../types/core.Supporting_types.ProjectDataPlaneResponse.md)\>
