Skip to main content

GET /functions/rest/v1/functions/{id} REST API Endpoint

Loading...

Updated on
Oct 20, 2025

GET /functions/rest/v1/functions/{id} REST API Endpoint

Parameters

Path Parameters

id
string
REQUIRED
Loading...

Returns

id
string
Loading...
name
string
Loading...
description
string
Loading...
created_at
string
Loading...
updated_at
string
Loading...
qn_account_id
string
Loading...
exec
object
Loading...
kind
string
Loading...
code
string
Loading...
binary
boolean
Loading...
limits
object
Loading...
timeout
integer
Loading...
memory
integer
Loading...
Request
1
curl -X GET \
2
"https://api.quicknode.com/functions/rest/v1/functions/{id}" \
3
-H "accept: application/json" \
4
-H "Content-Type: application/json" \
5
-H "x-api-key: YOUR_API_KEY" \
6
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free