/functions/rest/v1/activations/{id} REST Method
Path Parameters
id
string
REQUIRED
The ID of the activation.
Returns
created_at
string
The timestamp when the activation was created.
updated_at
string
The timestamp when the activation was updated.
id
string
The unique ID of the activation.
action_id
string
The ID of the function for this activation.
block_number
integer
The block number associated with the activation.
user_data
string
The user data associated with the activation.
execution
object
The details related to the function execution.
duration
integer
The execution duration in miliseconds.
size
integer
The size of the function return in bytes.
status_code
integer
The status code of the function execution.
memory
integer
The amount of memory used for the execution in megabytes.
logs
array
Logs related to the function execution.
result
object
The result that the execution returned.
billable
boolean
Whether the activation is billable.
activation_source
string
The source of the activation.
quickstream_payload
string
The stream payload associated with the activation.
stream_id
string
The ID of the stream associated with the activation.
Request
1curl -X GET \2"https://api.quicknode.com/functions/rest/v1/activations/{id}" \3-H "accept: application/json" \4-H "x-api-key: YOUR_API_KEY"
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free