Publishing log entry showing details of a post publishing attempt
| 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] |