Skip to main content
GET
/
api
/
v1
/
upload
/
Get upload list
curl --request GET \
  --url https://api.bundle.social/api/v1/upload/ \
  --header 'x-api-key: <api-key>'
[
  {
    "id": "<string>",
    "teamId": "<string>",
    "organizationId": "<string>",
    "expiresAt": "2023-11-07T05:31:56Z",
    "iconUrl": "<string>",
    "thumbnailUrl": "<string>",
    "url": "<string>",
    "iconPath": "<string>",
    "thumbnailPath": "<string>",
    "path": "<string>",
    "type": "image",
    "width": 123,
    "height": 123,
    "fileSize": 123,
    "videoLength": 123,
    "mime": "<string>",
    "ext": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "posts": [
      {
        "postId": "<string>",
        "uploadId": "<string>",
        "createdAt": "2023-11-07T05:31:56Z",
        "updatedAt": "2023-11-07T05:31:56Z",
        "deletedAt": "2023-11-07T05:31:56Z"
      }
    ]
  }
]

Authorizations

x-api-key
string
header
required

Query Parameters

teamId
string | null
type
enum<string> | null
Available options:
image,
video
status
enum<string> | null
Available options:
USED,
UNUSED

Response

200

id
string
required
type
enum<string>
required
Available options:
image,
video
createdAt
string<date-time> | null
required
updatedAt
string<date-time> | null
required
posts
object[]
required
teamId
string | null
organizationId
string | null
expiresAt
string<date-time> | null
iconUrl
string<uri> | null
thumbnailUrl
string<uri> | null
url
string<uri> | null
iconPath
string | null
thumbnailPath
string | null
path
string | null
width
number | null
height
number | null
fileSize
number | null
videoLength
number | null
mime
string | null
ext
string | null
I