v3
latestSwagger 2.02026-08-067506752.0 MBmedia
Returns metadata about a piece of media
get/v1/org/{orgId}/media/{mediaId}
Path parameters
orgIdstring required
Org identifier (either id or slug)
mediaIdstring required
Media id
Response
successful operation
Example response
{
"id": "588f7ee98f138b19220041a7",
"orgId": "588f7ee98f138b19220041a7",
"path": "588f7ee98f138b19220041a7/2017/02/21/588f7ee98f138b19220041a7/avatar.png",
"type": "image/jpeg",
"createId": "588f7ee98f138b19220041a7",
"createBehalfId": "588f7ee98f138b19220041a7",
"createAttribution": {
"principalUserId": "588f7ee98f138b19220041a7",
"agentUserIds": [
"588f7ee98f138b19220041a7"
],
"eventId": "588f7ee98f138b19220041a7",
"aiChatId": "588f7ee98f138b19220041a7"
},
"createAt": "2017-01-24T13:57:52Z"
}