Documentation Index

Fetch the complete documentation index at: https://docs.processmaker.com/llms.txt

Use this file to discover all available pages before exploring further.

Get single script by ID

Prev Next
Get
/scripts/{script_id}

Get a single script in a process.

Security
OAuth

Laravel passport oauth2 security.

FlowAuthorization Code
Authorization URLhttps://develop-qa.processmaker.net/oauth/authorize
Token URLhttps://develop-qa.processmaker.net/oauth/token
Refresh URLhttps://develop-qa.processmaker.net/token/refresh
Path parameters
script_id
stringRequired

ID of script to return

Responses
200

Successfully found the script

object
title
string

Represents an Eloquent model of a Script

description
string
language
string
code
string
timeout
integer
run_as_user_id
integer
key
string
script_category_id
integer
id
integer (id)
created_at
string (date-time)
updated_at
string (date-time)