Get Frantic posting status
frantic.get_postingRetrieve the current status of a vendor bounty posting using its intake ID and a private status token. Get updates on claims and payouts.
Instructions
Read a private vendor posting intake status through GET /v1/vendor-postings/{intake_id}. Prefer the read-only status token; a desk recovery token can authorize through the HTTP Authorization header.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| intake_id | Yes | Vendor intake id returned by frantic.post_bounty. | |
| status_token | No | Read-only private status token returned by frantic.post_bounty. | |
| operator_token | No | Poster desk recovery token, used as desk authorization when no status token is available. |