Get one exact Source
Authorization
BearerAuth AuthorizationBearer <token>
Static bearer token used when local Server authentication is enabled.
In: header
Path Parameters
scope_id*string
Match
.*\S.*Length
1 <= length <= 256source_type*"content"
Value in
- "content"
source_id*string
Match
^[\x21-\x7E]+$Length
1 <= length <= 256Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/scopes/string/sources/content/string"{ "scope_id": "string", "source_type": "content", "source_id": "string", "content": null, "position": 1, "content_digest": "string"}Create a durable Source POST
Persist one Source without synchronously deriving Artifacts. The Server generates source_id.
Create an Artifact POST
Dispatch the family-specific creation command through the owning Family writer and atomically create revision one, its derived Family state, and its system provenance Source. Handoff is the Scope singleton: Create returns 409 when it already exists and callers must use Replace to update it.

