Get a list of payloads.

External Documentation

To learn more, visit the LimaCharlie documentation.

Parameters

ParameterDescription
Organization IDThe unique identifier of the organization.

Example Output

{
	"payloads": {
		"test.sh": {
			"by": "test@test.net",
			"created": 1234567890,
			"name": "test.sh",
			"oid": "<uuid>",
			"size": 123
		}
	}
}

Workflow Library Example

List Payloads with Limacharlie and Send Results Via Email

Preview this Workflow on desktop