curl --request GET \
--url https://api.faces.sh/v1/compile/threads/{thread_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Get a compile thread. Use ?status_only=true for lightweight polling.
curl --request GET \
--url https://api.faces.sh/v1/compile/threads/{thread_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}