Skip to content

Conversation

@lannon
Copy link
Contributor

@lannon lannon commented Feb 12, 2026

Adds the ability to get the a document section upload's status.
See API docs.

This endpoint responds with an object that implements the DocumentSection interface.

Note that the status attribute behaves just like DocumentStatus. Values are document_sections_upload.UPLOADED, document_sections_upload.PROCESSED, and document_sections_upload.ERROR, which will be normalized and coerced to UPLOADED, PROCESSED, and ERROR.

Adds the ability to get the a document section upload's status
See https://developers.pandadoc.com/reference/document-section-upload-status

This endpoint responds with an object that implements the DocumentSection interface and
adds an optional info_message attribute.

Note that the status attribute behaves just like DocumentStatus. Values are `document_sections_upload.UPLOADED`, `document_sections_upload.PROCESSED`, and `document_sections_upload.ERROR`, which will be normalized and coerced to `UPLOADED`, `PROCESSED`, and `ERROR`.
@opti opti merged commit 98f701f into opti:main Feb 12, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants