FetchService gRPC API

FetchService provides HTTP fetching for plugins. QNTX performs the HTTP request and attests the result — plugins stay pure orchestration with no outbound network access.

Proto file: plugin/grpc/protocol/fetch.proto

Service Methods

MethodRequestResponseStreaming
FetchFetchRequestFetchResponseNo

Fetch

Fetch performs an HTTP GET and attests the response body


Message Types

FetchRequest

FieldTypeDescription
auth_tokenstring-
urlstring-
subjectsstring-
predicatestring-
contextstring-
freshbool-
actorstring-
sourcestring-

FetchResponse

FieldTypeDescription
successbool-
errorstring-
bodystring-
status_codeint32-
attestation_idstring-

← Back to API Index