Skip to content

List carve samples

GET
/api/v1/carves/samples
curl --request GET \
--url https://osctrl.net/api/v1/carves/samples \
--header 'Authorization: <Authorization>'

Returns sample carve path templates.

OK

Media typeapplication/json
Array<object>
object
category
string
Allowed values: auth logs registry keychain history config
label
string
notes

Notes is a brief operator-facing description of why this file is worth grabbing during an investigation. Surfaced as a tooltip in the SPA template row.

string
path
string
platform
string
Allowed values: linux darwin windows
Example
[
{
"category": "auth",
"platform": "linux"
}
]

Bad request

Media typeapplication/json
object
code
string
error
string
Examplegenerated
{
"code": "example",
"error": "example"
}

Unauthorized

Media typeapplication/json
object
code
string
error
string
Examplegenerated
{
"code": "example",
"error": "example"
}

Forbidden

Media typeapplication/json
object
code
string
error
string
Examplegenerated
{
"code": "example",
"error": "example"
}

Not found

Media typeapplication/json
object
code
string
error
string
Examplegenerated
{
"code": "example",
"error": "example"
}

Conflict

Media typeapplication/json
object
code
string
error
string
Examplegenerated
{
"code": "example",
"error": "example"
}

Too many requests

Media typeapplication/json
object
code
string
error
string
Examplegenerated
{
"code": "example",
"error": "example"
}

Internal server error

Media typeapplication/json
object
code
string
error
string
Examplegenerated
{
"code": "example",
"error": "example"
}

Service unavailable

Media typeapplication/json
object
code
string
error
string
Examplegenerated
{
"code": "example",
"error": "example"
}