Retrieve all background scripts for the tenant
- Mock serverhttps://api.esper.io/_mock/openapi/v2/background-scripts/
- https://develop-api.esper.cloud/apihttps://develop-api.esper.cloud/api/v2/background-scripts/
curl -i -X GET \
'https://api.esper.io/_mock/openapi/v2/background-scripts/?ordering=string&name=string&always_run=true&limit=10&offset=0'Response
{ "content": { "count": 0, "next": "string", "previous": "string", "results": [ … ] }, "message": "string", "code": 0 }