DiskDisk_idArtifactGlob
Search artifact paths with glob patterns
Search through artifact file paths using glob patterns (*, ?, etc.)
Authorization
BearerAuth Authorization<token>
Project Bearer token (e.g., "Bearer sk-ac-xxxx")
In: header
Path Parameters
disk_id*string
Disk ID
Format
uuidQuery Parameters
query*string
Glob pattern (e.g., '**/.py', '.txt')
limit?integer
Maximum number of results (default 100, max 1000)
Response Body
application/json
curl -X GET "https://loading/api/v1/disk/497f6eca-6276-4993-bfeb-53cbbbba6f08/artifact/glob?query=string"{
"code": 0,
"error": "string",
"msg": "string",
"data": [
{
"created_at": "string",
"disk_id": "string",
"filename": "string",
"meta": {},
"path": "string",
"updated_at": "string"
}
]
}