API Status Get API Key
TYPE

Post

Post entity

Fields 27

id : PostId!

ObjectId of the post

ideaId : IdeaId

Is set when the Post is generated from an Idea

status : PostStatus!

status

via : PostVia!

Indicates if the post is created from Buffer or the API

schedulingType : SchedulingType

Scheduling type can be null if the post was created natively on the social network without using notification publishing or automatic publishing

author : Author

Represents the user who created the post

isCustomScheduled : Boolean!

Indicates whether time to publish was manually selected by the user

createdAt : DateTime!

Date when the post was created

updatedAt : DateTime!

Date when the post was updated

dueAt : DateTime

Date when the post is scheduled to be published

sentAt : DateTime

Date when the post is published

text : String!

Text content of the Post

metadata : PostMetadata

Metadata of the post which differs based on the social network/service @see post.metadata.graphql

channelId : ChannelId!

channel ID (faster than resolving the channnel.id)

channelService : Service!

channel service (faster than resolving the channnel.service)

channel : Channel!

channel

tags : [Tag!]!

tags - sorted by name in ascending order

notes : [Note!]!

notes

notificationStatus : NotificationStatus

notificationStatus: notified or markedAsPublished

error

assets : [Asset!]!

assets

metrics : [PostMetric!] ⚠️ Experimental

Metrics for the sent post. If post is not yet sent, this field will be null

metricsUpdatedAt : DateTime

Timestamp of when metrics were last refreshed from the network. Null until the daily ingestion job has processed the post. Buffer pulls fresh metrics once per day, so this can lag the network value by ~24h.

allowedActions : [PostAction!]!

Indicates what actions the current account can perform on the post

sharedNow : Boolean!

Indicates whether the post was shared via publish now action

shareMode : ShareMode!

Indicates the share mode of the post (e.g., addToQueue, shareNext, shareNow, customScheduled)