LightningWeb.DataclipController (Lightning v2.15.0-pre5)
View SourceSummary
Functions
Search dataclips for a specific job with filters.
Get dataclip for a specific run and job.
Update dataclip name.
Functions
Search dataclips for a specific job with filters.
Query params:
- query: Search text (optional)
- type: Dataclip type filter (optional)
- before: Before date filter (optional)
- after: After date filter (optional)
- named_only: Show only named dataclips (optional)
- limit: Max results (default: 10)
Get dataclip for a specific run and job.
Query params:
- job_id: Job ID to get dataclip for
Update dataclip name.
Body:
- name: New name for dataclip (or null to remove name)