List all samples.
External DocumentationTo learn more, visit the Recorded Future Triage Cloud documentation.

Parameters

ParameterDescription
SubsetThe subset to return samples from.
* Owned - All samples that the requesting user is able to access.
* Public - All samples that can be viewed by any user.
* Org - All organization samples.

Example Output

{
	"data": [
		{
			"id": "<string>",
			"status": "<string>",
			"kind": "<string>",
			"url": "<string>",
			"submitted": "<string>"
		},
		{
			"id": "<string>",
			"status": "<string>",
			"kind": "<string>",
			"filename": "<string>",
			"submitted": "<string>",
			"sha256": "<string>"
		}
	],
	"next": "<string>"
}

Workflow Library Example

List Samples with Recorded Future Triage Cloud and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop