Skip to main content
Get a list of all pending reliable tasks for the organization. Note: The Reliable Tasking extension must be enabled in order to use this action.
External DocumentationTo learn more, visit the LimaCharlie documentation.

Parameters

ParameterDescription
Organization IDThe unique identifier of the organization.

Example Output

{
	"data": {
		"tasks": {
			"00000000-0000-0000-0000-000000000000": {
				"00000000-0000-0000-0000-000000000000": {
					"ctx": "",
					"expire": 0,
					"sid": "",
					"task": "",
					"task_id": ""
				}
			}
		}
	}
}

Workflow Library Example

List Reliable Tasks with Limacharlie and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop