blueprints_Background Scripts API
Retrieve all background scripts for the tenant
get/v2/background-scripts/
Query parameters
orderingstring
Order the results by a specific field (-field for descending order). Valid fields are 'name', 'created_at', 'updated_at', 'created_by', 'updated_by'.
namestring
Filter the results by name (partial match, case insensitive).
always_runboolean
Filter the results by always_run flag.
limitinteger
Number of results to return per page.
offsetinteger
The initial index from which to return the results.
Response
Success