Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.38 KB

File metadata and controls

26 lines (22 loc) · 1.38 KB

Late.Model.PostLog

Publishing log entry showing details of a post publishing attempt

Properties

Name Type Description Notes
Id string [optional]
PostId PostLogPostId [optional]
UserId string [optional]
ProfileId string [optional]
Platform string [optional]
AccountId string [optional]
AccountUsername string [optional]
Action string Type of action logged: publish (initial attempt), retry (after failure), media_upload, rate_limit_pause, token_refresh, cancelled [optional]
Status string [optional]
StatusCode int HTTP status code from platform API [optional]
Endpoint string Platform API endpoint called [optional]
Request PostLogRequest [optional]
Response PostLogResponse [optional]
DurationMs int How long the operation took in milliseconds [optional]
AttemptNumber int Attempt number (1 for first try, 2+ for retries) [optional]
CreatedAt DateTime [optional]

[Back to Model list] [Back to API list] [Back to README]