RunpodR
Runpod2y ago
7 replies
Ben

Serverless API Question

Hi, I am currently using this guide https://doc.runpod.io/reference/runpod-apis, and attempting to retrieve my results with the status request. However, the response that I get just looks like
{
"delayTime": 66679,
"executionTime": 41266,
"id": "5dbd4fb0-b6f9-44d9-a242-820d9ddbc929-u1",
"status": "COMPLETED"
}

I am wondering where the input and output shown in the documentation is? In my inference function, I'm simply returning the result as a json object. Is this an issue with my function?
Was this page helpful?