Submitting Open Cap Table Files
How to submit Open Cap Table Format packages to Carta
Carta's Create Open Cap Table endpoint accepts a ZIP archive of files defined according to the Open Cap Table Format (OCF). The response contains a UUID identifying the submission and additional information about it. During Carta's private beta, we store OCF submissions and will process them in a future development phase.
Object | Definition |
---|---|
id | The identifier (UUID) of the package. |
createTime | When the package was submitted. |
completeTime | When processing completed. |
state | The status of the package. |
details | Additional information about the package's importation and processing. |
The state
object reflects the current status of the submission.
State | Description |
---|---|
PROCESSING | Carta is processing the submission. |
SUCCEEDED | Carta has processed and stored the submission. |
FAILED | Carta is unable to process the submission. |
Checking the status of a submission
Submit the UUID from the openCapTables
response to the Get Open Cap Table endpoint to receive information about that submission.
Updated 9 days ago