External DocumentationTo learn more, visit the LimaCharlie documentation.
Actions
List Payloads
Get a list of payloads.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Organization ID | The unique identifier of the organization. |
{
"payloads": {
"test.sh": {
"by": "test@test.net",
"created": 1234567890,
"name": "test.sh",
"oid": "<uuid>",
"size": 123
}
}
}
Was this page helpful?